diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e770f77 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +InstapaperCredentials.h diff --git a/5by5Browser/InstapaperCredentials.h.example b/5by5Browser/InstapaperCredentials.h.example new file mode 100644 index 0000000..b1cfa18 --- /dev/null +++ b/5by5Browser/InstapaperCredentials.h.example @@ -0,0 +1,11 @@ +// +// InstapaperCredentials.h +// 5by5Browser +// +// Created by Sami Samhuri on 11-12-18. +// Copyright (c) 2011 Guru Logic. All rights reserved. +// + +#error "Change these credentials to your own" +#define kInstapaperUser @"your email address" +#define kInstapaperPassword @"your password"