Lightweight Plain-Text Editor for macOS
Go to file
2021-09-27 11:24:38 +09:00
.github Use macOS 11 for test ci 2021-09-19 16:24:07 +09:00
cot@94078be8ba Update cot command (#1171) 2021-06-24 19:40:12 +09:00
CotEditor Refactor preference tab restoration 2021-09-27 11:24:38 +09:00
CotEditor.xcworkspace Specify Sparkle package with version 2021-09-20 09:57:38 +09:00
SyntaxMapBuilder Update Yams to 4.0.0 2020-08-22 12:15:10 +09:00
Tests Remove CGFloat cast 2021-09-23 21:16:27 +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 Swift syntax style for Swift 5.5 2021-09-23 20:38:50 +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 2021-09-21 14:59:06 +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
  • 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.