Lightweight Plain-Text Editor for macOS
Go to file
2021-10-25 19:08:59 +09:00
.github Update Xcode to 13.1 in CI 2021-10-24 10:24:23 +09:00
cot@94078be8ba Update cot command (#1171) 2021-06-24 19:40:12 +09:00
CotEditor Add SyntaxMapBuilder dependency to Sparkle ver. build 2021-10-25 19:08:59 +09:00
CotEditor.xcworkspace Update Sparkle to 2.0.0-beta.4 2021-10-25 13:51:17 +09:00
SyntaxMapBuilder Update Yams to 4.0.0 2020-08-22 12:15:10 +09:00
Tests Refactor CharacterInfo 2021-10-03 15:10:24 +09:00
UI Tests Prefer using setUpWithError() in tests 2020-03-22 17:26:33 +09:00
.gitignore Update .gitignore 2021-09-15 10:58:07 +09:00
.gitmodules Migrate Sparkle from submodule to SwiftPM 2021-08-29 18:44:53 +09:00
.swiftlint.yml Update swiftlint timing 2021-09-10 16:07:12 +09:00
CHANGELOG.md Update Sparkle to 2.0.0-beta.4 2021-10-25 13:51:17 +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 Xcode to 13.1 2021-10-19 13:47:55 +09:00
screenshot@2x.png Update screenshot for README 2020-11-12 16:11:07 +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 11 Big Sur
  • Xcode 13.1
  • Swift 5.5
  • 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 --recursive
  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 --recursive
  2. Open CotEditor.xcworkspace in Xcode.
  3. Build "CotEditor" scheme in the workspace.

License

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