Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/fabric-example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2550,7 +2550,7 @@ SPEC CHECKSUMS:
ReactCodegen: d07ee3c8db75b43d1cbe479ae6affebf9925c733
ReactCommon: fe2a3af8975e63efa60f95fca8c34dc85deee360
ReactNativeDependencies: 4d5ce2683b6d74f7c686bf90a88c7d381295cf3c
RNAudioAPI: 0da654a83adfff638b0ccf05f7b07869a8e78cbe
RNAudioAPI: 764858df27270ed9a55803bb4c9c0ccb5bb14e9a
RNGestureHandler: 187c5c7936abf427bc4d22d6c3b1ac80ad1f63c0
RNReanimated: 64f4b3b33b48b19e0ba76a352571b52b1e931981
RNScreens: 01b065ded2dfe7987bcce770ff3a196be417ff41
Expand Down
6 changes: 1 addition & 5 deletions packages/react-native-audio-api/RNAudioAPI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,8 @@ Pod::Spec.new do |s|
scripts/download-prebuilt-binaries.sh ios #{skip_ffmpeg_argument}
CMD

# Assumes Pods dir is nested under ios project dir
ios_dir = File.join(Pod::Config.instance.project_pods_root, '..')
rn_audio_dir_relative = Pathname.new(__dir__).relative_path_from(ios_dir).to_s

external_dir_relative = "common/cpp/audioapi/external"
lib_dir = "$(PROJECT_DIR)/#{rn_audio_dir_relative}/#{external_dir_relative}/$(PLATFORM_NAME)"
lib_dir = "$(PODS_ROOT)/#{$audio_api_config[:dynamic_frameworks_audio_api_dir]}/#{external_dir_relative}/$(PLATFORM_NAME)"

s.ios.vendored_frameworks = $RN_AUDIO_API_FFMPEG_DISABLED ? [] : [
'common/cpp/audioapi/external/ffmpeg_ios/libavcodec.xcframework',
Expand Down
Loading