remove instapaper credentials, add example file

This commit is contained in:
Sami Samhuri 2012-01-13 09:54:01 -08:00
parent 332afe9392
commit c18b72e6a5
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
InstapaperCredentials.h

View file

@ -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"