Skip to content

Commit 500b9a9

Browse files
update tvos
1 parent bb3a616 commit 500b9a9

File tree

6 files changed

+15
-19
lines changed

6 files changed

+15
-19
lines changed

packages/adapter/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
"rimraf": "2.6.2",
3434
"typescript": "5.2.2"
3535
},
36-
"peerDependencies": {
37-
"@rnv/core": "^1.7.0-rc.0"
38-
},
3936
"publishConfig": {
4037
"access": "public"
4138
}

packages/engine-rn-tvos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"peerDependencies": {
4444
"@rnv/core": "^1.8.0-rc.0",
45-
"metro-cache": "^0.78.1"
45+
"metro-cache": "^0.81.0"
4646
},
4747
"publishConfig": {
4848
"access": "public"

packages/engine-rn-tvos/templates/platforms/tvos/Podfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ node_require('react-native-tvos/scripts/react_native_pods.rb')
1717
1818
prepare_react_native_project!
1919
20-
flipper_config = FlipperConfiguration.disabled
20+
# flipper_config = FlipperConfiguration.disabled
2121
2222
linkage = ENV['USE_FRAMEWORKS']
2323
if linkage != nil
@@ -63,7 +63,7 @@ target 'RNVApp-tvOS' do
6363
#
6464
# Note that if you have use_frameworks! enabled, Flipper will not work and
6565
# you should disable the next line.
66-
:flipper_configuration => flipper_config,
66+
# :flipper_configuration => flipper_config,
6767
# Hermes is now enabled by default. Disable by setting this flag to false.
6868
:hermes_enabled => {{INJECT_HERMES_ENABLED}},
6969
# An absolute path to your application root.
@@ -82,7 +82,8 @@ post_install do |installer|
8282
react_native_post_install(
8383
installer,
8484
config[:reactNativePath],
85-
:mac_catalyst_enabled => false
85+
:mac_catalyst_enabled => false,
86+
# :ccache_enabled => true
8687
)
8788
{{INJECT_POST_INSTALL}}
8889

packages/engine-rn-tvos/templates/platforms/tvos/RNVApp.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@
691691
"$(inherited)",
692692
);
693693
INFOPLIST_FILE = RNVAppTests/Info.plist;
694-
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
694+
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
695695
LD_RUNPATH_SEARCH_PATHS = (
696696
"$(inherited)",
697697
"@executable_path/Frameworks",
@@ -715,7 +715,7 @@
715715
BUNDLE_LOADER = "$(TEST_HOST)";
716716
COPY_PHASE_STRIP = NO;
717717
INFOPLIST_FILE = RNVAppTests/Info.plist;
718-
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
718+
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
719719
LD_RUNPATH_SEARCH_PATHS = (
720720
"$(inherited)",
721721
"@executable_path/Frameworks",
@@ -822,7 +822,7 @@
822822
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
823823
SWIFT_VERSION = 5.0;
824824
TARGETED_DEVICE_FAMILY = 3;
825-
TVOS_DEPLOYMENT_TARGET = 12.4;
825+
TVOS_DEPLOYMENT_TARGET = 15.1;
826826
};
827827
name = Debug;
828828
};
@@ -857,7 +857,7 @@
857857
SDKROOT = appletvos;
858858
SWIFT_VERSION = 5.0;
859859
TARGETED_DEVICE_FAMILY = 3;
860-
TVOS_DEPLOYMENT_TARGET = 12.4;
860+
TVOS_DEPLOYMENT_TARGET = 15.1;
861861
};
862862
name = Release;
863863
};
@@ -888,7 +888,7 @@
888888
PRODUCT_NAME = "$(TARGET_NAME)";
889889
SDKROOT = appletvos;
890890
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RNVApp-tvOS.app/RNVApp-tvOS";
891-
TVOS_DEPLOYMENT_TARGET = 12.4;
891+
TVOS_DEPLOYMENT_TARGET = 15.1;
892892
};
893893
name = Debug;
894894
};
@@ -919,7 +919,7 @@
919919
PRODUCT_NAME = "$(TARGET_NAME)";
920920
SDKROOT = appletvos;
921921
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RNVApp-tvOS.app/RNVApp-tvOS";
922-
TVOS_DEPLOYMENT_TARGET = 12.4;
922+
TVOS_DEPLOYMENT_TARGET = 15.1;
923923
};
924924
name = Release;
925925
};
@@ -973,7 +973,7 @@
973973
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
974974
GCC_WARN_UNUSED_FUNCTION = YES;
975975
GCC_WARN_UNUSED_VARIABLE = YES;
976-
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
976+
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
977977
LD_RUNPATH_SEARCH_PATHS = (
978978
/usr/lib/swift,
979979
"$(inherited)",
@@ -1042,7 +1042,7 @@
10421042
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
10431043
GCC_WARN_UNUSED_FUNCTION = YES;
10441044
GCC_WARN_UNUSED_VARIABLE = YES;
1045-
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
1045+
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
10461046
LD_RUNPATH_SEARCH_PATHS = (
10471047
/usr/lib/swift,
10481048
"$(inherited)",

packages/template-starter/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ RUBY VERSION
9797
ruby 3.0.2p107
9898

9999
BUNDLED WITH
100-
2.2.22
100+
2.4.10

yarn.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5452,8 +5452,6 @@ __metadata:
54525452
babel-plugin-module-resolver: ^5.0.0
54535453
rimraf: 2.6.2
54545454
typescript: 5.2.2
5455-
peerDependencies:
5456-
"@rnv/core": ^1.7.0-rc.0
54575455
languageName: unknown
54585456
linkType: soft
54595457

@@ -5688,7 +5686,7 @@ __metadata:
56885686
typescript: 5.2.2
56895687
peerDependencies:
56905688
"@rnv/core": ^1.8.0-rc.0
5691-
metro-cache: ^0.78.1
5689+
metro-cache: ^0.81.0
56925690
languageName: unknown
56935691
linkType: soft
56945692

0 commit comments

Comments
 (0)