File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
packages/react-native/Libraries/AppDelegate Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ @interface RCTAppDelegate () <
48
48
}
49
49
@end
50
50
51
+ #endif
52
+
51
53
static NSDictionary *updateInitialProps (NSDictionary *initialProps, BOOL isFabricEnabled)
52
54
{
53
55
#ifdef RCT_NEW_ARCH_ENABLED
@@ -269,6 +271,8 @@ - (BOOL)bridgelessEnabled
269
271
return NO ;
270
272
}
271
273
274
+ #if RCT_NEW_ARCH_ENABLED
275
+
272
276
#pragma mark - New Arch Utilities
273
277
274
278
- (void )unstable_registerLegacyComponents
@@ -355,3 +359,4 @@ - (NSURL *)getBundleURL
355
359
#endif
356
360
357
361
@end
362
+
Original file line number Diff line number Diff line change @@ -149,9 +149,8 @@ function releaseOOT(
149
149
return ;
150
150
}
151
151
152
- const gitTag = `v${ newVersion } ` ;
153
- failIfTagExists ( gitTag , tag ) ;
154
-
152
+ const gitTag = `v${ newVersion } -visionos` ;
153
+ failIfTagExists ( gitTag , 'release' ) ;
155
154
// Create git tag
156
155
execSync ( `git tag -a ${ gitTag } -m "Release ${ newVersion } "` , {
157
156
cwd : REPO_ROOT ,
You can’t perform that action at this time.
0 commit comments