Skip to content

Commit 94b6477

Browse files
committed
fix: SPM migration - fix Package.swift product refs, pod deintegrate, update gitignore
1 parent 614ac2b commit 94b6477

67 files changed

Lines changed: 2370 additions & 940 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
.pub/
3030
**/build/
3131

32+
# Swift Package Manager
33+
**/.build/
34+
**/.swiftpm/
35+
3236
# Android related
3337
**/android/**/gradle-wrapper.jar
3438
**/android/.gradle
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
21
#include "Generated.xcconfig"
32
#include? "Local.xcconfig"
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"
21
#include "Generated.xcconfig"
32
#include? "Local.xcconfig"
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
21
#include "Generated.xcconfig"
32
#include? "Local.xcconfig"

packages/example/ios/Podfile

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)