Skip to content

Commit

Permalink
Revert "tvOS support (#54)" (#70)
Browse files Browse the repository at this point in the history
This reverts commit ff13a22.
  • Loading branch information
lkzhao authored Jun 22, 2018
1 parent ff13a22 commit 372c26d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions CollectionKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.ios.frameworks = 'UIKit', 'Foundation'

s.tvos.deployment_target = '9.0'
s.tvos.frameworks = 'UIKit', 'Foundation'

s.requires_arc = true

s.source_files = 'Sources/**/*.swift'
Expand Down
6 changes: 0 additions & 6 deletions CollectionKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -988,12 +988,9 @@
PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.CollectionKit;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvos appletvsimulator";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2,3";
TVOS_DEPLOYMENT_TARGET = 9.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down Expand Up @@ -1023,11 +1020,8 @@
PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.CollectionKit;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvos appletvsimulator";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2,3";
TVOS_DEPLOYMENT_TARGET = 9.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down

0 comments on commit 372c26d

Please sign in to comment.