Skip to content

Commit

Permalink
Moves minimum target to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrhodes committed Nov 4, 2016
1 parent 5e50c09 commit 282df55
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ActionCableClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/danielrhodes'

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.requires_arc = true

Expand Down
4 changes: 2 additions & 2 deletions ActionCableClient.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.danielrhodes.ActionCableClient;
PRODUCT_NAME = ActionCableClient;
Expand All @@ -520,7 +520,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.danielrhodes.ActionCableClient;
PRODUCT_NAME = ActionCableClient;
Expand Down
4 changes: 2 additions & 2 deletions Example/ActionCableClient-Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
SDKROOT = appletvos;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 10.0;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
name = Debug;
};
Expand All @@ -538,7 +538,7 @@
SDKROOT = appletvos;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 10.0;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
name = Release;
};
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
ActionCableClient: 6c04d36f2032db28d5c3fe81a49954e036310005
ActionCableClient: a60b0b1ed59fba870a43d7d6c71a1be180f4851b
SnapKit: 2e456761aa92d4d4067a7a5594c18769d451a8ad
Starscream: ce7a202d95615bd4113bc5a0f1932f1db8c808a4
SwiftyJSON: f0be2e604f83e8405a624e9f891898bf6ed4e019

PODFILE CHECKSUM: dbc0283d807753c3c71ad17b82e66d2742059690

COCOAPODS: 1.1.0.rc.3
COCOAPODS: 1.2.0.beta.1

0 comments on commit 282df55

Please sign in to comment.