Lightweight Plain-Text Editor for macOS
Go to file
2020-05-11 18:18:28 +09:00
.github/workflows Update CI on GitHub Action 2020-04-08 22:04:37 +09:00
cot@e749ffbe82 Update cot to 2.7.4 2019-01-14 02:17:34 +09:00
CotEditor Update build number to 413 2020-05-11 18:18:28 +09:00
CotEditor.xcworkspace Standarize repository URLs to SwiftPM 2020-04-10 16:15:41 +09:00
Frameworks Update Sparkle 2020-05-06 13:58:30 +09:00
SyntaxMapBuilder Add swiftLanguageVersions to Package.swift 2020-03-25 11:25:52 +09:00
Tests Add to gender+skin-tone emojis to characters.md 2020-05-07 10:38:37 +09:00
UI Tests Prefer using setUpWithError() in tests 2020-03-22 17:26:33 +09:00
.gitignore Remove Carthage dependency from Sparkle 2020-04-08 20:35:30 +09:00
.gitmodules Remove Carthage dependency from Sparkle 2020-04-08 20:35:30 +09:00
.swiftlint.yml Remove Carthage dependency from Sparkle 2020-04-08 20:35:30 +09:00
CHANGELOG.md Update build number to 413 2020-05-11 18:18:28 +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 Remove Carthage dependency from Sparkle 2020-04-08 20:35:30 +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 11.4
  • Swift 5.2
  • 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.