多平台的笔记应用 SimpleNote for iOS
- 授权协议: GPL
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/Automattic/simplenote-ios
- 软件文档: https://github.com/Automattic/simplenote-ios/blob/develop/README.md
- 官方下载: https://github.com/Automattic/simplenote-ios/archive/develop.zip
软件介绍
SimpleNote iOS 版客户端。SimpleNote 是一款在多平台上发布的笔记应用。
开发准备条件:
运行:
复制项目储存仓:
git clone https://github.com/Automattic/simplenote-ios.git
复制一份 config.example.plist 的副本将其重命名为 config.plist。
在 Edit config.plist 里加上你的 APP ID 和 KEY
<dict> <key>SPSimperiumAppID</key> <string>your-app-id</string> <key>SPSimperiumApiKey</key> <string>your-api-key</string> </dict>
在根目录运行 pop install,然后在 Xcode 打开 Simplenote.xcworkspace 文件
注意:SimpleNote API 中的分享和发布功能在开发项目中无法使用。
