Skip to content

Commit

Permalink
chore(flutter): Apply iOS changes for flutter upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlVS committed Jan 14, 2025
1 parent 6c7cb9b commit 87ed8da
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions packages/komodo_defi_sdk/example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/

# IntelliJ related
Expand Down
4 changes: 2 additions & 2 deletions packages/komodo_defi_sdk/example/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- flutter_secure_storage_macos (6.1.1):
- flutter_secure_storage_macos (6.1.3):
- FlutterMacOS
- FlutterMacOS (1.0.0)
- komodo_defi_framework (0.0.1):
Expand Down Expand Up @@ -37,7 +37,7 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin

SPEC CHECKSUMS:
flutter_secure_storage_macos: 59459653abe1adb92abbc8ea747d79f8d19866c9
flutter_secure_storage_macos: c2754d3483d20bb207bb9e5a14f1b8e771abcdb9
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
komodo_defi_framework: f716eeef2f8d5cd3a97efe7bb103e8e18285032c
local_auth_darwin: 66e40372f1c29f383a314c738c7446e2f7fdadc3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}

override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
return true
}
}
2 changes: 1 addition & 1 deletion packages/komodo_ui/widgetbook/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ">=3.4.0 <3.6.0"
sdk: ">=3.4.0 <4.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit 87ed8da

Please sign in to comment.