Skip to content

Commit b771b8c

Browse files
Saadnajmipull[bot]ryanlntn
authored
Disable hermes in RNTester Podfile (#780)
* add pull yml * match handleOpenURLNotification event payload with iOS (#755) (#2) Co-authored-by: Ryan Linton <ryanlntn@gmail.com> * Disable hermes in podfile * Update podfile lock * remove extra yml from my local fork Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com> Co-authored-by: Ryan Linton <ryanlntn@gmail.com>
1 parent 14ce7dc commit b771b8c

File tree

3 files changed

+29
-76
lines changed

3 files changed

+29
-76
lines changed

RNTester/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ end
4949

5050
target 'RNTester-macOS' do
5151
platform :osx, '10.14'
52-
pods(:hermes_enabled => true)
52+
pods(:hermes_enabled => false)
5353
end
5454

5555
target 'RNTester-macOSUnitTests' do

RNTester/Podfile.lock

Lines changed: 28 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ PODS:
5858
- FlipperKit/Core
5959
- FlipperKit/FlipperKitNetworkPlugin
6060
- glog (0.3.5)
61-
- hermes (0.5.1)
62-
- libevent (2.1.11):
63-
- libevent/core (= 2.1.11)
64-
- libevent/core (2.1.11):
65-
- libevent/event2-headers
66-
- libevent/event2-headers (2.1.11)
6761
- OpenSSL-Universal (1.0.2.19):
6862
- OpenSSL-Universal/Static (= 1.0.2.19)
6963
- OpenSSL-Universal/Static (1.0.2.19)
@@ -76,11 +70,6 @@ PODS:
7670
- boost-for-react-native
7771
- DoubleConversion
7872
- glog
79-
- RCT-Folly/Futures (2020.01.13.00):
80-
- boost-for-react-native
81-
- DoubleConversion
82-
- glog
83-
- libevent
8473
- RCTRequired (1000.0.0)
8574
- RCTTypeSafety (1000.0.0):
8675
- FBLazyVector (= 1000.0.0)
@@ -144,15 +133,6 @@ PODS:
144133
- React-jsiexecutor (= 1000.0.0)
145134
- React-jsinspector (= 1000.0.0)
146135
- Yoga
147-
- React-Core/Hermes (1000.0.0):
148-
- glog
149-
- hermes (~> 0.5.0)
150-
- RCT-Folly (= 2020.01.13.00)
151-
- RCT-Folly/Futures
152-
- React-cxxreact (= 1000.0.0)
153-
- React-jsi (= 1000.0.0)
154-
- React-jsiexecutor (= 1000.0.0)
155-
- Yoga
156136
- React-Core/RCTActionSheetHeaders (1000.0.0):
157137
- glog
158138
- RCT-Folly (= 2020.01.13.00)
@@ -397,8 +377,6 @@ DEPENDENCIES:
397377
- FlipperKit/FlipperKitUserDefaultsPlugin (~> 0.54.0)
398378
- FlipperKit/SKIOSNetworkPlugin (~> 0.54.0)
399379
- glog (from `../third-party-podspecs/glog.podspec`)
400-
- hermes (from `../node_modules/hermes-engine-darwin`)
401-
- libevent (from `../third-party-podspecs/libevent.podspec`)
402380
- RCT-Folly (from `../third-party-podspecs/RCT-Folly.podspec`)
403381
- RCTRequired (from `../Libraries/RCTRequired`)
404382
- RCTTypeSafety (from `../Libraries/TypeSafety`)
@@ -407,7 +385,6 @@ DEPENDENCIES:
407385
- React-callinvoker (from `../ReactCommon/callinvoker`)
408386
- React-Core (from `../`)
409387
- React-Core/DevSupport (from `../`)
410-
- React-Core/Hermes (from `../`)
411388
- React-Core/RCTWebSocket (from `../`)
412389
- React-CoreModules (from `../React/CoreModules`)
413390
- React-cxxreact (from `../ReactCommon/cxxreact`)
@@ -456,10 +433,6 @@ EXTERNAL SOURCES:
456433
:path: "../Libraries/FBReactNativeSpec"
457434
glog:
458435
:podspec: "../third-party-podspecs/glog.podspec"
459-
hermes:
460-
:path: "../node_modules/hermes-engine-darwin"
461-
libevent:
462-
:podspec: "../third-party-podspecs/libevent.podspec"
463436
RCT-Folly:
464437
:podspec: "../third-party-podspecs/RCT-Folly.podspec"
465438
RCTRequired:
@@ -520,8 +493,8 @@ SPEC CHECKSUMS:
520493
CocoaAsyncSocket: 694058e7c0ed05a9e217d1b3c7ded962f4180845
521494
CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f
522495
DoubleConversion: 2b45d0f8e156a5b02354c8a4062de64d41ccb4e0
523-
FBLazyVector: 620fb5dbdb34a8d52061307f974e56f21f3027b1
524-
FBReactNativeSpec: 25928cfd3d041e1aad883040887d0678be79b6a8
496+
FBLazyVector: 76d564e870c51e78184ea8648278e1ec28c4eb50
497+
FBReactNativeSpec: a717071a60680a985f789023010c15cad652c1fe
525498
Flipper: be611d4b742d8c87fbae2ca5f44603a02539e365
526499
Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
527500
Flipper-Folly: c12092ea368353b58e992843a990a3225d4533c3
@@ -530,38 +503,36 @@ SPEC CHECKSUMS:
530503
Flipper-RSocket: 64e7431a55835eb953b0bf984ef3b90ae9fdddd7
531504
FlipperKit: ab353d41aea8aae2ea6daaf813e67496642f3d7d
532505
glog: 789873d01e4b200777d0a09bc23d548446758699
533-
hermes: 12d049af0d8e8379c5b3b54ffb1919d670045bdc
534-
libevent: 59938c595b8c19e50c83250628ffed9ebf662183
535506
OpenSSL-Universal: 8b48cc0d10c1b2923617dfe5c178aa9ed2689355
536507
RCT-Folly: 55d0039b24e192081ec0b2257f7bd9f42e382fb7
537-
RCTRequired: 0728d24df044aa92a06994385f0673ed257fb3ee
538-
RCTTypeSafety: 34a4865eab86196153016573ad8bda64564645bb
539-
React: 76873c06b73b9cf443293ee4f5d5f9c0cc1e1389
540-
React-ART: 8818e6a228bfa07041f10f5c6e2bf65bad876617
541-
React-callinvoker: 53d4a407d6545a533c228a803dbe68f0fd017d83
542-
React-Core: 611b2103c1b2e6a391b601f7b01a4458fb9059c5
543-
React-CoreModules: 4bf3eb67a0eba49d963adb6213d27c7ef6ac26ab
544-
React-cxxreact: 4b00ed9b80ff936fcc354d0cbf7addf6413d26b1
545-
React-jsi: ecdfc8a136c0f38584961ed46b9a8bba40ffa04f
546-
React-jsiexecutor: 820f03206af52a52ef096726cc87c1c32359e497
547-
React-jsinspector: f1614167c0dc2d3d98ce0fbe79bee088bd05a1db
548-
React-RCTActionSheet: c7c7da0faa9e3ea5f5a118c93a862aabd9b3dc7b
549-
React-RCTAnimation: 624eaa809422f7d3e851e11ba93190778821dfd4
550-
React-RCTBlob: 67e4fd11b250419f7ffd61ce0abefa9292c82c73
551-
React-RCTImage: 53b6270009e9074305668dacbad5ecab512994a3
552-
React-RCTLinking: 582658584dad697d30ce9e5304d50e086907d8a7
553-
React-RCTNetwork: ef1e439f1e0b7de72de3a3bb2919d70a9533ba17
554-
React-RCTPushNotification: 9a547d63dfbc4242c50d91c432fabf7d509a9b84
555-
React-RCTSettings: 48a6dd1bdfe3c0eb7ef50709caa5aadd0ce92d3f
556-
React-RCTTest: 5e5e72def1ffee4e2252b559f5b1827918ae60cf
557-
React-RCTText: ba7aed48588fe72c8d24b9bbdb3c9c5f3344a862
558-
React-RCTVibration: 502f1bf2e39b8ec1bb66cc7d3c558697cf02270e
508+
RCTRequired: 7944f6317429d47612e634136f48a57c500f5ecf
509+
RCTTypeSafety: 72ceaaf2cd6aa7684ed8dec04ec7226b8d5fb655
510+
React: 5b5ae5728f5f4e7968b92898a655f0284a96d5e4
511+
React-ART: ce2ea8f795b28f5e35a00f39d1cd420da0624ed7
512+
React-callinvoker: 1a0d6598e35744bf9e859e43150ac5eec6034047
513+
React-Core: 12ecda21675965ae1a767b5a6ddf13cd5d57aa72
514+
React-CoreModules: b7c6e4907b1f87098286dead696eebd967fcc4a0
515+
React-cxxreact: d40789f79bc442247830347504b925bda6ba13c0
516+
React-jsi: bdcbe5af964360753b9c84f5b5a33e37c8acedad
517+
React-jsiexecutor: 9a5df7c55ed91d3070cd4d4670b45e98c97615e1
518+
React-jsinspector: 73dcd293445e1ab7ec16baea7b00a574936d7e5e
519+
React-RCTActionSheet: 0297d060de74468907a870627d255cf09d9a4876
520+
React-RCTAnimation: 561d4a90935fc21fe08a78c13e7085eac099362f
521+
React-RCTBlob: 72cacfb72eaec3cb20ff71396dc39b54931748da
522+
React-RCTImage: 6519f7a987d3bfa455a02e8e5ac29497f9ac0b3b
523+
React-RCTLinking: 0c4864aa70c9274e3f28f7da9c23b3db21f1208c
524+
React-RCTNetwork: 8cee0263fb9df02fd7c2cca102661567013881ff
525+
React-RCTPushNotification: 1e81eb166d42e39efa1af713919202f13b0dbb0f
526+
React-RCTSettings: 4c5fa0348f2e2721edf221a35a40f63cb796f5ac
527+
React-RCTTest: 4d9cf25895dec9d11a7f82cb9c5eecc206a8ceaa
528+
React-RCTText: 247e6d5e4dd7fde495b581651242736345ed2851
529+
React-RCTVibration: 4240ad57d0c576a7eb62e48bd7a75023692e0859
559530
React-TurboModuleCxx-RNW: 18bb71af41fe34c8b12a56bef60aae7ee32b0817
560-
React-TurboModuleCxx-WinRTPort: cda3f45dd113efa9581872b8c085ad791f266db5
561-
ReactCommon: d55db8add47464a0be7cf2dd0b992d438654f331
562-
Yoga: fdf945a5eba9e5139b22a810cac136b0b5f99d43
531+
React-TurboModuleCxx-WinRTPort: 5295f2eeb49182c7d56d79cdb42b5dc06b359704
532+
ReactCommon: d2e1afb96e9167b9b193cdad9c642575c0ac4625
533+
Yoga: c7d51a93c31671ac81c549d3e47fc4ab2843c2ec
563534
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
564535

565-
PODFILE CHECKSUM: 2a04a1a3cb4e02d2cd7ae434210c96c1f24c5ece
536+
PODFILE CHECKSUM: 7d43a928a9b9ad27329da110adbfadd923a39ba8
566537

567538
COCOAPODS: 1.10.1

RNTester/RNTesterPods.xcodeproj/project.pbxproj

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@
750750
9F153459233AB2C4006DFE44 /* Resources */,
751751
38C8132424577FB500BFFA62 /* Build JS Bundle */,
752752
51B9D81723C4D5A4002B30E1 /* Start Metro */,
753-
912CCA057E7BE90E9EC53D33 /* [CP] Embed Pods Frameworks */,
754753
33B976C36DF90C0A044DC053 /* [CP] Copy Pods Resources */,
755754
);
756755
buildRules = (
@@ -1207,23 +1206,6 @@
12071206
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
12081207
showEnvVarsInLog = 0;
12091208
};
1210-
912CCA057E7BE90E9EC53D33 /* [CP] Embed Pods Frameworks */ = {
1211-
isa = PBXShellScriptBuildPhase;
1212-
buildActionMask = 2147483647;
1213-
files = (
1214-
);
1215-
inputFileListPaths = (
1216-
"${PODS_ROOT}/Target Support Files/Pods-RNTester-macOS/Pods-RNTester-macOS-frameworks-${CONFIGURATION}-input-files.xcfilelist",
1217-
);
1218-
name = "[CP] Embed Pods Frameworks";
1219-
outputFileListPaths = (
1220-
"${PODS_ROOT}/Target Support Files/Pods-RNTester-macOS/Pods-RNTester-macOS-frameworks-${CONFIGURATION}-output-files.xcfilelist",
1221-
);
1222-
runOnlyForDeploymentPostprocessing = 0;
1223-
shellPath = /bin/sh;
1224-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RNTester-macOS/Pods-RNTester-macOS-frameworks.sh\"\n";
1225-
showEnvVarsInLog = 0;
1226-
};
12271209
A7D95A9E84DEB30F42E4B186 /* [CP] Check Pods Manifest.lock */ = {
12281210
isa = PBXShellScriptBuildPhase;
12291211
buildActionMask = 2147483647;

0 commit comments

Comments
 (0)