Skip to content

Commit 74527d4

Browse files
committed
Updated minimum target to iOS 15
1 parent 57d35fc commit 74527d4

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '12.0'
2+
platform :ios, '15.0'
33

44
target :"sf-iosTests" do
55
podspec :path => './sf-ios.podspec'

sf-ios.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ Pod::Spec.new do |s|
1010
s.requires_arc = true
1111
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
1212

13-
s.platform = :ios, '12.0'
14-
s.ios.deployment_target = '12.0'
13+
s.platform = :ios, '15.0'
14+
s.ios.deployment_target = '15.0'
1515

1616
s.source_files = 'sf-ios/**/*.{h,m}'
17-
1817
s.frameworks = 'Foundation'
1918
end

sf-ios.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@
708708
isa = XCBuildConfiguration;
709709
buildSettings = {
710710
ALWAYS_SEARCH_USER_PATHS = NO;
711+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
711712
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
712713
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
713714
CLANG_CXX_LIBRARY = "libc++";
@@ -755,7 +756,7 @@
755756
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
756757
GCC_WARN_UNUSED_FUNCTION = YES;
757758
GCC_WARN_UNUSED_VARIABLE = YES;
758-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
759+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
759760
MTL_ENABLE_DEBUG_INFO = YES;
760761
ONLY_ACTIVE_ARCH = YES;
761762
PRODUCT_NAME = "";
@@ -770,6 +771,7 @@
770771
isa = XCBuildConfiguration;
771772
buildSettings = {
772773
ALWAYS_SEARCH_USER_PATHS = NO;
774+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
773775
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
774776
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
775777
CLANG_CXX_LIBRARY = "libc++";
@@ -810,7 +812,7 @@
810812
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
811813
GCC_WARN_UNUSED_FUNCTION = YES;
812814
GCC_WARN_UNUSED_VARIABLE = YES;
813-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
815+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
814816
MTL_ENABLE_DEBUG_INFO = NO;
815817
PRODUCT_NAME = "";
816818
SDKROOT = iphoneos;

0 commit comments

Comments
 (0)