Lightweight Plain-Text Editor for macOS
Go to file
2022-02-09 20:04:36 +09:00
.github Move CotEditor.xcodeproj to root 2022-01-15 20:23:56 +09:00
cot@effa30a610 Update cot command 2022-02-02 17:01:49 +09:00
CotEditor Revert SytnaxMap.json 2022-02-09 12:01:25 +09:00
CotEditor.xcodeproj Update WFColorCode 2022-02-04 17:18:43 +09:00
SyntaxMapBuilder Update Package.swift for SyntaxMapBuilder 2022-01-18 12:31:46 +09:00
Tests Add shortcut test cases 2022-02-08 18:44:12 +09:00
UI Tests Add launch performance measurement to UI test 2022-01-12 11:56:56 +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 Fix SwiftLint 2022-01-24 22:10:16 +09:00
CHANGELOG.md Add option to draw background 2022-02-09 11:53:44 +09:00
CODE_OF_CONDUCT.md Update CoC to 2.1 2022-02-09 20:04:36 +09:00
CONTRIBUTING.md FIx a typo 2022-01-31 18:32:48 +09:00
LICENSE Add license about image resources (#846) 2019-01-16 16:12:10 +09:00
README.md Updte development environment to macOS 12 2022-01-15 20:26:22 +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 12 Monterey
  • Xcode 13.2
  • 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.xcodeproj 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.xcodeproj in Xcode.
  3. Build "CotEditor" scheme in the workspace.

License

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