Skip to content

Commit e500eeb

Browse files
committed
feat: bump iOS SDK to version 12.0.0
1 parent db7e829 commit e500eeb

File tree

59 files changed

+229
-102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+229
-102
lines changed

packages/cloud_firestore/cloud_firestore/example/ios/Podfile

Lines changed: 1 addition & 1 deletion
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, '13.0'
2+
platform :ios, '15.0'
33

44
require 'yaml'
55

packages/cloud_firestore/cloud_firestore/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
373373
GCC_WARN_UNUSED_FUNCTION = YES;
374374
GCC_WARN_UNUSED_VARIABLE = YES;
375-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
375+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
376376
MTL_ENABLE_DEBUG_INFO = NO;
377377
SDKROOT = iphoneos;
378378
SUPPORTED_PLATFORMS = iphoneos;
@@ -450,7 +450,7 @@
450450
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
451451
GCC_WARN_UNUSED_FUNCTION = YES;
452452
GCC_WARN_UNUSED_VARIABLE = YES;
453-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
453+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
454454
MTL_ENABLE_DEBUG_INFO = YES;
455455
ONLY_ACTIVE_ARCH = YES;
456456
SDKROOT = iphoneos;
@@ -499,7 +499,7 @@
499499
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
500500
GCC_WARN_UNUSED_FUNCTION = YES;
501501
GCC_WARN_UNUSED_VARIABLE = YES;
502-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
502+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
503503
MTL_ENABLE_DEBUG_INFO = NO;
504504
SDKROOT = iphoneos;
505505
SUPPORTED_PLATFORMS = iphoneos;

packages/cloud_firestore/cloud_firestore/ios/cloud_firestore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
2828
s.public_header_files = 'cloud_firestore/Sources/cloud_firestore/include/Public/**/*.h'
2929
s.private_header_files = 'cloud_firestore/Sources/cloud_firestore/include/Private/**/*.h'
3030

31-
s.ios.deployment_target = '13.0'
31+
s.ios.deployment_target = '15.0'
3232
s.dependency 'Flutter'
3333

3434
s.dependency 'firebase_core'

packages/cloud_firestore/cloud_firestore_web/ios/cloud_firestore_web.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
1818

19-
s.ios.deployment_target = '13.0'
19+
s.ios.deployment_target = '15.0'
2020
end
2121

packages/cloud_functions/cloud_functions/example/ios/Podfile

Lines changed: 1 addition & 1 deletion
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, '13.0'
2+
platform :ios, '15.0'
33

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

packages/cloud_functions/cloud_functions/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
381381
GCC_WARN_UNUSED_FUNCTION = YES;
382382
GCC_WARN_UNUSED_VARIABLE = YES;
383-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
383+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
384384
MTL_ENABLE_DEBUG_INFO = YES;
385385
ONLY_ACTIVE_ARCH = YES;
386386
SDKROOT = iphoneos;
@@ -427,7 +427,7 @@
427427
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
428428
GCC_WARN_UNUSED_FUNCTION = YES;
429429
GCC_WARN_UNUSED_VARIABLE = YES;
430-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
430+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
431431
MTL_ENABLE_DEBUG_INFO = NO;
432432
SDKROOT = iphoneos;
433433
TARGETED_DEVICE_FAMILY = "1,2";

packages/cloud_functions/cloud_functions/ios/cloud_functions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
s.authors = 'The Chromium Authors'
2626
s.source = { :path => '.' }
2727
s.source_files = 'cloud_functions/Sources/**/*.swift'
28-
s.ios.deployment_target = '13.0'
28+
s.ios.deployment_target = '15.0'
2929

3030
s.swift_version = '5.0'
3131

packages/cloud_functions/cloud_functions_web/ios/cloud_functions_web.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Stub/fake cloud_functions_web plugin
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.platform = :ios, '8.0'
18+
s.platform = :ios, '15.0'
1919

2020
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
2121
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }

packages/firebase_ai/firebase_ai/example/ios/Podfile

Lines changed: 1 addition & 1 deletion
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, '13.0'
2+
# platform :ios, '15.0'
33

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

packages/firebase_ai/firebase_ai/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
467467
GCC_WARN_UNUSED_FUNCTION = YES;
468468
GCC_WARN_UNUSED_VARIABLE = YES;
469-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
469+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
470470
MTL_ENABLE_DEBUG_INFO = NO;
471471
SDKROOT = iphoneos;
472472
SUPPORTED_PLATFORMS = iphoneos;
@@ -596,7 +596,7 @@
596596
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
597597
GCC_WARN_UNUSED_FUNCTION = YES;
598598
GCC_WARN_UNUSED_VARIABLE = YES;
599-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
599+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
600600
MTL_ENABLE_DEBUG_INFO = YES;
601601
ONLY_ACTIVE_ARCH = YES;
602602
SDKROOT = iphoneos;
@@ -647,7 +647,7 @@
647647
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
648648
GCC_WARN_UNUSED_FUNCTION = YES;
649649
GCC_WARN_UNUSED_VARIABLE = YES;
650-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
650+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
651651
MTL_ENABLE_DEBUG_INFO = NO;
652652
SDKROOT = iphoneos;
653653
SUPPORTED_PLATFORMS = iphoneos;

0 commit comments

Comments
 (0)