Commit fb6bc82 1 parent 577e151 commit fb6bc82 Copy full SHA for fb6bc82
File tree 5 files changed +12
-6
lines changed
IntegrationTesting/ClientApp
5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 28
28
performance :
29
29
# Don't run on private repo unless it is a PR.
30
30
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
31
- runs-on : macos-14
31
+ runs-on : macos-12
32
32
strategy :
33
33
matrix :
34
34
target : [iOS, tvOS]
Original file line number Diff line number Diff line change 31
31
include :
32
32
# The integration tests are slow and flaky on Xcode 15, so just build.
33
33
- os : macos-13
34
- xcode : Xcode_15.3
34
+ xcode : Xcode_15.2
35
35
test : spmbuildonly
36
36
- os : macos-14
37
37
xcode : Xcode_15.3
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source 'https://github.com/firebase/SpecsStaging.git'
3
3
source 'https://cdn.cocoapods.org/'
4
4
5
5
target 'ClientApp-CocoaPods' do
6
- platform :ios , '11 .0'
6
+ platform :ios , '12 .0'
7
7
8
8
use_frameworks!
9
9
Original file line number Diff line number Diff line change @@ -166,10 +166,16 @@ let package = Package(
166
166
) ,
167
167
abseilDependency ( ) ,
168
168
grpcDependency ( ) ,
169
+ // TODO: restore OCMock when https://github.com/erikdoe/ocmock/pull/537
170
+ // gets merged to fix Xcode 15.3 builds.
169
171
. package (
170
- url: " https://github.com/erikdoe /ocmock.git " ,
171
- revision: " c5eeaa6dde7c308a5ce48ae4d4530462dd3a1110 "
172
+ url: " https://github.com/paulb777 /ocmock.git " ,
173
+ revision: " 173955e93e6ee6999a10729ab67e4b4efdd1db6d "
172
174
) ,
175
+ // .package(
176
+ // url: "https://github.com/erikdoe/ocmock.git",
177
+ // revision: "c5eeaa6dde7c308a5ce48ae4d4530462dd3a1110"
178
+ // ),
173
179
. package (
174
180
url: " https://github.com/firebase/leveldb.git " ,
175
181
" 1.22.2 " ..< " 1.23.0 "
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ target 'SymbolCollisionTest' do
40
40
# Other Google Pods
41
41
pod 'ARCore'
42
42
# pod 'Blockly' `Blockly` does not specify a Swift version ...
43
- pod 'DigitsMigrationHelper'
43
+ # pod 'DigitsMigrationHelper' Dependency Base64 doesn't build in Xcode 15
44
44
pod 'EarlGrey'
45
45
# pod 'GeoFire' -- requires Firebase/Database 4.0
46
46
# pod 'google-cast-sdk' -- abseil
You can’t perform that action at this time.
0 commit comments