Commit 7b661e1
fix: remove trailing comma from Package.swift in maplibre_ios (#394)
Hi! Trying out the package for an app that I'm working on. Couldn't get
it to build on iOS with SPM unless I remove the trailing comma from the
`Package.swift`.
---------
Co-authored-by: Joscha Eckert <[email protected]>1 parent 66177de commit 7b661e1
File tree
2 files changed
+2
-2
lines changed- .github/workflows
- maplibre_ios/ios/maplibre_ios
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments