Skip to content

Commit

Permalink
code cleanup and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekinstnt committed Oct 1, 2024
1 parent 30a1dda commit 846a6d7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions aries_framework_vcx/src/scripts/ios.build.cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,11 @@

rustup target add ${TARGET}

#cargo install cargo-lipo

pushd "${UNIFFI_ROOT}"
cargo run --features=uniffi/cli --bin uniffi-bindgen generate src/aries_framework_vcx.udl --language ${LANGUAGE}
#cargo run --features=uniffi/cli --bin uniffi-bindgen generate src/aries_framework_vcx.udl --language ${LANGUAGE}
popd

#mkdir ${IOS_APP_DIR}/Source

cp -R ${UNIFFI_ROOT}/src/aries_framework_vcx.swift ${UNIFFI_ROOT}/src/aries_framework_vcxFFI.* ${IOS_APP_DIR}
cp -R ${UNIFFI_ROOT}/src/aries_framework_vcx.swift ${UNIFFI_ROOT}/src/aries_framework_vcxFFI.* ${IOS_APP_DIR}/Source
rm -R ${UNIFFI_ROOT}/src/aries_framework_vcx.swift ${UNIFFI_ROOT}/src/aries_framework_vcxFFI.*
Expand Down Expand Up @@ -156,7 +152,6 @@

}

#presetup
generate_bindings
build_uniffi_for_demo
build_ios_xcframework
Expand Down

0 comments on commit 846a6d7

Please sign in to comment.