Skip to content

Commit cc77a1e

Browse files
committed
enable TVOS platform for Edge Bridge
enable TVOS platform for Edge Bridge
1 parent 2c26c68 commit cc77a1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/edgebridge/RCTAEPEdgeBridge.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.homepage = "https://github.com/adobe/aepsdk-react-native"
1111

1212
s.license = "Apache 2.0 License"
13-
s.platform = :ios, '12.0'
13+
s.platforms = { :ios => "12.0", :tvos => "12.0" }
1414

1515
s.source = { :git => "https://github.com/adobe/aepsdk-react-native.git", :tag => "#{s.version}" }
1616

packages/edgebridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/react-native-aepedgebridge",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Adobe Experience Platform Edge Bridge extension for AEP Mobile SDK. Written and maintained by Adobe.",
55
"homepage": "https://developer.adobe.com/client-sdks/documentation/",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)