Skip to content

Commit

Permalink
Bump iOS deployment target version
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Aug 2, 2018
1 parent 34e3b43 commit a161d45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Configurations/DifferenceKit.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.0
TVOS_DEPLOYMENT_TARGET = 9.0
IPHONEOS_DEPLOYMENT_TARGET = 10.0
TVOS_DEPLOYMENT_TARGET = 10.0

SDKROOT =
SUPPORTED_PLATFORMS = iphoneos iphonesimulator appletvos appletvsimulator
Expand Down
6 changes: 3 additions & 3 deletions DifferenceKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Pod::Spec.new do |spec|
spec.requires_arc = true
spec.default_subspecs = 'Core', 'UIExtensions'

spec.ios.deployment_target = '9.0'
spec.tvos.deployment_target = "9.0"
spec.ios.deployment_target = '10.0'
spec.tvos.deployment_target = "10.0"

spec.subspec 'Core' do |subspec|
subspec.source_files = 'Sources/*.swift'
Expand All @@ -29,4 +29,4 @@ Pod::Spec.new do |spec|
subspec.ios.frameworks = 'UIKit'
subspec.tvos.frameworks = 'UIKit'
end
end
end

0 comments on commit a161d45

Please sign in to comment.