From 2a39d006a8e2ce50c9da6101a5458095f256f563 Mon Sep 17 00:00:00 2001 From: Arthur Ariel Sabintsev Date: Wed, 14 Nov 2012 07:25:38 -0800 Subject: [PATCH] Initial commit --- .gitignore | 18 ++++++++++++++++++ README.md | 4 ++++ 2 files changed, 22 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89c499e --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Xcode +.DS_Store +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +*.xcworkspace +!default.xcworkspace +xcuserdata +profile +*.moved-aside +DerivedData +.idea/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..a3e67e3 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Harpy +===== + +Harpy checks the current version of your app against Apple's App Store and notifies a user when their version of the app is out of date. \ No newline at end of file