From f9a163532b3de6e6aec3d60c1de2bf6daecba32b Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Sun, 21 Apr 2024 18:36:10 +0200 Subject: [PATCH] Disable third-party warnings in cocoapods project --- examples/app/ios/Podfile | 2 ++ examples/app/macos/Podfile | 2 ++ examples/app/macos/Podfile.lock | 6 +++--- examples/app/macos/Runner.xcodeproj/project.pbxproj | 2 +- .../Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/examples/app/ios/Podfile b/examples/app/ios/Podfile index 1e8c3c90..f8dabcef 100644 --- a/examples/app/ios/Podfile +++ b/examples/app/ios/Podfile @@ -1,6 +1,8 @@ # Uncomment this line to define a global platform for your project # platform :ios, '9.0' +inhibit_all_warnings! + # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/examples/app/macos/Podfile b/examples/app/macos/Podfile index c795730d..0e7ccfc6 100644 --- a/examples/app/macos/Podfile +++ b/examples/app/macos/Podfile @@ -1,5 +1,7 @@ platform :osx, '10.14' +inhibit_all_warnings! + # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/examples/app/macos/Podfile.lock b/examples/app/macos/Podfile.lock index 9464e3e5..436f5a54 100644 --- a/examples/app/macos/Podfile.lock +++ b/examples/app/macos/Podfile.lock @@ -40,8 +40,8 @@ SPEC CHECKSUMS: FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24 path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943 sqlite3: fd89671d969f3e73efe503ce203e28b016b58f68 - sqlite3_flutter_libs: 00a50503d69f7ab0fe85a5ff25b33082f4df4ce9 + sqlite3_flutter_libs: 01f6f1a7e23e5b22dcbeb49fddab75ecfc1de530 -PODFILE CHECKSUM: 236401fc2c932af29a9fcf0e97baeeb2d750d367 +PODFILE CHECKSUM: 54c2ee7490cf98371b4d49ae3114180468e1140c -COCOAPODS: 1.12.1 +COCOAPODS: 1.14.3 diff --git a/examples/app/macos/Runner.xcodeproj/project.pbxproj b/examples/app/macos/Runner.xcodeproj/project.pbxproj index f0ccb5be..eb29dbb0 100644 --- a/examples/app/macos/Runner.xcodeproj/project.pbxproj +++ b/examples/app/macos/Runner.xcodeproj/project.pbxproj @@ -259,7 +259,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0920; - LastUpgradeCheck = 1430; + LastUpgradeCheck = 1510; ORGANIZATIONNAME = ""; TargetAttributes = { 331C80D4294CF70F00263BE5 = { diff --git a/examples/app/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/examples/app/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index 2b285b44..c8582aec 100644 --- a/examples/app/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/examples/app/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -1,6 +1,6 @@