File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - name : cache cocoapods
3636 uses : actions/cache@v3
3737 with :
38- path : |
39- ios/Pods
40- ~/Library/Caches/CocoaPods
41- ~/.cocoapods
42- key : ${{ runner.os }}-pods-${{ hashFiles('ios/Podfile.lock') }}
43- restore-keys : |
44- ${{ runner.os }}-pods-
38+ path : ios/Pods
39+ key : ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
4540
4641 - name : bundle install
4742 run : bundle install
@@ -61,15 +56,13 @@ jobs:
6156 - name : iOS Build Action
6257 uses : yukiarrr/ios-build-action@v1.12.0
6358 with :
64- project-path : ./ios/nativeTemplate .xcodeproj
59+ project-path : ./ios/nativetemplate .xcodeproj
6560 p12-base64 : ${{ secrets.IOS_DUMMY_P12 }}
6661 mobileprovision-base64 : ${{ secrets.IOS_DUMMY_PROVISION }}
62+ code-signing-identity : ${{ secrets.IOS_CODE_SIGNING_IDENTITY }}
6763 team-id : ${{ secrets.IOS_TEAM_ID }}
68- workspace-path : ./ios/NativeTemplate .xcworkspace
64+ workspace-path : ./ios/nativetemplate .xcworkspace
6965 export-method : development
7066 configuration : Debug
7167 certificate-password : ${{ secrets.IOS_DUMMY_P12_PASSWORD }}
72- scheme : Dev
73- update-targets : |
74- dev
75- nativeTemplate
68+ scheme : Dev
You can’t perform that action at this time.
0 commit comments