File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
examples/SampleApp/fastlane Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 34
34
- name : iOS Pods setup
35
35
working-directory : examples/SampleApp/ios
36
36
run : |
37
- pod update hermes-engine --no-repo-update
37
+ rm -rf Pods
38
+ rm -f Podfile.lock
39
+ rm -rf build
40
+ rm -rf ~/Library/Developer/Xcode/DerivedData
38
41
bundle exec pod install
39
42
- name : Build and release Testflight QA
40
43
working-directory : examples/SampleApp
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ lane :deploy_to_testflight_qa do |options|
34
34
)
35
35
36
36
current_build_number = app_store_build_number (
37
- api_key : appstore_api_key ,
38
- live : false ,
39
- app_identifier : bundle_id
40
- )
37
+ api_key : appstore_api_key ,
38
+ live : false ,
39
+ app_identifier : bundle_id
40
+ )
41
41
42
42
increment_build_number (
43
43
build_number : current_build_number + 1 ,
You can’t perform that action at this time.
0 commit comments