Skip to content

Commit

Permalink
Merge pull request #741 from harleyjcooper/harley/bump-minimum-deploy…
Browse files Browse the repository at this point in the history
…ment-version

Updating minimum deployment version to iOS 9
  • Loading branch information
chrisballinger committed Nov 16, 2020
2 parents 36ecfd0 + b90c882 commit dbdc006
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CocoaAsyncSocket.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CocoaAsyncSocket'
s.version = '7.6.4'
s.version = '7.6.5'
s.license = { :type => 'public domain', :text => <<-LICENSE
Public Domain License
Expand Down Expand Up @@ -28,7 +28,7 @@ Updated and maintained by Deusty LLC and the Apple development community.

s.requires_arc = true

s.ios.deployment_target = '5.0'
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.osx.deployment_target = '10.8'

Expand Down
4 changes: 2 additions & 2 deletions CocoaAsyncSocket.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -461,7 +461,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "CocoaAsyncSocket",
platforms: [
.iOS(.v8),
.iOS(.v9),
.macOS(.v10_10),
.tvOS(.v9)
],
Expand Down

0 comments on commit dbdc006

Please sign in to comment.