File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://github.com/CocoaPods/Specs.git'
2
- platform :ios , '12 .0'
2
+ platform :ios , '15 .0'
3
3
4
4
target :"sf-iosTests" do
5
5
podspec :path => './sf-ios.podspec'
Original file line number Diff line number Diff line change @@ -10,10 +10,9 @@ Pod::Spec.new do |s|
10
10
s . requires_arc = true
11
11
s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
12
12
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'
15
15
16
16
s . source_files = 'sf-ios/**/*.{h,m}'
17
-
18
17
s . frameworks = 'Foundation'
19
18
end
Original file line number Diff line number Diff line change 708
708
isa = XCBuildConfiguration;
709
709
buildSettings = {
710
710
ALWAYS_SEARCH_USER_PATHS = NO;
711
+ ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
711
712
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
712
713
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
713
714
CLANG_CXX_LIBRARY = "libc++";
755
756
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
756
757
GCC_WARN_UNUSED_FUNCTION = YES;
757
758
GCC_WARN_UNUSED_VARIABLE = YES;
758
- IPHONEOS_DEPLOYMENT_TARGET = 12.0 ;
759
+ IPHONEOS_DEPLOYMENT_TARGET = 15.6 ;
759
760
MTL_ENABLE_DEBUG_INFO = YES;
760
761
ONLY_ACTIVE_ARCH = YES;
761
762
PRODUCT_NAME = "";
770
771
isa = XCBuildConfiguration;
771
772
buildSettings = {
772
773
ALWAYS_SEARCH_USER_PATHS = NO;
774
+ ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
773
775
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
774
776
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
775
777
CLANG_CXX_LIBRARY = "libc++";
810
812
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
811
813
GCC_WARN_UNUSED_FUNCTION = YES;
812
814
GCC_WARN_UNUSED_VARIABLE = YES;
813
- IPHONEOS_DEPLOYMENT_TARGET = 12.0 ;
815
+ IPHONEOS_DEPLOYMENT_TARGET = 15.6 ;
814
816
MTL_ENABLE_DEBUG_INFO = NO;
815
817
PRODUCT_NAME = "";
816
818
SDKROOT = iphoneos;
You can’t perform that action at this time.
0 commit comments