Skip to content

Commit 451a4d9

Browse files
committed
1.添加IBM Swift Sandbox和SwiftStub在线练习网站
2.添加Carthage第三方类库管理工具
1 parent ced85ac commit 451a4d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ Swift 语言指南
110110
* [Markdown -> Playground](https://github.com/jas/playground):该开源项目可将内含有 Swift 代码的 Markdown 自动转换为 Xcode Playgrounds 文件。喜欢用 Markdown 编辑的同学很激动吧。P.S. 这款工具写于 NodeJS,原因作者有交待。
111111
* [iOS/Mac Autolayout Constraints](https://autolayoutconstraints.com):这个工具不错,很直观,布局时可以省不少工夫。推荐者:[@荧星诉语](http://weibo.com/qq184675420)
112112
* [在线生成 AppStore 审核用截图](https://appscreens.io/yK7cLuBNij):便捷的生产力工具。免费,易操作,可自定义。
113+
* [IBM Swift Sandbox](https://swiftlang.ng.bluemix.net/#/repl):IBM的在线Swift网站,需要翻墙。
114+
* [SwiftStub](http://swiftstub.com/):另外一个Swift在线练习网站。
113115

114116
### 2. 代码管理
115117
* [GitHub](https://github.com/):声望日盛的资源分享之地。
@@ -128,6 +130,7 @@ Swift 语言指南
128130
* [realm/SwiftLint](https://github.com/realm/SwiftLint):Realm 采用 Swift 编写的基于 GitHub's Swift Style Guide 规则的检查工具。除了命令行运行方式,也提供集成 Xcode 的方法。对于新团队,这样的工具可以自动约束大家遵循编程规范。
129131
* [XCode 升级后插件失效的原理与修复办法](http://joeshang.github.io/2015/04/10/fix-xcode-upgrade-plugin-invalid/):由一条命令引发的分析文章。[@_TongJZ](http://weibo.com/u/2068840121)
130132
* [feinstruktur/CoPilot](https://github.com/feinstruktur/CoPilot):通过此插件,Xcode 可以协同编程了(采用 WebSocket 通讯)。如此强大的“黑工具”,不爱它能行吗。[演示视频](https://vimeo.com/128713880)
133+
* [Carthage](https://github.com/Carthage/Carthage):新兴起的去中心化的依赖管理器,目标是用最简单的方式来管理Cocoa第三方框架。优势很明显,但是也有不足,看后面的发展吧。
131134

132135
### 4. 管理工具
133136
* [swiftenv](https://github.com/kylef/swiftenv):Swift 版本管理器。类似 rvm(Ruby), nvm(Node.js)。
@@ -145,3 +148,4 @@ Swift 语言指南
145148
## [媒体报道](https://github.com/ipader/SwiftGuide/tree/master/archive/news.md)
146149
## [开放平台](https://github.com/ipader/SwiftGuide/tree/master/archive/platforms.md)
147150
## [Apple Watch 指南](https://github.com/ipader/SwiftGuide/blob/master/Apple%20Watch/README.md)
151+

0 commit comments

Comments
 (0)