Skip to content

Commit

Permalink
copy PrivacyInfo to static xcframework
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailSuendukov committed Apr 24, 2024
1 parent a7f5a17 commit 24245e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Scripts/combine-xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ xcodebuild -create-xcframework "${xcframeworksStatic[@]}" -output "${BUILT_PRODU
# Copy the PrivacyInfo.xcprivacy file.
echo "Copying new PrivacyInfo.xcprivacy to ${BUILT_PRODUCTS_DIR}/${PROJECT_NAME}.xcframework"
cp ${SRCROOT}/Resources/PrivacyInfo.xcprivacy ${BUILT_PRODUCTS_DIR}/${PROJECT_NAME}.xcframework
cp ${SRCROOT}/Resources/PrivacyInfo.xcprivacy ${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}-static.xcframework


0 comments on commit 24245e0

Please sign in to comment.