Commit 042b6f7
committed
fix: use repo-root-relative paths in Swift podspec
source_files and license file paths in a podspec are resolved relative
to the repo root (defined by s.source), not relative to the podspec
file location. The existing paths only worked for local pod references
and broke on `pod trunk push`.
- source_files: Sources/**/*.swift -> mParticle-Apple-SDK-Swift/Sources/**/*.swift
- license file: ../LICENSE -> LICENSE1 parent 442e506 commit 042b6f7
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
0 commit comments