Skip to content

Commit 282df55

Browse files
committed
Moves minimum target to 8.0
1 parent 5e50c09 commit 282df55

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

ActionCableClient.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.social_media_url = 'https://twitter.com/danielrhodes'
1414

1515
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
16-
s.ios.deployment_target = '9.0'
16+
s.ios.deployment_target = '8.0'
1717
s.tvos.deployment_target = '9.0'
1818
s.requires_arc = true
1919

ActionCableClient.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@
498498
DYLIB_INSTALL_NAME_BASE = "@rpath";
499499
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
500500
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
501-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
501+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
502502
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
503503
PRODUCT_BUNDLE_IDENTIFIER = com.danielrhodes.ActionCableClient;
504504
PRODUCT_NAME = ActionCableClient;
@@ -520,7 +520,7 @@
520520
DYLIB_INSTALL_NAME_BASE = "@rpath";
521521
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
522522
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
523-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
523+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
524524
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
525525
PRODUCT_BUNDLE_IDENTIFIER = com.danielrhodes.ActionCableClient;
526526
PRODUCT_NAME = ActionCableClient;

Example/ActionCableClient-Example.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@
521521
SDKROOT = appletvos;
522522
SWIFT_VERSION = 3.0;
523523
TARGETED_DEVICE_FAMILY = 3;
524-
TVOS_DEPLOYMENT_TARGET = 10.0;
524+
TVOS_DEPLOYMENT_TARGET = 9.0;
525525
};
526526
name = Debug;
527527
};
@@ -538,7 +538,7 @@
538538
SDKROOT = appletvos;
539539
SWIFT_VERSION = 3.0;
540540
TARGETED_DEVICE_FAMILY = 3;
541-
TVOS_DEPLOYMENT_TARGET = 10.0;
541+
TVOS_DEPLOYMENT_TARGET = 9.0;
542542
};
543543
name = Release;
544544
};

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ EXTERNAL SOURCES:
1515
:path: "../"
1616

1717
SPEC CHECKSUMS:
18-
ActionCableClient: 6c04d36f2032db28d5c3fe81a49954e036310005
18+
ActionCableClient: a60b0b1ed59fba870a43d7d6c71a1be180f4851b
1919
SnapKit: 2e456761aa92d4d4067a7a5594c18769d451a8ad
2020
Starscream: ce7a202d95615bd4113bc5a0f1932f1db8c808a4
2121
SwiftyJSON: f0be2e604f83e8405a624e9f891898bf6ed4e019
2222

2323
PODFILE CHECKSUM: dbc0283d807753c3c71ad17b82e66d2742059690
2424

25-
COCOAPODS: 1.1.0.rc.3
25+
COCOAPODS: 1.2.0.beta.1

0 commit comments

Comments
 (0)