码迷,mamicode.com
首页 > 其他好文 > 详细

[翻译] CotEditor

时间:2015-09-22 20:31:19      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:

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.

 

[翻译] CotEditor

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!