Skip to content

Commit 44ad320

Browse files
committed
[Build / Cocoapods] Use new PINRemoteImage, but temporarily disable tvOS for 1.9.73 due to bulid warnings.
1 parent 58cf96a commit 44ad320

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

AsyncDisplayKit.podspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,8 @@ Pod::Spec.new do |spec|
6969
}
7070

7171
spec.ios.deployment_target = '7.0'
72-
spec.tvos.deployment_target = '9.0'
72+
73+
# Uncomment when fixed: issues with tvOS build for release 1.9.73
74+
# spec.tvos.deployment_target = '9.0'
75+
7376
end

0 commit comments

Comments
 (0)