Skip to content

Commit 8ff66bc

Browse files
authored
Bump React Native version in non-Expo integration tests (#14)
1 parent 82cd179 commit 8ff66bc

15 files changed

Lines changed: 3844 additions & 5111 deletions

File tree

Examples/CodePushDemo/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ gem 'bigdecimal'
1414
gem 'logger'
1515
gem 'benchmark'
1616
gem 'mutex_m'
17+
gem 'nkf'

Examples/CodePushDemo/Gemfile.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,16 @@ GEM
8181
concurrent-ruby (~> 1.0)
8282
json (2.15.2)
8383
logger (1.7.0)
84-
minitest (5.26.0)
84+
minitest (6.0.6)
85+
drb (~> 2.0)
86+
prism (~> 1.5)
8587
molinillo (0.8.0)
8688
mutex_m (0.3.0)
8789
nanaimo (0.3.0)
8890
nap (1.1.0)
8991
netrc (0.11.0)
9092
nkf (0.2.0)
93+
prism (1.9.0)
9194
public_suffix (4.0.7)
9295
rexml (3.4.4)
9396
ruby-macho (2.5.1)
@@ -115,6 +118,7 @@ DEPENDENCIES
115118
concurrent-ruby (< 1.3.4)
116119
logger
117120
mutex_m
121+
nkf
118122
xcodeproj (< 1.26.0)
119123

120124
RUBY VERSION

Examples/CodePushDemo/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

Examples/CodePushDemo/ios/CodePushDemo.xcodeproj/project.pbxproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,17 +368,24 @@
368368
);
369369
MTL_ENABLE_DEBUG_INFO = YES;
370370
ONLY_ACTIVE_ARCH = YES;
371+
OTHER_CFLAGS = (
372+
"$(inherited)",
373+
"-DRCT_REMOVE_LEGACY_ARCH=1",
374+
);
371375
OTHER_CPLUSPLUSFLAGS = (
372376
"$(OTHER_CFLAGS)",
373377
"-DFOLLY_NO_CONFIG",
374378
"-DFOLLY_MOBILE=1",
375379
"-DFOLLY_USE_LIBCPP=1",
376380
"-DFOLLY_CFG_NO_COROUTINES=1",
377381
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
382+
"-DRCT_REMOVE_LEGACY_ARCH=1",
378383
);
384+
PODFILE_DIR = "$(SRCROOT)";
379385
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
380386
SDKROOT = iphoneos;
381387
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
388+
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
382389
USE_HERMES = true;
383390
};
384391
name = Debug;
@@ -436,16 +443,23 @@
436443
"\"$(inherited)\"",
437444
);
438445
MTL_ENABLE_DEBUG_INFO = NO;
446+
OTHER_CFLAGS = (
447+
"$(inherited)",
448+
"-DRCT_REMOVE_LEGACY_ARCH=1",
449+
);
439450
OTHER_CPLUSPLUSFLAGS = (
440451
"$(OTHER_CFLAGS)",
441452
"-DFOLLY_NO_CONFIG",
442453
"-DFOLLY_MOBILE=1",
443454
"-DFOLLY_USE_LIBCPP=1",
444455
"-DFOLLY_CFG_NO_COROUTINES=1",
445456
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
457+
"-DRCT_REMOVE_LEGACY_ARCH=1",
446458
);
459+
PODFILE_DIR = "$(SRCROOT)";
447460
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
448461
SDKROOT = iphoneos;
462+
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
449463
USE_HERMES = true;
450464
VALIDATE_PRODUCT = YES;
451465
};

0 commit comments

Comments
 (0)