mirror of
https://github.com/samsonjs/5by5Browser.git
synced 2026-03-25 09:05:50 +00:00
remove instapaper credentials, add example file
This commit is contained in:
parent
332afe9392
commit
c18b72e6a5
2 changed files with 12 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
InstapaperCredentials.h
|
||||||
11
5by5Browser/InstapaperCredentials.h.example
Normal file
11
5by5Browser/InstapaperCredentials.h.example
Normal 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"
|
||||||
Loading…
Reference in a new issue