Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.01 KB

CotEditor

CotEditor is a lightweight plain-text editor for OS X.

Requirement: OS X Lion or higher

Distribution Site : http://coteditor.github.io

screenshot

About Source Code

Build Status

The source code is written in Cocoa and Objective-C with ARC enabled.

Development Environment

  • OS X Mavericks
  • Xcode 6

How to Build

  1. Install CocoaPods if you don't have it.
  2. Move to the project root directory and run pod install on your terminal.
  3. Open CotEditor.xcworkspace on Xcode.
  4. build.

License

© 2005-2009 nakamuxu, © 2011, 2014 usami-k, © 2014 1024jp. All rights reserved.

The source code is distributed under the terms of the GNU General Public License. See the bundled "LICENSE" for details.