Skip to content

Commit

Permalink
testing github action 4
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekinstnt committed Sep 16, 2024
1 parent 68fd5a2 commit 1b677a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aries/wrappers/uniffi-aries-vcx/scripts/ios.build.cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
cargo run --features=uniffi/cli --bin uniffi-bindgen generate src/vcx.udl --language ${LANGUAGE}
popd

mkdir ${IOS_APP_DIR}/Source
#mkdir ${IOS_APP_DIR}/Source

cp -R ${UNIFFI_ROOT}/core/src/vcx.swift ${UNIFFI_ROOT}/core/src/vcxFFI.* ${IOS_APP_DIR}
cp -R ${UNIFFI_ROOT}/core/src/vcx.swift ${UNIFFI_ROOT}/core/src/vcxFFI.* ${IOS_APP_DIR}/Source
Expand Down Expand Up @@ -142,7 +142,7 @@
rm -R ${ABI_PATH}/vcx.xcframework.zip

echo "File uploaded"

}

generate_bindings
Expand Down

0 comments on commit 1b677a9

Please sign in to comment.