Skip to content

Commit

Permalink
Try to fix apple build
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Feb 5, 2025
1 parent f8a714c commit ca0abb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/rust_builder/ios/rust_lib_setonix_plugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A new Flutter FFI plugin project.
s.script_phase = {
:name => 'Build Rust library',
# First argument is relative path to the `rust` folder, second is name of rust library
:script => 'sh "$PODS_TARGET_SRCROOT/../cargokit/build_pod.sh" ../../../plugin/rust rust_lib_setonix_plugin',
:script => 'sh "$PODS_TARGET_SRCROOT/../cargokit/build_pod.sh" ../../../plugin/rust setonix_plugin',
:execution_position => :before_compile,
:input_files => ['${BUILT_PRODUCTS_DIR}/cargokit_phony'],
# Let XCode know that the static library referenced in -force_load below is
Expand Down
2 changes: 1 addition & 1 deletion app/rust_builder/macos/rust_lib_setonix_plugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A new Flutter FFI plugin project.
s.script_phase = {
:name => 'Build Rust library',
# First argument is relative path to the `rust` folder, second is name of rust library
:script => 'sh "$PODS_TARGET_SRCROOT/../cargokit/build_pod.sh" ../../../plugin/rust rust_lib_setonix_plugin',
:script => 'sh "$PODS_TARGET_SRCROOT/../cargokit/build_pod.sh" ../../../plugin/rust setonix_plugin',
:execution_position => :before_compile,
:input_files => ['${BUILT_PRODUCTS_DIR}/cargokit_phony'],
# Let XCode know that the static library referenced in -force_load below is
Expand Down

0 comments on commit ca0abb7

Please sign in to comment.