Lightweight Plain-Text Editor for macOS
Go to file
2019-01-16 16:12:10 +09:00
Carthage/Build Update Sparkle framework 2018-11-26 01:20:39 +09:00
cot@e749ffbe82 Update cot to 2.7.4 2019-01-14 02:17:34 +09:00
CotEditor Update unit test build settings 2019-01-15 23:48:18 +09:00
CotEditor.xcworkspace Update project for Xcode 9.3 2018-03-30 10:14:43 +09:00
Tests Merge branch 'hotfix/3.6.12' into develop 2019-01-12 13:15:48 +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 Update for swiftlint 0.29.3 2019-01-10 10:30:51 +09:00
.travis.yml Make Travis CI build only 2019-01-16 02:06:58 +09:00
Cartfile Install Differ framework 2018-02-23 10:14:58 +09:00
Cartfile.resolved Update Sparkle framework 2018-11-26 01:20:39 +09:00
CHANGELOG.md Fix multi-cursor behavior with and with empty selection 2019-01-15 19:43:45 +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 Add license about image resources (#846) 2019-01-16 16:12:10 +09:00
README.md Add license about image resources (#846) 2019-01-16 16:12:10 +09:00
screenshot@2x.png Update screenshot for README 2018-08-08 17:07:44 +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.14 Mojave
  • Xcode 10.1
  • Swift 4.2
  • 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-2019 1024jp.

The source code is licensed under the terms of the Apache License, Version 2.0. The image resources are licensed under the terms of the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. See LICENSE for details.