Skip to content

Commit 4d0e83f

Browse files
authored
Fix nightly CocoaPods integration tests (#7808)
1 parent 2f09fb9 commit 4d0e83f

File tree

2 files changed

+8
-0
lines changed
  • CocoapodsIntegrationTest/TestEnvironments
    • Cocoapods_multiprojects_frameworks
    • Cocoapods_multiprojects_staticLibs

2 files changed

+8
-0
lines changed

CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks/Podfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
source 'https://github.com/firebase/SpecsDev.git'
2+
source 'https://github.com/firebase/SpecsStaging.git'
3+
source 'https://cdn.cocoapods.org/'
4+
15
# Uncomment the next line to define a global platform for your project
26
platform :ios, '10.0'
37

CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_staticLibs/Podfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
source 'https://github.com/firebase/SpecsDev.git'
2+
source 'https://github.com/firebase/SpecsStaging.git'
3+
source 'https://cdn.cocoapods.org/'
4+
15
# Uncomment the next line to define a global platform for your project
26
platform :ios, '10.0'
37

0 commit comments

Comments
 (0)