CotEditor/README.md

67 lines
2.0 KiB
Markdown
Raw Normal View History

2014-03-20 17:54:00 +04:00
CotEditor
==========================
2014-08-28 02:33:51 +04:00
2016-06-16 22:10:54 +03:00
CotEditor is a lightweight plain-text editor for macOS.
2014-03-20 17:54:00 +04:00
2021-09-19 10:03:39 +03:00
- __Requirement__: macOS 11 Big Sur or later
2018-01-14 15:23:25 +03:00
- __Web Site__: <https://coteditor.com>
2018-11-09 18:22:45 +03:00
- __Mac App Store__: <https://itunes.apple.com/app/coteditor/id1024640650?ls=1>
2014-03-23 05:31:15 +04:00
2020-11-12 10:10:26 +03:00
<img src="screenshot@2x.png" width="731"/>
2014-05-04 01:46:43 +04:00
2014-03-23 05:31:15 +04:00
2016-06-23 20:52:15 +03:00
Source Code
--------------------------
2015-10-05 14:57:59 +03:00
[![Test Status](https://github.com/coteditor/CotEditor/workflows/Test/badge.svg)](https://github.com/coteditor/CotEditor/actions?query=workflow%3ATest)
2015-09-03 11:02:11 +03:00
[![GitHub release](https://img.shields.io/github/release/coteditor/CotEditor.svg)](https://github.com/coteditor/CotEditor/releases/latest)
2014-03-23 05:31:15 +04:00
2016-07-29 17:49:31 +03:00
CotEditor is a pure document-based Cocoa application written in Swift.
2014-03-23 05:40:57 +04:00
2014-03-23 05:31:15 +04:00
### Development Environment
2015-10-05 14:57:59 +03:00
- macOS 12 Monterey
2022-03-15 12:30:11 +03:00
- Xcode 13.3
- Swift 5.6
2016-06-23 20:52:15 +03:00
- Sandbox enabled
2014-08-24 22:59:09 +04:00
How to Build
--------------------------
2015-10-05 14:57:59 +03:00
2020-04-08 09:57:42 +03:00
### 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`
2022-01-15 08:15:43 +03:00
1. Open `CotEditor.xcodeproj` in Xcode.
2020-04-08 09:57:42 +03:00
1. Change to ad-hoc build mode:
1. Open `Configurations/CodeSigning.xcconfig`.
1. Comment out `#include "CodeSigning-Default.xcconfig"`.
1. Uncomment `#include "CodeSigning-AdHoc.xcconfig"`.
1. Build "CotEditor" scheme in the workspace.
### Build for distribution (incl. Sparkle version)
2020-04-07 09:27:02 +03:00
1. Run following commands to resolve dependencies.
- `git submodule update --init --recursive`
2022-01-15 08:15:43 +03:00
1. Open `CotEditor.xcodeproj` in Xcode.
1. Build "CotEditor" scheme in the workspace.
2014-08-24 22:59:09 +04:00
License
--------------------------
2015-10-05 14:57:59 +03:00
2014-08-28 02:33:51 +04:00
© 2005-2009 nakamuxu,
© 2011, 2014 usami-k,
2021-12-31 09:59:03 +03:00
© 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__](https://creativecommons.org/licenses/by-nc-nd/4.0/). See [LICENSE](LICENSE) for details.