Automattic / simplenote-macos
- суббота, 13 августа 2016 г. в 03:14:10
Objective-C
Simplenote for macOS
A Simplenote client for macOS. Learn more about Simplenote at Simplenote.com.
git clone https://github.com/Automattic/simplenote-macos.git
config.example.plist
and rename it to config.plist
.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>
4: Run pod install
from the root directory, and then open Simplenote.xcworkspace
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!