File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 18
18
run : |
19
19
cp .github/GoogleService-Info-CI.plist firoptions/FiroptionConfiguration/GoogleService-Info.plist
20
20
cd firoptions
21
- pod install --repo-update
22
- xcodebuild -workspace FiroptionConfiguration.xcworkspace clean build -scheme FiroptionConfiguration -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
21
+ xcodebuild -workspace FiroptionConfiguration.xcodeproj clean build -scheme FiroptionConfiguration -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
23
22
env :
24
23
destination : ${{ matrix.destination }}
Original file line number Diff line number Diff line change 18
18
run : |
19
19
cp .github/GoogleService-Info-CI.plist firestore/swift/firestore-smoketest/GoogleService-Info.plist
20
20
cd firestore/swift
21
- pod install --repo-update
22
- xcodebuild -workspace firestore-smoketest.xcworkspace clean build -scheme firestore-smoketest -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
21
+ xcodebuild -workspace firestore-smoketest.xcodeproj clean build -scheme firestore-smoketest -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
23
22
env :
24
23
destination : ${{ matrix.destination }}
25
24
objc-build :
35
34
run : |
36
35
cp .github/GoogleService-Info-CI.plist firestore/objc/GoogleService-Info.plist
37
36
cd firestore/objc
38
- pod install --repo-update
39
- xcodebuild -workspace firestore-smoketest-objc.xcworkspace clean build -scheme firestore-smoketest-objc -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
37
+ xcodebuild -workspace firestore-smoketest-objc.xcodeproj clean build -scheme firestore-smoketest-objc -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
40
38
env :
41
39
destination : ${{ matrix.destination }}
Original file line number Diff line number Diff line change 17
17
- name : Build Swift snippets
18
18
run : |
19
19
cd installations/
20
- pod install --repo-update
21
- xcodebuild -workspace InstallationsSnippets.xcworkspace clean build -scheme InstallationsSnippets -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
20
+ xcodebuild -workspace InstallationsSnippets.xcodeproj clean build -scheme InstallationsSnippets -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
22
21
env :
23
22
destination : ${{ matrix.destination }}
You can’t perform that action at this time.
0 commit comments