Skip to content

Commit b21d203

Browse files
committed
fix: resolved iOS app crash on launch
1 parent 3fada40 commit b21d203

26 files changed

+228
-118
lines changed

.metadata

+7-19
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file should be version controlled.
55

66
version:
7-
revision: 135454af32477f815a7525073027a3ff9eff1bfd
7+
revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
88
channel: stable
99

1010
project_type: app
@@ -13,26 +13,14 @@ project_type: app
1313
migration:
1414
platforms:
1515
- platform: root
16-
create_revision: 135454af32477f815a7525073027a3ff9eff1bfd
17-
base_revision: 135454af32477f815a7525073027a3ff9eff1bfd
16+
create_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
17+
base_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
1818
- platform: android
19-
create_revision: 135454af32477f815a7525073027a3ff9eff1bfd
20-
base_revision: 135454af32477f815a7525073027a3ff9eff1bfd
19+
create_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
20+
base_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
2121
- platform: ios
22-
create_revision: 135454af32477f815a7525073027a3ff9eff1bfd
23-
base_revision: 135454af32477f815a7525073027a3ff9eff1bfd
24-
- platform: linux
25-
create_revision: 135454af32477f815a7525073027a3ff9eff1bfd
26-
base_revision: 135454af32477f815a7525073027a3ff9eff1bfd
27-
- platform: macos
28-
create_revision: 135454af32477f815a7525073027a3ff9eff1bfd
29-
base_revision: 135454af32477f815a7525073027a3ff9eff1bfd
30-
- platform: web
31-
create_revision: 135454af32477f815a7525073027a3ff9eff1bfd
32-
base_revision: 135454af32477f815a7525073027a3ff9eff1bfd
33-
- platform: windows
34-
create_revision: 135454af32477f815a7525073027a3ff9eff1bfd
35-
base_revision: 135454af32477f815a7525073027a3ff9eff1bfd
22+
create_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
23+
base_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
3624

3725
# User provided section
3826

android/app/google-services.json

+17-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
"package_name": "com.resonate.resonate",
2121
"certificate_hash": "aa388f5b5c662c197fbfbea87fced13d57fb669f"
2222
}
23+
},
24+
{
25+
"client_id": "976246452686-r37g3vcs7erearojnonn08bsge6d2bl2.apps.googleusercontent.com",
26+
"client_type": 1,
27+
"android_info": {
28+
"package_name": "com.resonate.resonate",
29+
"certificate_hash": "e3cbab256bbc7e437cea65d0cd334504ccdc87dc"
30+
}
2331
}
2432
],
2533
"api_key": [
@@ -29,7 +37,15 @@
2937
],
3038
"services": {
3139
"appinvite_service": {
32-
"other_platform_oauth_client": []
40+
"other_platform_oauth_client": [
41+
{
42+
"client_id": "976246452686-asmk22ajhrkcu4k2jv0rrjrmc0ll4c3k.apps.googleusercontent.com",
43+
"client_type": 2,
44+
"ios_info": {
45+
"bundle_id": "com.resonate.resonate"
46+
}
47+
}
48+
]
3349
}
3450
}
3551
}

ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
platform :ios, '12.0'
2+
# platform :ios, '11.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

ios/Podfile.lock

