Skip to content

Commit 15a4e18

Browse files
committed
[Examples] Officially add tvOS to podspec, ensure Podfiles correctly show minimum supported version 7.0 instead of 7.1
1 parent 094f327 commit 15a4e18

155 files changed

Lines changed: 167 additions & 7459 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AsyncDisplayKit.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,5 @@ Pod::Spec.new do |spec|
6969
}
7070

7171
spec.ios.deployment_target = '7.0'
72-
# tvOS not recognized by older versions of Cocoapods - add this only after tvOS support complete.
73-
# spec.tvos.deployment_target = '9.0'
72+
spec.tvos.deployment_target = '9.0'
7473
end

examples/ASCollectionView/Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '7.1'
2+
platform :ios, '7.0'
33
target 'Sample' do
44
pod 'AsyncDisplayKit', :path => '../..'
55
end
6+

examples/ASCollectionView/Sample.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 10 deletions
This file was deleted.

examples/ASDKgram/Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '7.1'
2+
platform :ios, '7.0'
33
target 'Sample' do
44
pod 'AsyncDisplayKit', :path => '../..'
55
end
6+

examples/ASDKgram/Sample.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 10 deletions
This file was deleted.
-17.1 KB
Binary file not shown.
-17.9 KB
Binary file not shown.
-22.8 KB
Binary file not shown.

examples/ASTableViewStressTest/Podfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)