Skip to content

Commit

Permalink
Update iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Apr 30, 2024
1 parent 2233900 commit ed3aa87
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ PODS:
- Firebase/Messaging (10.24.0):
- Firebase/CoreOnly
- FirebaseMessaging (~> 10.24.0)
- firebase_core (2.30.0):
- firebase_core (2.30.1):
- Firebase/CoreOnly (= 10.24.0)
- Flutter
- firebase_crashlytics (3.5.2):
- firebase_crashlytics (3.5.4):
- Firebase/Crashlytics (= 10.24.0)
- firebase_core
- Flutter
- firebase_messaging (14.8.2):
- firebase_messaging (14.9.1):
- Firebase/Messaging (= 10.24.0)
- firebase_core
- Flutter
Expand Down Expand Up @@ -228,9 +228,9 @@ SPEC CHECKSUMS:
cupertino_http: 5f8b1161107fe6c8d94a0c618735a033d93fa7db
device_info_plus: 97af1d7e84681a90d0693e63169a5d50e0839a0d
Firebase: 91fefd38712feb9186ea8996af6cbdef41473442
firebase_core: 66b99b4fb4e5d7cc4e88d4c195fe986681f3466a
firebase_crashlytics: 7ccf6bc9a3310a5c53bca1150203f9b91b42732a
firebase_messaging: c836cceaddf52552da6f6e8963fb21d1d1a0f0cf
firebase_core: 7f1e1156934d0da3be260174812842df9420e4ab
firebase_crashlytics: 9815effbfaad6c94c65d4eff479c0d9284bf1a38
firebase_messaging: 28b49260e70d10042fa2bea79f37e1edae48f1bd
FirebaseCore: 11dc8a16dfb7c5e3c3f45ba0e191a33ac4f50894
FirebaseCoreExtension: af5fd85e817ea9d19f9a2659a376cf9cf99f03c0
FirebaseCoreInternal: bcb5acffd4ea05e12a783ecf835f2210ce3dc6af
Expand Down
18 changes: 18 additions & 0 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
1584E18F136EB9BC694994CC /* [CP] Embed Pods Frameworks */,
717702CEA8A8AD636294A34D /* [firebase_crashlytics] Crashlytics Upload Symbols */,
99DAA1135A53CD9EE5532E3D /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -295,6 +296,23 @@
shellPath = /bin/sh;
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
};
99DAA1135A53CD9EE5532E3D /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Copy Pods Resources";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down

0 comments on commit ed3aa87

Please sign in to comment.