Lightweight Plain-Text Editor for macOS
Go to file
2018-04-30 13:30:47 +09:00
Carthage/Build Update WFColorCode framework to 2.2.1 2018-04-25 12:59:08 +09:00
cot@95a646a468 Update cot command to 2.5.3 (#711) 2017-08-03 23:26:48 +09:00
CotEditor Meke sure update progress indicator on the main thread 2018-04-30 13:30:47 +09:00
CotEditor.xcworkspace Update project for Xcode 9.3 2018-03-30 10:14:43 +09:00
Tests Fix SyntaxTests 2018-04-30 04:04:09 +09:00
UI Tests Add simple typing test to UITest 2018-02-13 12:23:27 +09:00
.gitignore Add Differ.dSYM 2018-02-23 15:27:55 +09:00
.gitmodules Fix Travis CI error with submodule 2015-11-08 16:22:05 +09:00
.swiftlint.yml Add a new opt-in rule for swiftlint 0.25.1 2018-04-11 18:03:56 +09:00
.travis.yml Update project for Xcode 9.3 2018-03-30 10:14:43 +09:00
Cartfile Install Differ framework 2018-02-23 10:14:58 +09:00
Cartfile.resolved Update WFColorCode framework to 2.2.1 2018-04-25 12:59:08 +09:00
CHANGELOG.md Meke sure update progress indicator on the main thread 2018-04-30 13:30:47 +09:00
CODE_OF_CONDUCT.md Add CoC 2016-10-07 20:24:07 +09:00
CONTRIBUTING.md Fix typos in document 2016-10-25 07:07:50 +09:00
LICENSE Change license to the Apache license (close #405) 2015-08-04 00:36:08 +09:00
README.md Update project for Xcode 9.3 2018-03-30 10:14:43 +09:00
screenshot@2x.png Update README 2016-09-13 01:39:20 +09:00

CotEditor

CotEditor is a lightweight plain-text editor for macOS.

Source Code

Build Status GitHub release

CotEditor is a pure document-based Cocoa application written in Swift.

Development Environment

  • macOS 10.13 High Sierra
  • Xcode 9.3
  • Swift 4.1
  • Sandbox enabled

How to Build

  1. git submodule update --init
  2. Update frameworks (you can skip this process if you only wanna build).
    1. carthage update --platform macOS
    2. Build Sparkle's XPCs by running "Sparkle XPCs" scheme in CotEditor.xcworkspace
  3. Open CotEditor.xcworkspace in Xcode.
  4. Build.

License

© 2005-2009 nakamuxu, © 2011, 2014 usami-k, © 2013-2018 1024jp.

The source code is distributed under the terms of the Apache License, Version 2.0. See LICENSE for details.