Skip to content

Commit 8fbca1f

Browse files
committed
fix(secure_storage): revert example app Xcode project SPM changes
Revert the example app's project.pbxproj and xcscheme changes that were auto-generated by Flutter's SPM migration. These changes cause CI failures when SPM is not enabled on the runner, since the FlutterFramework ephemeral package doesn't exist. Flutter will migrate the example project on-the-fly when SPM is enabled."
1 parent acbbf7e commit 8fbca1f

4 files changed

Lines changed: 20 additions & 47 deletions

File tree

packages/secure_storage/amplify_secure_storage/example/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
*.swp
66
.DS_Store
77
.atom/
8-
.build/
98
.buildlog/
109
.history
1110
.svn/
12-
.swiftpm/
1311
migrate_working_dir/
1412

1513
# IntelliJ related

packages/secure_storage/amplify_secure_storage/example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/secure_storage/amplify_secure_storage/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 18 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/secure_storage/amplify_secure_storage/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 0 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)