[翻译] CotEditor

CotEditor

https://github.com/coteditor/CotEditor

CotEditor is a lightweight plain-text editor for OS X.

CotEditor是一个轻量级的文本编辑器,用于 OS X 上.

Requirement: OS X Mountain Lion or higher 需要 OS X 山师以上系统

Distribution Site : http://coteditor.com

About Source Code

It's pure Cocoa document-based application. The source code is written in Objective-C with ARC enabled.

这是纯粹的基于Cocoa框架的应用软件.源码是用的 Object-C 编写,在ARC环境下.

Development Environment

  • OS X Yosemite 开发环境为 Yosemite
  • Xcode 7 Xcode 7编写

How to Build

  1. Install CocoaPods if you don't have it.  先安装 CocoaPods
  2. Move to the project root directory and run pod install on your terminal. 移动到文件夹根目录,然后运行 pod install
  3. Open CotEditor.xcworkspace on Xcode. 打开 CotEditor.xcworkspace
  4. build. 编译

License

© 2005-2009 nakamuxu, © 2011, 2014 usami-k, © 2013-2015 1024jp. All rights reserved.

The source code is distributed under the terms of the Apache License, Version 2.0. See the bundledLICENSE for details.

原文地址:https://www.cnblogs.com/YouXianMing/p/4830192.html