wavelets / 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

Running

  1. Clone the repo: git clone https://github.com/Automattic/simplenote-ios.git
  2. Make a copy of config.example.plist and rename it to config.plist.
  3. 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.

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 97.1%Language:Swift 1.7%Language:CSS 1.1%Language:Ruby 0.1%