Skip to content

yylyyl/CotEditor

 
 

Repository files navigation

CotEditor

CotEditor is a lightweight plain-text editor for macOS.

screenshot

Source Code

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

Development Environment

  • macOS 13 Ventura
  • Xcode 14
  • Swift 5.7
  • Sandbox enabled

Contribution

CotEditor has own contributing guidelines. Read CONTRIBUTING.md through before you create an issue or make a pull-request.

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

  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-2023 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.

About

Lightweight Plain-Text Editor for macOS

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 59.7%
  • HTML 39.8%
  • Other 0.5%