Skip to content

Commit 28e67b5

Browse files
author
Martin Schwamberger
committed
Add architecture info log.
1 parent b73674c commit 28e67b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build-ios.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ function distribute_ios() {
115115
"${BUILD_DIR}/iPhoneOS-armv7s/${f}" \
116116
-output ${OUTPUT_FILE}
117117
echo "Created ${OUTPUT_FILE}"
118+
echo "Architectues: $(lipo -info ${OUTPUT_FILE})"
118119
done
119120

120121
echo "Create iOS-Framework"

0 commit comments

Comments
 (0)