+59-18
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,29 @@ PODS:
55
- AppAuth/Core (1.6.0)
66
- AppAuth/ExternalUserAgent (1.6.0):
77
- AppAuth/Core
8-
- Auth0 (2.3.2):
9-
- JWTDecode (~> 3.0)
10-
- SimpleKeychain (~> 1.0)
11-
- auth0_flutter (1.1.0):
12-
- Auth0 (~> 2.3)
8+
- Firebase/Auth (10.7.0):
9+
- Firebase/CoreOnly
10+
- FirebaseAuth (~> 10.7.0)
11+
- Firebase/CoreOnly (10.7.0):
12+
- FirebaseCore (= 10.7.0)
13+
- firebase_auth (4.4.0):
14+
- Firebase/Auth (= 10.7.0)
15+
- firebase_core
1316
- Flutter
17+
- firebase_core (2.9.0):
18+
- Firebase/CoreOnly (= 10.7.0)
19+
- Flutter
20+
- FirebaseAuth (10.7.0):
21+
- FirebaseCore (~> 10.0)
22+
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
23+
- GoogleUtilities/Environment (~> 7.8)
24+
- GTMSessionFetcher/Core (< 4.0, >= 2.1)
25+
- FirebaseCore (10.7.0):
26+
- FirebaseCoreInternal (~> 10.0)
27+
- GoogleUtilities/Environment (~> 7.8)
28+
- GoogleUtilities/Logger (~> 7.8)
29+
- FirebaseCoreInternal (10.7.0):
30+
- "GoogleUtilities/NSData+zlib (~> 7.8)"
1431
- Flutter (1.0.0)
1532
- google_sign_in_ios (0.0.1):
1633
- Flutter
@@ -19,48 +36,72 @@ PODS:
1936
- AppAuth (~> 1.5)
2037
- GTMAppAuth (~> 1.3)
2138
- GTMSessionFetcher/Core (< 3.0, >= 1.1)
39+
- GoogleUtilities/AppDelegateSwizzler (7.11.0):
40+
- GoogleUtilities/Environment
41+
- GoogleUtilities/Logger
42+
- GoogleUtilities/Network
43+
- GoogleUtilities/Environment (7.11.0):
44+
- PromisesObjC (< 3.0, >= 1.2)
45+
- GoogleUtilities/Logger (7.11.0):
46+
- GoogleUtilities/Environment
47+
- GoogleUtilities/Network (7.11.0):
48+
- GoogleUtilities/Logger
49+
- "GoogleUtilities/NSData+zlib"
50+
- GoogleUtilities/Reachability
51+
- "GoogleUtilities/NSData+zlib (7.11.0)"
52+
- GoogleUtilities/Reachability (7.11.0):
53+
- GoogleUtilities/Logger
2254
- GTMAppAuth (1.3.1):
2355
- AppAuth/Core (~> 1.6)
2456
- GTMSessionFetcher/Core (< 3.0, >= 1.5)
2557
- GTMSessionFetcher/Core (2.3.0)
26-
- JWTDecode (3.0.1)
27-
- SimpleKeychain (1.0.1)
58+
- PromisesObjC (2.2.0)
2859

2960
DEPENDENCIES:
30-
- auth0_flutter (from `.symlinks/plugins/auth0_flutter/ios`)
61+
- firebase_auth (from `.symlinks/plugins/firebase_auth/ios`)
62+
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
3163
- Flutter (from `Flutter`)
3264
- google_sign_in_ios (from `.symlinks/plugins/google_sign_in_ios/ios`)
3365

3466
SPEC REPOS:
3567
trunk:
3668
- AppAuth
37-
- Auth0
69+
- Firebase
70+
- FirebaseAuth
71+
- FirebaseCore
72+
- FirebaseCoreInternal
3873
- GoogleSignIn
74+
- GoogleUtilities
3975
- GTMAppAuth
4076
- GTMSessionFetcher
41-
- JWTDecode
42-
- SimpleKeychain
77+
- PromisesObjC
4378

4479
EXTERNAL SOURCES:
45-
auth0_flutter:
46-
:path: ".symlinks/plugins/auth0_flutter/ios"
80+
firebase_auth:
81+
:path: ".symlinks/plugins/firebase_auth/ios"
82+
firebase_core:
83+
:path: ".symlinks/plugins/firebase_core/ios"
4784
Flutter:
4885
:path: Flutter
4986
google_sign_in_ios:
5087
:path: ".symlinks/plugins/google_sign_in_ios/ios"
5188

5289
SPEC CHECKSUMS:
5390
AppAuth: 8fca6b5563a5baef2c04bee27538025e4ceb2add
54-
Auth0: 64da28fdc5cd499aa516dc4bfd0ace8efae2c1da
55-
auth0_flutter: 2db6426f2a0489ff64318a0d2602a54aa9eef796
91+
Firebase: 0219acf760880eeec8ce479895bd7767466d9f81
92+
firebase_auth: 5984ebaf5463319e304ab1c0966b06994bd1c69a
93+
firebase_core: d85432877e814811e040e7659f9c82faeab66e04
94+
FirebaseAuth: dd64c01631df724b09f33e584625775c52f7d71f
95+
FirebaseCore: e317665b9d744727a97e623edbbed009320afdd7
96+
FirebaseCoreInternal: 8845798510aae74703467480f71ac613788d0696
5697
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
5798
google_sign_in_ios: 1256ff9d941db546373826966720b0c24804bcdd
5899
GoogleSignIn: 5651ce3a61e56ca864160e79b484cd9ed3f49b7a
100+
GoogleUtilities: c2bdc4cf2ce786c4d2e6b3bcfd599a25ca78f06f
59101
GTMAppAuth: 0ff230db599948a9ad7470ca667337803b3fc4dd
60102
GTMSessionFetcher: 3a63d75eecd6aa32c2fc79f578064e1214dfdec2
61-
JWTDecode: 2eed97c2fa46ccaf3049a787004eedf0be474a87
62-
SimpleKeychain: 130211269f88f038d7dc5254cf0b1b9ce978c398
103+
PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef
63104

64-
PODFILE CHECKSUM: 4e8f8b2be68aeea4c0d5beb6ff1e79fface1d048
105+
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
65106

66107
COCOAPODS: 1.11.3

0 commit comments

Comments
 (0)