CotEditor is a lightweight plain-text editor for macOS.
- Requirement: macOS 10.15 Catalina or later
- Web Site: https://coteditor.com
- Mac App Store: https://itunes.apple.com/app/coteditor/id1024640650?ls=1
CotEditor is a pure document-based Cocoa application written in Swift.
- macOS 11 Big Sur
- Xcode 12.5
- Swift 5.4
- Sandbox enabled
For those people who just want to build and play with CotEditor locally.
- Run following commands to resolve dependencies.
git submodule update --init --recursive
- Open
CotEditor.xcworkspace
in Xcode. - Change to ad-hoc build mode:
- Open
Configurations/CodeSigning.xcconfig
. - Comment out
#include "CodeSigning-Default.xcconfig"
. - Uncomment
#include "CodeSigning-AdHoc.xcconfig"
.
- Open
- Build "CotEditor" scheme in the workspace.
- Run following commands to resolve dependencies.
git submodule update --init --recursive
- Open
CotEditor.xcworkspace
in Xcode. - Run "Sparkle" scheme in CotEditor.xcworkspace
- Build "CotEditor" scheme in the workspace.
© 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.