We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9579532 commit db45156Copy full SHA for db45156
build/scripts/build-nativescript-framework.sh
@@ -41,7 +41,7 @@ lipo -create -output "NativeScript.framework.dSYM/Contents/Resources/DWARF/Nativ
41
"$WORKSPACE/cmake-build/src/NativeScript/$CONFIGURATION-iphonesimulator/NativeScript.framework.dSYM/Contents/Resources/DWARF/NativeScript" \
42
"$WORKSPACE/cmake-build/src/NativeScript/$CONFIGURATION-iphoneos/NativeScript.framework.dSYM/Contents/Resources/DWARF/NativeScript"
43
44
-tar -zcf NativeScript.framework.dSYM.tgz NativeScript.framework.dSYM
+zip -qr NativeScript.framework.dSYM.zip NativeScript.framework.dSYM
45
rm -rf NativeScript.framework.dSYM
46
47
popd
0 commit comments