Skip to content

Commit b65eab6

Browse files
committed
Updated podfile
1 parent 1e2a095 commit b65eab6

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed

macos/Podfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ flutter_macos_podfile_setup
2929
target 'Runner' do
3030
use_frameworks!
3131
use_modular_headers!
32-
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '11.0.0'
32+
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => "11.0.0"
33+
3334

3435
flutter_install_all_macos_pods File.dirname(File.realpath(__FILE__))
3536
end

macos/Podfile.lock

+19-13
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ PODS:
5353
- GoogleUtilities/Logger (~> 8.0)
5454
- FirebaseCoreExtension (11.0.0):
5555
- FirebaseCore (~> 11.0)
56-
- FirebaseCoreInternal (11.2.0):
56+
- FirebaseCoreInternal (11.4.2):
5757
- "GoogleUtilities/NSData+zlib (~> 8.0)"
5858
- FirebaseCrashlytics (11.0.0):
5959
- FirebaseCore (~> 11.0)
@@ -85,7 +85,7 @@ PODS:
8585
- FirebaseFirestoreGRPCCPPBinary (= 1.65.1)
8686
- leveldb-library (~> 1.22)
8787
- nanopb (~> 3.30910.0)
88-
- FirebaseInstallations (11.2.0):
88+
- FirebaseInstallations (11.4.0):
8989
- FirebaseCore (~> 11.0)
9090
- GoogleUtilities/Environment (~> 8.0)
9191
- GoogleUtilities/UserDefaults (~> 8.0)
@@ -99,8 +99,8 @@ PODS:
9999
- GoogleUtilities/Reachability (~> 8.0)
100100
- GoogleUtilities/UserDefaults (~> 8.0)
101101
- nanopb (~> 3.30910.0)
102-
- FirebaseRemoteConfigInterop (11.2.0)
103-
- FirebaseSessions (11.2.0):
102+
- FirebaseRemoteConfigInterop (11.4.0)
103+
- FirebaseSessions (11.3.0):
104104
- FirebaseCore (~> 11.0)
105105
- FirebaseCoreExtension (~> 11.0)
106106
- FirebaseInstallations (~> 11.0)
@@ -163,7 +163,7 @@ PODS:
163163
- GoogleUtilities/UserDefaults (8.0.2):
164164
- GoogleUtilities/Logger
165165
- GoogleUtilities/Privacy
166-
- leveldb-library (1.22.5)
166+
- leveldb-library (1.22.6)
167167
- nanopb (3.30910.0):
168168
- nanopb/decode (= 3.30910.0)
169169
- nanopb/encode (= 3.30910.0)
@@ -177,6 +177,8 @@ PODS:
177177
- PromisesObjC (2.4.0)
178178
- PromisesSwift (2.4.0):
179179
- PromisesObjC (= 2.4.0)
180+
- share_plus (0.0.1):
181+
- FlutterMacOS
180182
- url_launcher_macos (0.0.1):
181183
- FlutterMacOS
182184

@@ -190,6 +192,7 @@ DEPENDENCIES:
190192
- FlutterMacOS (from `Flutter/ephemeral`)
191193
- package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`)
192194
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
195+
- share_plus (from `Flutter/ephemeral/.symlinks/plugins/share_plus/macos`)
193196
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
194197

195198
SPEC REPOS:
@@ -239,6 +242,8 @@ EXTERNAL SOURCES:
239242
:path: Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos
240243
path_provider_foundation:
241244
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin
245+
share_plus:
246+
:path: Flutter/ephemeral/.symlinks/plugins/share_plus/macos
242247
url_launcher_macos:
243248
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos
244249

@@ -256,7 +261,7 @@ SPEC CHECKSUMS:
256261
FirebaseAnalytics: 27eb78b97880ea4a004839b9bac0b58880f5a92a
257262
FirebaseCore: 3cf438f431f18c12cdf2aaf64434648b63f7e383
258263
FirebaseCoreExtension: 6928a0a34219af2bfe853810d7e6ba785ffb9ed6
259-
FirebaseCoreInternal: 0c569513412da9f3b31bd0b340013bbee8f295c5
264+
FirebaseCoreInternal: 35731192cab10797b88411be84940d2beb33a238
260265
FirebaseCrashlytics: 745d8f0221fe49c62865391d1bf56f5a12eeec0b
261266
FirebaseFirestore: 72f82b3da84d14865fe21607cb584fb17d9e6598
262267
FirebaseFirestoreAbseilBinary: fa2ebd2ed02cadef5382e4f7c93f1b265c812c85
@@ -265,24 +270,25 @@ SPEC CHECKSUMS:
265270
FirebaseFirestoreGRPCCoreBinary: 472bd808e1886a5efb2fd03dd09b98d34641a335
266271
FirebaseFirestoreGRPCCPPBinary: db76d83d2b7517623f8426ed7f7a17bad2478084
267272
FirebaseFirestoreInternalBinary: 9b233680572ca2bc2c3654c3c3b22b2699cb14eb
268-
FirebaseInstallations: 771177d89d6c451dc6e50085ec82e2fc77ed0a4a
273+
FirebaseInstallations: 6ef4a1c7eb2a61ee1f74727d7f6ce2e72acf1414
269274
FirebaseMessaging: d2d1d9c62c46dd2db49a952f7deb5b16ad2c9742
270-
FirebaseRemoteConfigInterop: 477b26fdeb8fb5fbaf22fa9db5343b42289dc7db
271-
FirebaseSessions: adcec8b72d0066a385e3affcd1bcb1ebb3908ce6
275+
FirebaseRemoteConfigInterop: e76f46ffa4d6a65e273d4dfebb6a79e588cec136
276+
FirebaseSessions: 655ff17f3cc1a635cbdc2d69b953878001f9e25b
272277
FirebaseSharedSwift: 9d0e7130af2f0cf162ecd136971f9661f2a3f769
273278
flutter_local_notifications: 3805ca215b2fb7f397d78b66db91f6a747af52e4
274279
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
275280
GoogleAppMeasurement: 6e49ffac7d3f2c3ded9cc663f912a13b67bbd0de
276281
GoogleDataTransport: aae35b7ea0c09004c3797d53c8c41f66f219d6a7
277282
GoogleUtilities: 26a3abef001b6533cf678d3eb38fd3f614b7872d
278-
leveldb-library: e8eadf9008a61f9e1dde3978c086d2b6d9b9dc28
283+
leveldb-library: cc8b8f8e013647a295ad3f8cd2ddf49a6f19be19
279284
nanopb: fad817b59e0457d11a5dfbde799381cd727c1275
280-
package_info_plus: fa739dd842b393193c5ca93c26798dff6e3d0e0c
285+
package_info_plus: 12f1c5c2cfe8727ca46cbd0b26677728972d9a5b
281286
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
282287
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
283288
PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851
289+
share_plus: 1fa619de8392a4398bfaf176d441853922614e89
284290
url_launcher_macos: 5f437abeda8c85500ceb03f5c1938a8c5a705399
285291

286-
PODFILE CHECKSUM: 313b0e681e33bf8b871fe3232480e603db5697fd
292+
PODFILE CHECKSUM: 01e8eb586ad2662a5d30edfdc6225d7e633717d8
287293

288-
COCOAPODS: 1.15.2
294+
COCOAPODS: 1.16.2

macos/Runner/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Cocoa
22
import FlutterMacOS
33

4-
@NSApplicationMain
4+
@main
55
class AppDelegate: FlutterAppDelegate {
66
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
77
return true

0 commit comments

Comments
 (0)