Skip to content

Commit 3e5ba26

Browse files
Merge pull request #215 from harleyjcooper/harley/update-deployment-version
Updating deployment version to iOS 9
2 parents 7ae5c67 + af05f6b commit 3e5ba26

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode10.3
2+
osx_image: xcode11.6
33
rvm:
44
- 2.4.3
55
before_script:

ObjC/PonyDebugger.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@
836836
"\"$(CONFIGURATION_BUILD_DIR)/usr/local/include\"",
837837
./SocketRocket,
838838
);
839-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
839+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
840840
ONLY_ACTIVE_ARCH = YES;
841841
PUBLIC_HEADERS_FOLDER_PATH = "include/$(PRODUCT_NAME)";
842842
SDKROOT = iphoneos;
@@ -883,7 +883,7 @@
883883
"\"$(CONFIGURATION_BUILD_DIR)/usr/local/include\"",
884884
./SocketRocket,
885885
);
886-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
886+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
887887
PUBLIC_HEADERS_FOLDER_PATH = "include/$(PRODUCT_NAME)";
888888
SDKROOT = iphoneos;
889889
VALIDATE_PRODUCT = YES;

ObjC/PonyDebugger.xcodeproj/xcshareddata/xcschemes/PonyDebugger.xcscheme

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1030"
3+
LastUpgradeVersion = "1200"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -29,8 +29,6 @@
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
</Testables>
32-
<AdditionalOptions>
33-
</AdditionalOptions>
3432
</TestAction>
3533
<LaunchAction
3634
buildConfiguration = "Debug"
@@ -51,8 +49,6 @@
5149
ReferencedContainer = "container:PonyDebugger.xcodeproj">
5250
</BuildableReference>
5351
</MacroExpansion>
54-
<AdditionalOptions>
55-
</AdditionalOptions>
5652
</LaunchAction>
5753
<ProfileAction
5854
buildConfiguration = "Release"

PonyDebugger.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.license = 'Apache License, Version 2.0'
1010

1111
s.requires_arc = true
12-
s.ios.deployment_target = '8.0'
12+
s.ios.deployment_target = '9.0'
1313
s.source_files = 'ObjC/{DerivedSources,PonyDebugger}/**/*.{h,m}'
1414
s.frameworks = 'CoreData', 'CoreGraphics'
1515
s.dependency 'SocketRocket', '0.5.1'

0 commit comments

Comments
 (0)