Skip to content

Commit aafe062

Browse files
committed
feat(curations): Set VCS path for some Google Utilities SDK libs
See also https://github.com/google/GoogleUtilities. Signed-off-by: Frank Viernau <[email protected]>
1 parent a798e72 commit aafe062

8 files changed

+56
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::GoogleUtilities/AppDelegateSwizzler:"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "GoogleUtilities/AppDelegateSwizzler"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::GoogleUtilities/Environment:"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "GoogleUtilities/Environment"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::GoogleUtilities/Logger:"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "GoogleUtilities/Logger"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::GoogleUtilities/MethodSwizzler:"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "GoogleUtilities/MethodSwizzler"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::GoogleUtilities/NSData+zlib:"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "GoogleUtilities/NSData+zlib"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::GoogleUtilities/Network:"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "GoogleUtilities/Network"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::GoogleUtilities/Reachability:"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "GoogleUtilities/Reachability"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Pod::GoogleUtilities/UserDefaults:"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "GoogleUtilities/UserDefaults"

0 commit comments

Comments
 (0)