Merge pull request #2147 from dreampiggy/upgrade_deployment_target_version
Upgrade deployment target version
This commit is contained in:
commit
7be0bbe331
|
@ -2,8 +2,8 @@ Pod::Spec.new do |s|
|
||||||
s.name = 'SDWebImage'
|
s.name = 'SDWebImage'
|
||||||
s.version = '4.2.3'
|
s.version = '4.2.3'
|
||||||
|
|
||||||
s.osx.deployment_target = '10.8'
|
s.osx.deployment_target = '10.10'
|
||||||
s.ios.deployment_target = '7.0'
|
s.ios.deployment_target = '8.0'
|
||||||
s.tvos.deployment_target = '9.0'
|
s.tvos.deployment_target = '9.0'
|
||||||
s.watchos.deployment_target = '2.0'
|
s.watchos.deployment_target = '2.0'
|
||||||
|
|
||||||
|
@ -33,8 +33,8 @@ Pod::Spec.new do |s|
|
||||||
end
|
end
|
||||||
|
|
||||||
s.subspec 'MapKit' do |mk|
|
s.subspec 'MapKit' do |mk|
|
||||||
mk.osx.deployment_target = '10.8'
|
mk.osx.deployment_target = '10.10'
|
||||||
mk.ios.deployment_target = '7.0'
|
mk.ios.deployment_target = '8.0'
|
||||||
mk.tvos.deployment_target = '9.0'
|
mk.tvos.deployment_target = '9.0'
|
||||||
mk.source_files = 'SDWebImage/MKAnnotationView+WebCache.*'
|
mk.source_files = 'SDWebImage/MKAnnotationView+WebCache.*'
|
||||||
mk.framework = 'MapKit'
|
mk.framework = 'MapKit'
|
||||||
|
@ -42,7 +42,7 @@ Pod::Spec.new do |s|
|
||||||
end
|
end
|
||||||
|
|
||||||
s.subspec 'GIF' do |gif|
|
s.subspec 'GIF' do |gif|
|
||||||
gif.ios.deployment_target = '7.0'
|
gif.ios.deployment_target = '8.0'
|
||||||
gif.source_files = 'SDWebImage/FLAnimatedImage/*.{h,m}'
|
gif.source_files = 'SDWebImage/FLAnimatedImage/*.{h,m}'
|
||||||
gif.dependency 'SDWebImage/Core'
|
gif.dependency 'SDWebImage/Core'
|
||||||
gif.dependency 'FLAnimatedImage', '~> 1.0'
|
gif.dependency 'FLAnimatedImage', '~> 1.0'
|
||||||
|
|
|
@ -3694,7 +3694,7 @@
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
|
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
|
||||||
INFOPLIST_FILE = WebImage/Info.plist;
|
INFOPLIST_FILE = WebImage/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.8;
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
||||||
MTL_ENABLE_DEBUG_INFO = YES;
|
MTL_ENABLE_DEBUG_INFO = YES;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "com.dailymotion.$(PRODUCT_NAME:rfc1034identifier).ios";
|
PRODUCT_BUNDLE_IDENTIFIER = "com.dailymotion.$(PRODUCT_NAME:rfc1034identifier).ios";
|
||||||
PRODUCT_NAME = SDWebImage;
|
PRODUCT_NAME = SDWebImage;
|
||||||
|
@ -3715,7 +3715,7 @@
|
||||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
INFOPLIST_FILE = WebImage/Info.plist;
|
INFOPLIST_FILE = WebImage/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.8;
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
||||||
MTL_ENABLE_DEBUG_INFO = NO;
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "com.dailymotion.$(PRODUCT_NAME:rfc1034identifier).ios";
|
PRODUCT_BUNDLE_IDENTIFIER = "com.dailymotion.$(PRODUCT_NAME:rfc1034identifier).ios";
|
||||||
PRODUCT_NAME = SDWebImage;
|
PRODUCT_NAME = SDWebImage;
|
||||||
|
|
|
@ -234,7 +234,7 @@
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
||||||
showEnvVarsInLog = 0;
|
showEnvVarsInLog = 0;
|
||||||
};
|
};
|
||||||
85E5D3885A03BFC23B050908 /* [CP] Copy Pods Resources */ = {
|
85E5D3885A03BFC23B050908 /* [CP] Copy Pods Resources */ = {
|
||||||
|
|
Loading…
Reference in New Issue