We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e962c commit d443178Copy full SHA for d443178
scripts/templates/osx/emptyExample.xcodeproj/project.pbxproj
@@ -46,6 +46,9 @@ else
46
# Copy bin/data into App/Resources
47
rsync -avz --exclude='.DS_Store' "${SRCROOT}/bin/data/" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/data/"
48
49
+# Strip 32bit from fmod dylib
50
+lipo -remove i386 "${TARGET_BUILD_DIR}/${PRODUCT_NAME}.app/Contents/Frameworks/libfmodex.dylib" -o "${TARGET_BUILD_DIR}/${PRODUCT_NAME}.app/Contents/Frameworks/libfmodex.dylib"
51
+
52
# ---- Code Sign App Package ----
53
54
# WARNING: You may have to run Clean in Xcode after changing CODE_SIGN_IDENTITY!
0 commit comments