文件名称:提升:用于创建和配置新Xcode项目的CLI
文件大小:62KB
文件格式:ZIP
更新时间:2024-03-14 14:46:29
xcode project-template Ruby
Liftoff是用于创建和配置iOS Xcode项目的CLI。 :waving_hand: 我们需要你的帮助! 我们正在寻找愿意承担Liftoff维护工作的人员和人员。 如果您有兴趣,我们很乐意收到您的来信! :thumbs_up: 安装 brew tap liftoffcli/formulae brew install liftoff Liftoff以前是通过RubyGems分发的。 此安装方法已被弃用,所有新版本将通过Homebrew完成。 如果要从RubyGems迁移,则应卸载gem版本,以免将来造成混淆。 用法 在目录中运行此命令 liftoff 查看文档: man liftoff man liftoffrc 当Liftoff在当前目录中找到现有项目时,它将执行以下配置: 设置缩进级别(以空格为单位,默认为4)。 将警告视为发布方案的错误。 在项目级别启用警告,请检查liftoffrc(5)以获取警告列表。
【文件预览】:
liftoff-main
----release.sh(47B)
----bin()
--------liftoff(249B)
----vendor()
--------vendorize(748B)
----man()
--------liftoffrc.5(19KB)
--------liftoff.1(4KB)
----defaults()
--------liftoffrc(3KB)
----templates()
--------main.m(426B)
--------<%= prefix %>AppDelegate.h(351B)
--------copy_frameworks.sh(40B)
--------Gemfile.rb(141B)
--------Podfile(913B)
--------test.sh(184B)
--------LaunchScreen.xib(3KB)
--------AppDelegate.swift(330B)
--------todo.sh(344B)
--------gitattributes(42B)
--------bundle_version.sh(547B)
--------Settings.bundle()
--------gitignore(313B)
--------Images.xcassets()
--------<%= prefix %>AppDelegate.m(307B)
--------Info.plist(1KB)
--------README.md(304B)
--------Cartfile(0B)
--------<%= test_target_name %>-Info.plist(705B)
--------travis.yml(100B)
--------Main.storyboard(448B)
--------setup.sh(260B)
--------<%= test_target_name %>-Prefix.pch(274B)
--------<%= project_name %>-Prefix.pch(262B)
----Rakefile(3KB)
----.rubocop.yml(8KB)
----NEWS.md(20KB)
----CONTRIBUTING.md(2KB)
----Gemfile(141B)
----src()
--------liftoff(300B)
----Gemfile.lock(838B)
----spec()
--------template_finder_spec.rb(1KB)
--------template_generator_spec.rb(1KB)
--------dependency_managers()
--------scheme_builder_spec.rb(2KB)
--------build_configuration_builder_specs.rb(1KB)
--------dependency_manager_spec.rb(1KB)
--------project_configuration_spec.rb(6KB)
--------dependency_manager_coordinator_spec.rb(1KB)
--------spec_helper.rb(34B)
--------configuration_parser_spec.rb(3KB)
----.gitignore(76B)
----lib()
--------liftoff.rb(1KB)
--------liftoff()
----README.md(6KB)
----LICENSE.txt(1KB)
----homebrew()
--------liftoff.rb(501B)