Lightweight Plain-Text Editor for macOS
Go to file
2020-09-22 22:43:23 +09:00
.github/workflows Use Xcode 12-beta for GitHub action 2020-08-07 09:49:27 +09:00
cot@e749ffbe82 Update cot to 2.7.4 2019-01-14 02:17:34 +09:00
CotEditor Prefer using layout anchors 2020-09-22 22:43:23 +09:00
CotEditor.xcworkspace Update Yams to 4.0.0 2020-08-22 12:15:10 +09:00
Frameworks Update Sparkle 2020-09-20 14:46:06 +09:00
SyntaxMapBuilder Update Yams to 4.0.0 2020-08-22 12:15:10 +09:00
Tests Improve LineEnding methods 2020-09-12 14:08:31 +09:00
UI Tests Prefer using setUpWithError() in tests 2020-03-22 17:26:33 +09:00
.gitignore Add .swiftpm to .gitignore 2020-07-28 09:36:36 +09:00
.gitmodules Remove Carthage dependency from Sparkle 2020-04-08 20:35:30 +09:00
.swiftlint.yml Update .swiftlint.yml 2020-09-15 09:09:56 +09:00
CHANGELOG.md Prefer using layout anchors 2020-09-22 22:43:23 +09:00
CODE_OF_CONDUCT.md Add CoC 2016-10-07 20:24:07 +09:00
CONTRIBUTING.md Update CONTRIBUTING.md to add localization maintainers 2019-05-28 00:24:42 +09:00
LICENSE Add license about image resources (#846) 2019-01-16 16:12:10 +09:00
README.md Update CHANGELOG 2020-09-18 10:00: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

Test Status GitHub release

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

Development Environment

  • macOS 10.15 Catalina
  • Xcode 12.2
  • Swift 5.3
  • Sandbox enabled

How to Build

Build for Ad-hoc usage

For those people who just want to build and play with CotEditor locally.

  1. Run following commands to resolve dependencies.
    • git submodule update --init
  2. Open CotEditor.xcworkspace in Xcode.
  3. Change to ad-hoc build mode:
    1. Open Configurations/CodeSigning.xcconfig.
    2. Comment out #include "CodeSigning-Default.xcconfig".
    3. Uncomment #include "CodeSigning-AdHoc.xcconfig".
  4. Build "CotEditor" scheme in the workspace.

Build for distribution (incl. Sparkle version)

  1. Run following commands to resolve dependencies.
    • git submodule update --init
  2. Open CotEditor.xcworkspace in Xcode.
  3. Run "Sparkle" scheme in CotEditor.xcworkspace
  4. Build "CotEditor" scheme in the workspace.

License

© 2005-2009 nakamuxu, © 2011, 2014 usami-k, © 2013-2020 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.