文件名称:swift-playground:从 Ruby 创建和修改 Xcode Swift Playgrounds。 包括 Ruby API 和 CLI
文件大小:27KB
文件格式:ZIP
更新时间:2024-07-15 04:37:25
Ruby
斯威夫特游乐场 从 Ruby 创建和修改 Xcode Swift Playgrounds。 包括 Ruby API 和 CLI。 内容 安装 通过 RubyGems 安装: $ gem install swift-playground 命令行使用 创建一个空的游乐场 创建的 Playground 与 Xcode 通过“File > New > Playground…”创建的一样: $ swift-playground new [options] example.playground 此命令支持这些选项(请参阅swift-playground help new ): --platform=[ios|osx] 生成的 Playground 的目标平台(默认:ios)。 --[no-]reset 通过 Xcode 中的“Editor > Reset Playground”(默认值
【文件预览】:
swift-playground-master
----.gitignore(118B)
----swift-playground.gemspec(1KB)
----LICENSE.md(1KB)
----bin()
--------swift-playground(117B)
----.ruby-version(6B)
----README.md(8KB)
----lib()
--------swift()
----Gemfile(561B)
----Rakefile(495B)