Skip to content

Commit ca0abb7

Browse files
committed
Try to fix apple build
1 parent f8a714c commit ca0abb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/rust_builder/ios/rust_lib_setonix_plugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A new Flutter FFI plugin project.
2929
s.script_phase = {
3030
:name => 'Build Rust library',
3131
# First argument is relative path to the `rust` folder, second is name of rust library
32-
:script => 'sh "$PODS_TARGET_SRCROOT/../cargokit/build_pod.sh" ../../../plugin/rust rust_lib_setonix_plugin',
32+
:script => 'sh "$PODS_TARGET_SRCROOT/../cargokit/build_pod.sh" ../../../plugin/rust setonix_plugin',
3333
:execution_position => :before_compile,
3434
:input_files => ['${BUILT_PRODUCTS_DIR}/cargokit_phony'],
3535
# Let XCode know that the static library referenced in -force_load below is

app/rust_builder/macos/rust_lib_setonix_plugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A new Flutter FFI plugin project.
2828
s.script_phase = {
2929
:name => 'Build Rust library',
3030
# First argument is relative path to the `rust` folder, second is name of rust library
31-
:script => 'sh "$PODS_TARGET_SRCROOT/../cargokit/build_pod.sh" ../../../plugin/rust rust_lib_setonix_plugin',
31+
:script => 'sh "$PODS_TARGET_SRCROOT/../cargokit/build_pod.sh" ../../../plugin/rust setonix_plugin',
3232
:execution_position => :before_compile,
3333
:input_files => ['${BUILT_PRODUCTS_DIR}/cargokit_phony'],
3434
# Let XCode know that the static library referenced in -force_load below is

0 commit comments

Comments
 (0)