remove Fastfile

This commit is contained in:
Bob Sun 2017-02-16 19:47:44 +08:00
parent 50f87e349c
commit 1c7859d5f2
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -1,10 +0,0 @@
lane :beta do
ensure_git_status_clean
increment_build_number(xcodeproj: "pass.xcodeproj")
commit_version_bump(xcodeproj: "pass.xcodeproj")
add_git_tag
push_to_git_remote
gym(scheme: "pass",
workspace: "pass.xcworkspace",
include_bitcode: true)
end