remove Pods related configurations

This commit is contained in:
Mingshen Sun 2019-06-08 14:56:29 -07:00
parent d9a3cf4882
commit 0d4370ee40
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
3 changed files with 21 additions and 177 deletions

View file

@ -1,7 +1,7 @@
default_platform :ios
platform :ios do
desc "Runs all the tests"
desc "Runs all tests"
lane :test do
run_tests()
end
@ -42,11 +42,12 @@ platform :ios do
build_number: latest_testflight_build_number(version: get_version_number(target: "pass"), initial_build_number: 0) + 1,
xcodeproj: "pass.xcodeproj"
)
gym(
build_app(
scheme: "pass",
project: "pass.xcodeproj"
verbose: true
)
pilot(
upload_to_testflight(
skip_waiting_for_build_processing: true
)
mailgun(