Commit d18c822
feat(cocoapods): Improve handling for dependencies with checkout option
The information of podspecs corresponding to dependencies which have a
checkout option has been ignored so far. Unify the code paths, so that
the information from podspecs is always used. This simplifies the code
and might get additional data, such as declared licenses and the source
artifact url. Furthermore, the VCS URL from the checkout option is no
more used as `homepageUrl`, but instead always set to the dedicated
`homepage` field of the podspec. This is more consistent with
integration of other package managers.
Signed-off-by: Frank Viernau <[email protected]>1 parent fac0ce5 commit d18c822
File tree
3 files changed
+3
-19
lines changed- plugins/package-managers/cocoapods/src
- funTest/assets/projects/synthetic
- main/kotlin
3 files changed
+3
-19
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
Lines changed: 1 addition & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | 76 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | 77 | | |
93 | | - | |
94 | | - | |
| 78 | + | |
95 | 79 | | |
96 | 80 | | |
97 | 81 | | |
| |||
0 commit comments