Skip to content

Commit e1d3402

Browse files
authored
Add App Distribution to all integration test environments (#6307)
1 parent 007f435 commit e1d3402

File tree

6 files changed

+7
-1
lines changed
  • CocoapodsIntegrationTest/TestEnvironments
    • Cocoapods1_6_1_frameworks
    • Cocoapods1_6_1_staticLibs
    • Cocoapods1_7_0_frameworks
    • Cocoapods1_7_0_multiprojects_frameworks
    • Cocoapods1_7_0_multiprojects_staticLibs
    • Cocoapods1_7_0_staticLibs

6 files changed

+7
-1
lines changed

CocoapodsIntegrationTest/TestEnvironments/Cocoapods1_6_1_frameworks/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ target 'CocoapodsIntegrationTest' do
55
use_frameworks!
66

77
pod 'FirebaseABTesting', :path => '../'
8+
pod 'FirebaseAppDistribution', :path => '../'
89
pod 'FirebaseCore', :path => '../'
910
pod 'FirebaseCoreDiagnostics', :path => '../'
1011
pod 'FirebaseCrashlytics', :path => '../'

CocoapodsIntegrationTest/TestEnvironments/Cocoapods1_6_1_staticLibs/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ platform :ios, '9.0'
33

44
target 'CocoapodsIntegrationTest' do
55
pod 'FirebaseABTesting', :path => '../'
6+
pod 'FirebaseAppDistribution', :path => '../'
67
pod 'FirebaseCore', :path => '../'
78
pod 'FirebaseCoreDiagnostics', :path => '../'
89
pod 'FirebaseCrashlytics', :path => '../'

CocoapodsIntegrationTest/TestEnvironments/Cocoapods1_7_0_frameworks/Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ platform :ios, '9.0'
44
target 'CocoapodsIntegrationTest' do
55
use_frameworks!
66
pod 'FirebaseABTesting', :path => '../'
7+
pod 'FirebaseAppDistribution', :path => '../'
78
pod 'FirebaseCore', :path => '../'
89
pod 'FirebaseCoreDiagnostics', :path => '../'
910
pod 'FirebaseCrashlytics', :path => '../'
@@ -19,4 +20,4 @@ target 'CocoapodsIntegrationTest' do
1920
pod 'FirebaseStorage', :path => '../'
2021
pod 'GoogleDataTransport', :path => '../'
2122
pod 'GoogleUtilities', :path => '../'
22-
end
23+
end

CocoapodsIntegrationTest/TestEnvironments/Cocoapods1_7_0_multiprojects_frameworks/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ target 'CocoapodsIntegrationTest' do
55
# Comment the next line if you don't want to use dynamic frameworks
66
use_frameworks!
77
pod 'FirebaseABTesting', :path => '../'
8+
pod 'FirebaseAppDistribution', :path => '../'
89
pod 'FirebaseCore', :path => '../'
910
pod 'FirebaseCoreDiagnostics', :path => '../'
1011
pod 'FirebaseCrashlytics', :path => '../'

CocoapodsIntegrationTest/TestEnvironments/Cocoapods1_7_0_multiprojects_staticLibs/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ platform :ios, '9.0'
33

44
target 'CocoapodsIntegrationTest' do
55
pod 'FirebaseABTesting', :path => '../'
6+
pod 'FirebaseAppDistribution', :path => '../'
67
pod 'FirebaseCore', :path => '../'
78
pod 'FirebaseCoreDiagnostics', :path => '../'
89
pod 'FirebaseCrashlytics', :path => '../'

CocoapodsIntegrationTest/TestEnvironments/Cocoapods1_7_0_staticLibs/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ platform :ios, '9.0'
33

44
target 'CocoapodsIntegrationTest' do
55
pod 'FirebaseABTesting', :path => '../'
6+
pod 'FirebaseAppDistribution', :path => '../'
67
pod 'FirebaseCore', :path => '../'
78
pod 'FirebaseCoreDiagnostics', :path => '../'
89
pod 'FirebaseCrashlytics', :path => '../'

0 commit comments

Comments
 (0)