From b455e105a1a149a1efb7336290ebdb4b3bb52144 Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Sun, 23 Nov 2025 03:31:04 +0100 Subject: [PATCH] Fix ios stuff --- ios/Flutter/AppFrameworkInfo.plist | 2 +- ios/Podfile | 2 +- ios/Podfile.lock | 20 +++++++++++++------- ios/Runner.xcodeproj/project.pbxproj | 6 +++--- 4 files changed, 18 insertions(+), 12 deletions(-) diff --git a/ios/Flutter/AppFrameworkInfo.plist b/ios/Flutter/AppFrameworkInfo.plist index 7c56964..1dc6cf7 100644 --- a/ios/Flutter/AppFrameworkInfo.plist +++ b/ios/Flutter/AppFrameworkInfo.plist @@ -21,6 +21,6 @@ CFBundleVersion 1.0 MinimumOSVersion - 12.0 + 13.0 diff --git a/ios/Podfile b/ios/Podfile index a6a8bde..5118ed8 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -# platform :ios, '12.0' +platform :ios, '14.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 2777bff..7d2edde 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -8,6 +8,8 @@ PODS: - Flutter - irondash_engine_context (0.0.1): - Flutter + - objective_c (0.0.1): + - Flutter - package_info_plus (0.4.5): - Flutter - path_provider_foundation (0.0.1): @@ -15,11 +17,11 @@ PODS: - FlutterMacOS - receive_sharing_intent (1.8.1): - Flutter - - Sentry/HybridSDK (8.51.0) - - sentry_flutter (9.0.0): + - Sentry/HybridSDK (8.56.2) + - sentry_flutter (9.8.0): - Flutter - FlutterMacOS - - Sentry/HybridSDK (= 8.51.0) + - Sentry/HybridSDK (= 8.56.2) - share_plus (0.0.1): - Flutter - shared_preferences_foundation (0.0.1): @@ -39,6 +41,7 @@ DEPENDENCIES: - flutter_custom_tabs_ios (from `.symlinks/plugins/flutter_custom_tabs_ios/ios`) - flutter_native_splash (from `.symlinks/plugins/flutter_native_splash/ios`) - irondash_engine_context (from `.symlinks/plugins/irondash_engine_context/ios`) + - objective_c (from `.symlinks/plugins/objective_c/ios`) - package_info_plus (from `.symlinks/plugins/package_info_plus/ios`) - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) - receive_sharing_intent (from `.symlinks/plugins/receive_sharing_intent/ios`) @@ -64,6 +67,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/flutter_native_splash/ios" irondash_engine_context: :path: ".symlinks/plugins/irondash_engine_context/ios" + objective_c: + :path: ".symlinks/plugins/objective_c/ios" package_info_plus: :path: ".symlinks/plugins/package_info_plus/ios" path_provider_foundation: @@ -85,21 +90,22 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: device_info_plus: 97af1d7e84681a90d0693e63169a5d50e0839a0d - Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 + Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467 flutter_custom_tabs_ios: 89e60122b553c69a79bfd45eb8eb99d911c1a9c0 flutter_native_splash: df59bb2e1421aa0282cb2e95618af4dcb0c56c29 irondash_engine_context: 3458bf979b90d616ffb8ae03a150bafe2e860cc9 + objective_c: 77e887b5ba1827970907e10e832eec1683f3431d package_info_plus: c0502532a26c7662a62a356cebe2692ec5fe4ec4 path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46 receive_sharing_intent: 79c848f5b045674ad60b9fea3bafea59962ad2c1 - Sentry: 861d70b4ff7c92bf6c21c70a8daab10ac7e7243c - sentry_flutter: a491a49f41366c61d1ebac76a6138cc4d6eef619 + Sentry: b53951377b78e21a734f5dc8318e333dbfc682d7 + sentry_flutter: f074f75557daea0e1dd9607381a05cc0e3e456fe share_plus: 8b6f8b3447e494cca5317c8c3073de39b3600d1f shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78 super_native_extensions: 4916b3c627a9c7fffdc48a23a9eca0b1ac228fa7 url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe webview_flutter_wkwebview: a4af96a051138e28e29f60101d094683b9f82188 -PODFILE CHECKSUM: 34ecb9fa7bc683e441dba3fa6c29261a8d697f71 +PODFILE CHECKSUM: d4fbc6f8b80610d0ec69c4abf003d2871d1d88f2 COCOAPODS: 1.16.2 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 357fb51..1e3bf9b 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -717,7 +717,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos; @@ -850,7 +850,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -899,7 +899,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos;