A Simplenote client for iOS. Learn more about Simplenote at Simplenote.com.
- A Simperium account (sign up here).
- A Simperium Application ID and key (create a new app here).
- CocoaPods.
- Xcode.
- Clone the repo:
git clone https://github.com/Automattic/simplenote-ios.git
- Make a copy of
config.example.plist
and rename it toconfig.plist
. - Edit
config.plist
and add your app id and key:
<dict>
<key>SPSimperiumAppID</key>
<string>your-app-id</string>
<key>SPSimperiumApiKey</key>
<string>your-api-key</string>
</dict>
3: Run pod install
from the root directory, and then open Simplenote.xcworkspace
file in Xcode.
Note: Simplenote API features such as sharing and publishing will not work with development builds.
Follow the same guidelines as WordPress for iOS.
Happy noting!