Skip to content

Commit

Permalink
fix ios example app (#1962)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia authored Nov 28, 2023
1 parent 2ccc58f commit 9112c50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions packages/patrol/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ PODS:
- Firebase/Messaging (10.18.0):
- Firebase/CoreOnly
- FirebaseMessaging (~> 10.18.0)
- firebase_auth (4.14.1):
- firebase_auth (4.15.0):
- Firebase/Auth (= 10.18.0)
- firebase_core
- Flutter
- firebase_core (2.23.0):
- firebase_core (2.24.0):
- Firebase/CoreOnly (= 10.18.0)
- Flutter
- firebase_messaging (14.7.5):
- firebase_messaging (14.7.6):
- Firebase/Messaging (= 10.18.0)
- firebase_core
- Flutter
Expand Down Expand Up @@ -174,9 +174,9 @@ SPEC CHECKSUMS:
AppAuth: 3bb1d1cd9340bd09f5ed189fb00b1cc28e1e8570
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
Firebase: 414ad272f8d02dfbf12662a9d43f4bba9bec2a06
firebase_auth: 88053a759923970e580789d167a43b6031568ef5
firebase_core: 29d66baf806970cda37c93621b27cd369b27db1b
firebase_messaging: 0a39f2514e1f27b0274b0d2fa99048f57856ee7c
firebase_auth: 02d1a6340f81020cc302fb8fea8518908c546cec
firebase_core: f802c5c1f6caff9b8d38b591a36e7b25f8878936
firebase_messaging: ca2fc59ddd52ef032d80f1a717d12eae8fa0e994
FirebaseAppCheckInterop: 3cd914842ba46f4304050874cd284de82f154ffd
FirebaseAuth: 12314b438fa76048540c8fb86d6cfc9e08595176
FirebaseCore: 2322423314d92f946219c8791674d2f3345b598f
Expand Down Expand Up @@ -204,4 +204,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: a2f999e8fe2642046eaa22133617aca7cd25a681

COCOAPODS: 1.14.2
COCOAPODS: 1.14.3
2 changes: 1 addition & 1 deletion packages/patrol/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Future<void> initApp() async {

if (firebaseEnabled) {
await _initFirebase();
await _askForLocationPermission();
}
await _askForLocationPermission();
}

void _setUpTheme() {
Expand Down

0 comments on commit 9112c50

Please sign in to comment.