CotEditor
CotEditor is a lightweight plain-text editor for macOS.
Source Code
CotEditor is a pure document-based Cocoa application written in Swift.
Development Environment
- macOS 12 Monterey
- Xcode 13.4
- Swift 5.6
- 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.
- Run following commands to resolve dependencies.
git submodule update --init --recursive
- Open
CotEditor.xcodeproj
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.
Build for distribution
- Run following commands to resolve dependencies.
git submodule update --init --recursive
- Open
CotEditor.xcodeproj
in Xcode. - 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.
from Hacker News https://ift.tt/LbMPhn8
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.