File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 6 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ target 'CocoapodsIntegrationTest' do
5
5
use_frameworks!
6
6
7
7
pod 'FirebaseABTesting' , :path => '../'
8
+ pod 'FirebaseAppDistribution' , :path => '../'
8
9
pod 'FirebaseCore' , :path => '../'
9
10
pod 'FirebaseCoreDiagnostics' , :path => '../'
10
11
pod 'FirebaseCrashlytics' , :path => '../'
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ platform :ios, '9.0'
3
3
4
4
target 'CocoapodsIntegrationTest' do
5
5
pod 'FirebaseABTesting' , :path => '../'
6
+ pod 'FirebaseAppDistribution' , :path => '../'
6
7
pod 'FirebaseCore' , :path => '../'
7
8
pod 'FirebaseCoreDiagnostics' , :path => '../'
8
9
pod 'FirebaseCrashlytics' , :path => '../'
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ platform :ios, '9.0'
4
4
target 'CocoapodsIntegrationTest' do
5
5
use_frameworks!
6
6
pod 'FirebaseABTesting' , :path => '../'
7
+ pod 'FirebaseAppDistribution' , :path => '../'
7
8
pod 'FirebaseCore' , :path => '../'
8
9
pod 'FirebaseCoreDiagnostics' , :path => '../'
9
10
pod 'FirebaseCrashlytics' , :path => '../'
@@ -19,4 +20,4 @@ target 'CocoapodsIntegrationTest' do
19
20
pod 'FirebaseStorage' , :path => '../'
20
21
pod 'GoogleDataTransport' , :path => '../'
21
22
pod 'GoogleUtilities' , :path => '../'
22
- end
23
+ end
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ target 'CocoapodsIntegrationTest' do
5
5
# Comment the next line if you don't want to use dynamic frameworks
6
6
use_frameworks!
7
7
pod 'FirebaseABTesting' , :path => '../'
8
+ pod 'FirebaseAppDistribution' , :path => '../'
8
9
pod 'FirebaseCore' , :path => '../'
9
10
pod 'FirebaseCoreDiagnostics' , :path => '../'
10
11
pod 'FirebaseCrashlytics' , :path => '../'
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ platform :ios, '9.0'
3
3
4
4
target 'CocoapodsIntegrationTest' do
5
5
pod 'FirebaseABTesting' , :path => '../'
6
+ pod 'FirebaseAppDistribution' , :path => '../'
6
7
pod 'FirebaseCore' , :path => '../'
7
8
pod 'FirebaseCoreDiagnostics' , :path => '../'
8
9
pod 'FirebaseCrashlytics' , :path => '../'
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ platform :ios, '9.0'
3
3
4
4
target 'CocoapodsIntegrationTest' do
5
5
pod 'FirebaseABTesting' , :path => '../'
6
+ pod 'FirebaseAppDistribution' , :path => '../'
6
7
pod 'FirebaseCore' , :path => '../'
7
8
pod 'FirebaseCoreDiagnostics' , :path => '../'
8
9
pod 'FirebaseCrashlytics' , :path => '../'
You can’t perform that action at this time.
0 commit comments