Commit 2d70569
authored
fix: point kit podspec source URLs to mirror repos (#740)
Kit podspecs had their `source` pointing to the monorepo
(mparticle-apple-sdk), but `source_files` paths are relative to the
kit subtree root. This caused `pod trunk push` to fail because
CocoaPods clones from the source URL and cannot find files at the
expected paths.
Updated all 27 kit podspecs to point `source` at their respective
mirror repos in mparticle-integrations, where the subtree split
places files at the correct relative paths.
This does not affect `pod lib lint` (used in CI) which resolves
source_files relative to the podspec file location on disk.1 parent 6a56e49 commit 2d70569
27 files changed
Lines changed: 27 additions & 27 deletions
File tree
- Kits
- adjust/adjust-5
- adobe/adobe-5
- appsflyer/appsflyer-6
- apptentive/apptentive-6
- apptimize/apptimize-3
- branchmetrics/branchmetrics-3
- braze
- braze-12
- braze-13
- braze-14
- clevertap/clevertap-7
- comscore/comscore-6
- google-analytics-firebase-ga4
- firebase-ga4-11
- firebase-ga4-12
- google-analytics-firebase
- firebase-11
- firebase-12
- iterable/iterable-6
- leanplum/leanplum-6
- localytics
- localytics-6
- localytics-7
- onetrust/onetrust
- optimizely
- optimizely-4
- optimizely-5
- radar/radar-3
- rokt/rokt
- singular/singular-12
- urbanairship
- urbanairship-19
- urbanairship-20
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments