Skip to content

Commit a798e72

Browse files
committed
feat(curations): Set VCS path for some firebase iOS SDK libs
See also https://github.com/firebase/firebase-ios-sdk. Signed-off-by: Frank Viernau <[email protected]>
1 parent cf7e5fd commit a798e72

11 files changed

+77
-0
lines changed

curations/Pod/_/Firebase%2FCore.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::Firebase/Core:[7.0.0,)"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "FirebaseCore"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::Firebase/CoreOnly:[7.0.0,)"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "CoreOnly"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::Firebase/Crashlytics:[7.0.0,)"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "Crashlytics"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::Firebase/DynamicLinks:[7.0.0,)"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "FirebaseDynamicLinks"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::Firebase/Messaging:[7.0.0,)"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "FirebaseMessaging"

curations/Pod/_/FirebaseCore.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::FirebaseCore:[7.0.0,)"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "FirebaseCore"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::FirebaseCoreDiagnostics:[7.0.0,)"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "Firebase/CoreDiagnostics"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::FirebaseCrashlytics:[7.0.0,)"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "Crashlytics"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::FirebaseDynamicLinks:[7.0.0,)"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "FirebaseDynamicLinks"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::FirebaseInstallations:[7.0.0,)"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "FirebaseInstallations"

0 commit comments

Comments
 (0)