CotEditor/README.md

53 lines
1.2 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
2016-06-14 15:23:54 +03:00
__Requirement__: OS X Yosemite or higher
2014-08-28 02:33:51 +04:00
2016-08-01 07:13:22 +03:00
__Web Site__: <https://coteditor.com>
2015-10-05 14:57:59 +03:00
2016-08-01 07:13:22 +03:00
__Mac App Store__: <https://appstore.com/mac/CotEditor>
2014-03-23 05:31:15 +04:00
2016-09-12 19:39:20 +03:00
<img src="screenshot@2x.png" width="750"/>
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
2014-03-20 17:54:00 +04:00
-----------------------------
2015-10-05 14:57:59 +03:00
2015-07-15 05:24:11 +03:00
[![Build Status](https://travis-ci.org/coteditor/CotEditor.svg?branch=develop)](https://travis-ci.org/coteditor/CotEditor)
2015-09-03 11:02:11 +03:00
[![License](https://img.shields.io/github/license/coteditor/CotEditor.svg)](https://github.com/coteditor/CotEditor/blob/develop/LICENSE)
[![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
2017-09-18 16:14:23 +03:00
- macOS 10.13 High Sierra
- Xcode 9.1
- Swift 3.2.2
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
2017-08-18 12:44:26 +03:00
1. `git submodule update --init`
2. Open CotEditor.xcworkspace in Xcode.
3. build.
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,
2017-01-03 21:38:24 +03:00
© 2013-2017 1024jp.
The source code is distributed under the terms of the __Apache License, Version 2.0__. See the bundled [LICENSE](LICENSE) for details.