Skip to content

Commit

Permalink
Update macOS files
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Jan 6, 2025
1 parent b7e4d7d commit 6ff7be6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
24 changes: 18 additions & 6 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- cloud_firestore (5.5.0):
- cloud_firestore (5.5.1):
- Firebase/CoreOnly (~> 11.4.0)
- Firebase/Firestore (~> 11.4.0)
- firebase_core
Expand All @@ -14,12 +14,12 @@ PODS:
- Firebase/Firestore (11.4.0):
- Firebase/CoreOnly
- FirebaseFirestore (~> 11.4.0)
- firebase_auth (5.3.3):
- firebase_auth (5.3.4):
- Firebase/Auth (~> 11.4.0)
- Firebase/CoreOnly (~> 11.4.0)
- firebase_core
- FlutterMacOS
- firebase_core (3.8.0):
- firebase_core (3.8.1):
- Firebase/CoreOnly (~> 11.4.0)
- FlutterMacOS
- FirebaseAppCheckInterop (11.5.0)
Expand Down Expand Up @@ -92,9 +92,13 @@ PODS:
- nanopb/encode (= 3.30910.0)
- nanopb/decode (3.30910.0)
- nanopb/encode (3.30910.0)
- package_info_plus (0.0.1):
- FlutterMacOS
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
- url_launcher_macos (0.0.1):
- FlutterMacOS

DEPENDENCIES:
- cloud_firestore (from `Flutter/ephemeral/.symlinks/plugins/cloud_firestore/macos`)
Expand All @@ -103,7 +107,9 @@ DEPENDENCIES:
- firebase_core (from `Flutter/ephemeral/.symlinks/plugins/firebase_core/macos`)
- FirebaseFirestore (from `https://github.com/invertase/firestore-ios-sdk-frameworks.git`, tag `11.4.0`)
- FlutterMacOS (from `Flutter/ephemeral`)
- package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`)
- shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin`)
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)

SPEC REPOS:
trunk:
Expand Down Expand Up @@ -140,20 +146,24 @@ EXTERNAL SOURCES:
:tag: 11.4.0
FlutterMacOS:
:path: Flutter/ephemeral
package_info_plus:
:path: Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos
shared_preferences_foundation:
:path: Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin
url_launcher_macos:
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos

CHECKOUT OPTIONS:
FirebaseFirestore:
:git: https://github.com/invertase/firestore-ios-sdk-frameworks.git
:tag: 11.4.0

SPEC CHECKSUMS:
cloud_firestore: d85fe469d0b8d5238ea3eb7729e13bf34217a037
cloud_firestore: 9a20a45d1f46dda8d3486bc68866e8dca2d68548
desktop_webview_auth: 9bba53a29c9bc6a4ff621fd0ebfbb18856c4dada
Firebase: cf1b19f21410b029b6786a54e9764a0cacad3c99
firebase_auth: 85ed6c80b24da60af13391f9cdc0e566440b1963
firebase_core: d95c4a2225d7b6ed46bc31fb2a6f421fc7c8285b
firebase_auth: cda334a14540e3c1be90eb2cd82682f9409bea37
firebase_core: e4a35c426636a2cce00a5163df7ba69bfd0cca57
FirebaseAppCheckInterop: d265d9f4484e7ec1c591086408840fdd383d1213
FirebaseAuth: c359af98bd703cbf4293eec107a40de08ede6ce6
FirebaseAuthInterop: 1219bee9b23e6ebe84c256a0d95adab53d11c331
Expand All @@ -173,7 +183,9 @@ SPEC CHECKSUMS:
GTMSessionFetcher: 923b710231ad3d6f3f0495ac1ced35421e07d9a6
leveldb-library: cc8b8f8e013647a295ad3f8cd2ddf49a6f19be19
nanopb: fad817b59e0457d11a5dfbde799381cd727c1275
package_info_plus: 12f1c5c2cfe8727ca46cbd0b26677728972d9a5b
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
url_launcher_macos: c82c93949963e55b228a30115bd219499a6fe404

PODFILE CHECKSUM: 6e19c9e5ae5b2f7b4f1efa2a766c71e993f4c4be

Expand Down
4 changes: 4 additions & 0 deletions macos/Runner/AppDelegate.swift
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
}
}

0 comments on commit 6ff7be6

Please sign in to comment.