SimpleNote for iOS - 多平台的笔记应用


GPL
iOS
Objective-C

软件简介

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 中的分享和发布功能在开发项目中无法使用。