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 55
66#if __has_include(<RNReanimated/Scheduler.h>)
77#include < RNReanimated/Scheduler.h>
8- #include < RNReanimated/ShareableValue.h>
98#include < RNReanimated/RuntimeManager.h>
9+ #include < RNReanimated/ShareableValue.h>
1010#include < RNReanimated/RuntimeDecorator.h>
1111#include < RNReanimated/ErrorHandler.h>
1212#else
Original file line number Diff line number Diff line change 393393 );
394394 inputPaths = (
395395 "${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",
398399 );
399400 name = "[CP] Embed Pods Frameworks";
400401 outputPaths = (
401- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes .framework",
402+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/double-conversion .framework",
402403 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OpenSSL.framework",
404+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
403405 );
404406 runOnlyForDeploymentPostprocessing = 0;
405407 shellPath = /bin/sh;
Original file line number Diff line number Diff line change 11require_relative '../node_modules/react-native/scripts/react_native_pods'
22require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
33
4- platform :ios , '10 .0'
4+ platform :ios , '12 .0'
55
66target 'MultithreadingExample' do
77 config = use_native_modules!
You can’t perform that action at this time.
0 commit comments