codemilan / simplenote-ios

Simplenote for iOS

Home Page:https://simplenote.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplenote for iOS

A Simplenote client for iOS. Learn more about Simplenote at Simplenote.com.

Development Requirements

Setup Credentials

Simplenote is powered by the Simperium Sync'ing protocol. We distribute testing credentials that help us authenticate your application, and verify that the API calls being made are valid.

In order to create your own Simperium.com Application, please, head over to our website and signup for free.

After you've created your own Simperium application, copy the sample config. For example:

cp Simplenote/config-demo.plist Simplenote/config.plist

Then edit the new config.plist file and change the SPSimperiumAppID and SPSimperiumApiKey fields to the correct values for your new app.

This will allow you to compile and run the app on a device or a simulator.

Running

  1. Clone the repo: git clone https://github.com/Automattic/simplenote-ios.git
  2. Run pod install from the root directory, and then open Simplenote.xcworkspace file in Xcode.
  3. Sign up for a new account within the app. Use the account for testing purposes only as all note data will be periodically cleared out on the server.

Note: Simplenote API features such as sharing and publishing will not work with development builds.

Contributing

Follow the same guidelines as WordPress for iOS.

Happy noting!

About

Simplenote for iOS

https://simplenote.com

License:GNU General Public License v2.0


Languages

Language:Objective-C 94.4%Language:Swift 4.4%Language:CSS 1.1%Language:Ruby 0.1%