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 1a4d707 commit aa52115Copy full SHA for aa52115
Makefile
@@ -3,7 +3,7 @@ PROJECT="Mini vMac.xcodeproj"
3
SCHEME="Mini vMac"
4
CONFIGURATION=Release
5
APP="build/Build/Products/$(CONFIGURATION)-iphoneos/Mini vMac.app"
6
-VERSION=`plutil -extract CFBundleShortVersionString xml1 $(APP)/Info.plist -o - | xpath 2>/dev/null '/plist/string/text()'`
+VERSION=`plutil -extract CFBundleShortVersionString raw $(APP)/Info.plist -o -`
7
LDID=ldid
8
9
deb: $(APP)
0 commit comments