Skip to content

ajael/simplenote-macos

 
 

Repository files navigation

Simplenote for macOS

Screenshot

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

Development Requirements

Running

  1. Clone the repo: git clone https://github.com/Automattic/simplenote-macos.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>

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.

Contributing

Follow the same guidelines as WordPress for iOS.

Happy noting!

About

Simplenote for macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 78.8%
  • C 21.1%
  • Ruby 0.1%