Skip to content

Commit

Permalink
Merge pull request #52 from wordpress-mobile/update/minimum-deployment
Browse files Browse the repository at this point in the history
Increase Minimum iOS Deployment to 9.0 for Xcode 12
  • Loading branch information
jkmassel authored Sep 22, 2020
2 parents 400a703 + bd4d046 commit b77d6f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions wpxmlrpc.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "wpxmlrpc"
s.version = "0.8.5"
s.version = "0.9.0-beta.1"
s.summary = "Lightweight XML-RPC library."
s.homepage = "https://github.com/wordpress-mobile/wpxmlrpc"
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.public_header_files = [ 'WPXMLRPC/WPXMLRPC.h', 'WPXMLRPC/WPXMLRPCEncoder.h', 'WPXMLRPC/WPXMLRPCDecoder.h' ]
s.libraries = 'iconv'
s.requires_arc = true
s.ios.deployment_target = '5.0'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.7'
s.tvos.deployment_target = '9.0'
end
4 changes: 2 additions & 2 deletions wpxmlrpc.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = Support/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -1164,7 +1164,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = Support/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = org.wordpress.wpxmlrpc;
Expand Down

0 comments on commit b77d6f6

Please sign in to comment.