Skip to content

Commit 766fef6

Browse files
committed
chore: update packages
1 parent fd9b840 commit 766fef6

4 files changed

Lines changed: 117 additions & 96 deletions

File tree

src/app/ios/Podfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- Bugsee (5.3.2)
3-
- bugsee_flutter (8.4.2):
4-
- Bugsee (= 5.3.2)
2+
- Bugsee (5.5.5)
3+
- bugsee_flutter (8.5.0):
4+
- Bugsee (= 5.5.5)
55
- Flutter
66
- Firebase/Analytics (11.0.0):
77
- Firebase/Core
@@ -48,7 +48,7 @@ PODS:
4848
- FirebaseCoreInternal (~> 11.0)
4949
- GoogleUtilities/Environment (~> 8.0)
5050
- GoogleUtilities/Logger (~> 8.0)
51-
- FirebaseCoreInternal (11.7.0):
51+
- FirebaseCoreInternal (11.9.0):
5252
- "GoogleUtilities/NSData+zlib (~> 8.0)"
5353
- FirebaseInstallations (11.4.0):
5454
- FirebaseCore (~> 11.0)
@@ -63,8 +63,8 @@ PODS:
6363
- FirebaseSharedSwift (~> 11.0)
6464
- GoogleUtilities/Environment (~> 8.0)
6565
- "GoogleUtilities/NSData+zlib (~> 8.0)"
66-
- FirebaseRemoteConfigInterop (11.7.0)
67-
- FirebaseSharedSwift (11.7.0)
66+
- FirebaseRemoteConfigInterop (11.9.0)
67+
- FirebaseSharedSwift (11.9.0)
6868
- Flutter (1.0.0)
6969
- flutter_local_notifications (0.0.1):
7070
- Flutter
@@ -209,20 +209,20 @@ EXTERNAL SOURCES:
209209
:path: ".symlinks/plugins/url_launcher_ios/ios"
210210

211211
SPEC CHECKSUMS:
212-
Bugsee: 246f6051b852f9348517c1a8c326d2d76cecfa42
213-
bugsee_flutter: db85f6071d898f48ed50dff93413fb23d64e0454
212+
Bugsee: fe3441494bd6bd8f3f555105ebbba0593e9f1e1c
213+
bugsee_flutter: 71e31f4a063242d01d38fccc5384a6d9dbfe0fc5
214214
Firebase: 9f574c08c2396885b5e7e100ed4293d956218af9
215215
firebase_analytics: 1a66fe8d4375eccff44671ea37897683a78b2675
216216
firebase_core: ceec591a66629daaee82d3321551692c4a871493
217217
firebase_remote_config: 2347e1cd52216f4b07f421068fb8dad42cca2803
218218
FirebaseABTesting: aef1719704fade00b200827e7973f352efc4caee
219219
FirebaseAnalytics: 27eb78b97880ea4a004839b9bac0b58880f5a92a
220220
FirebaseCore: 3cf438f431f18c12cdf2aaf64434648b63f7e383
221-
FirebaseCoreInternal: d6c17dafc8dc33614733a8b52df78fcb4394c881
221+
FirebaseCoreInternal: 154779013b85b4b290fdba38414df475f42e3096
222222
FirebaseInstallations: 6ef4a1c7eb2a61ee1f74727d7f6ce2e72acf1414
223223
FirebaseRemoteConfig: fe8b7e6d6770fefbde27b0cac3f3deffba6e7326
224-
FirebaseRemoteConfigInterop: ca12abf9da0003efd3a476b2dff4f7a04fd31b4f
225-
FirebaseSharedSwift: a45efd84d60ebbfdcdbaebc66948af3630459e62
224+
FirebaseRemoteConfigInterop: 710954a00e956c5fe5144a8e46164f0361389203
225+
FirebaseSharedSwift: 574e6a5602afe4397a55c8d4f767382d620285de
226226
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
227227
flutter_local_notifications: 4cde75091f6327eb8517fa068a0a5950212d2086
228228
GoogleAppMeasurement: 6e49ffac7d3f2c3ded9cc663f912a13b67bbd0de

src/app/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
9705A1C41CF9048500538489 /* Embed Frameworks */,
199199
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
200200
434D2072FBB8939187B9AAD6 /* [CP] Embed Pods Frameworks */,
201+
018E538ADFAA22D750454F84 /* [CP] Copy Pods Resources */,
201202
);
202203
buildRules = (
203204
);
@@ -269,6 +270,23 @@
269270
/* End PBXResourcesBuildPhase section */
270271

271272
/* Begin PBXShellScriptBuildPhase section */
273+
018E538ADFAA22D750454F84 /* [CP] Copy Pods Resources */ = {
274+
isa = PBXShellScriptBuildPhase;
275+
buildActionMask = 2147483647;
276+
files = (
277+
);
278+
inputFileListPaths = (
279+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
280+
);
281+
name = "[CP] Copy Pods Resources";
282+
outputFileListPaths = (
283+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
284+
);
285+
runOnlyForDeploymentPostprocessing = 0;
286+
shellPath = /bin/sh;
287+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
288+
showEnvVarsInLog = 0;
289+
};
272290
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
273291
isa = PBXShellScriptBuildPhase;
274292
alwaysOutOfDate = 1;

0 commit comments

Comments
 (0)