Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit b6c8992

Browse files
committed
[Podspec] Add tvOS plarform
1 parent 56a0f1f commit b6c8992

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CodePush.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Pod::Spec.new do |s|
1111
s.license = package['license']
1212
s.homepage = package['homepage']
1313
s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}-beta"}
14-
s.platform = :ios, '7.0'
14+
s.ios.deployment_target = '7.0'
15+
s.tvos.deployment_target = '9.0'
1516
s.preserve_paths = '*.js'
1617
s.library = 'z'
1718

@@ -27,4 +28,4 @@ Pod::Spec.new do |s|
2728
ss.private_header_files = 'ios/CodePush/SSZipArchive/*.h', 'ios/CodePush/SSZipArchive/aes/*.h', 'ios/CodePush/SSZipArchive/minizip/*.h'
2829
end
2930

30-
end
31+
end

0 commit comments

Comments
 (0)