File tree Expand file tree Collapse file tree 6 files changed +7
-8
lines changed Expand file tree Collapse file tree 6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v2
1414 with :
15- persist-credentials : false
15+ token : ${{ secrets.VERSION_BUMP_TOKEN }}
1616 - name : Install RubyGems
1717 run : |
1818 cd examples/SampleApp/ios
3333 APP_STORE_CONNECT_API_KEY_KEY_ID : ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY_ID }}
3434 APP_STORE_CONNECT_API_KEY_ISSUER_ID : ${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }}
3535 APP_STORE_CONNECT_API_KEY_KEY : ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY }}
36- GITHUB_TOKEN : ${{ secrets.VERSION_BUMP_TOKEN }}
3736 run : |
3837 cd examples/SampleApp/ios
3938 bundle exec fastlane deploy_to_testflight_qa
Original file line number Diff line number Diff line change 1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >26 </string >
22+ <string >27 </string >
2323 <key >LSRequiresIPhoneOS </key >
2424 <true />
2525 <key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >26 </string >
22+ <string >27 </string >
2323</dict >
2424</plist >
Original file line number Diff line number Diff line change 672672 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
673673 CLANG_ENABLE_MODULES = YES;
674674 CODE_SIGN_IDENTITY = "iPhone Distribution";
675- CURRENT_PROJECT_VERSION = 26 ;
675+ CURRENT_PROJECT_VERSION = 27 ;
676676 DEVELOPMENT_TEAM = EHV7XZLAHA;
677677 ENABLE_BITCODE = NO;
678678 INFOPLIST_FILE = SampleApp/Info.plist;
699699 CLANG_ENABLE_MODULES = YES;
700700 CODE_SIGN_IDENTITY = "iPhone Distribution";
701701 CODE_SIGN_STYLE = Manual;
702- CURRENT_PROJECT_VERSION = 26 ;
702+ CURRENT_PROJECT_VERSION = 27 ;
703703 DEVELOPMENT_TEAM = EHV7XZLAHA;
704704 INFOPLIST_FILE = SampleApp/Info.plist;
705705 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Original file line number Diff line number Diff line change 2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >26 </string >
24+ <string >27 </string >
2525 <key >LSRequiresIPhoneOS </key >
2626 <true />
2727 <key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >26 </string >
22+ <string >27 </string >
2323</dict >
2424</plist >
You can’t perform that action at this time.
0 commit comments