File tree Expand file tree Collapse file tree 6 files changed +2019
-1566
lines changed
MultithreadingExample.xcodeproj Expand file tree Collapse file tree 6 files changed +2019
-1566
lines changed Original file line number Diff line number Diff line change 5
5
6
6
#if __has_include(<RNReanimated/Scheduler.h>)
7
7
#include < RNReanimated/Scheduler.h>
8
- #include < RNReanimated/ShareableValue.h>
9
8
#include < RNReanimated/RuntimeManager.h>
9
+ #include < RNReanimated/ShareableValue.h>
10
10
#include < RNReanimated/RuntimeDecorator.h>
11
11
#include < RNReanimated/ErrorHandler.h>
12
12
#else
Original file line number Diff line number Diff line change 393
393
);
394
394
inputPaths = (
395
395
"${PODS_ROOT}/Target Support Files/Pods-MultithreadingExample/Pods-MultithreadingExample-frameworks.sh",
396
- "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/iphoneos/hermes.framework",
397
- "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL",
396
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/Flipper-DoubleConversion/double-conversion.framework/double-conversion",
397
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL",
398
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/hermes.framework/hermes",
398
399
);
399
400
name = "[CP] Embed Pods Frameworks";
400
401
outputPaths = (
401
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes .framework",
402
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/double-conversion .framework",
402
403
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OpenSSL.framework",
404
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
403
405
);
404
406
runOnlyForDeploymentPostprocessing = 0;
405
407
shellPath = /bin/sh;
Original file line number Diff line number Diff line change 1
1
require_relative '../node_modules/react-native/scripts/react_native_pods'
2
2
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
3
3
4
- platform :ios , '10 .0'
4
+ platform :ios , '12 .0'
5
5
6
6
target 'MultithreadingExample' do
7
7
config = use_native_modules!
You can’t perform that action at this time.
0 commit comments