@@ -3,19 +3,19 @@ use_frameworks!
3
3
target 'SampleWatchAppWatchKitExtension' do
4
4
platform :watchos , '6.0'
5
5
6
- pod 'FirebaseCore' , :path => '../../../../../ '
7
- pod 'GoogleUtilities' , :path => '../../../../../ '
8
- pod 'FirebaseMessaging' , :path => '../../../../../ '
9
- pod 'FirebaseInstanceID' , :path => '../../../../../ '
10
- pod 'FirebaseCoreDiagnostics' , :path => '../../../../../ '
11
- pod 'GoogleDataTransport' , :path => '../../../../../ '
12
- pod 'FirebaseInstallations' , :path => '../../../../../ '
13
- pod 'FirebaseStorage' , :path => '../../../../../ '
6
+ pod 'FirebaseCore' , :path => '../../'
7
+ pod 'GoogleUtilities' , :path => '../../'
8
+ pod 'FirebaseMessaging' , :path => '../../'
9
+ pod 'FirebaseInstanceID' , :path => '../../'
10
+ pod 'FirebaseCoreDiagnostics' , :path => '../../'
11
+ pod 'GoogleDataTransport' , :path => '../../'
12
+ pod 'FirebaseInstallations' , :path => '../../'
13
+ pod 'FirebaseStorage' , :path => '../../'
14
14
15
15
end
16
16
17
17
target 'ServiceExtension' do
18
18
platform :watchos , '6.0'
19
- pod 'FirebaseMessaging' , :path => '../../../../../ '
20
- pod 'FirebaseInstanceID' , :path => '../../../../../ '
19
+ pod 'FirebaseMessaging' , :path => '../../'
20
+ pod 'FirebaseInstanceID' , :path => '../../'
21
21
end
0 commit comments