Skip to content

Commit aa52115

Browse files
committed
remove xpath usage from makefile
1 parent 1a4d707 commit aa52115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PROJECT="Mini vMac.xcodeproj"
33
SCHEME="Mini vMac"
44
CONFIGURATION=Release
55
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()'`
6+
VERSION=`plutil -extract CFBundleShortVersionString raw $(APP)/Info.plist -o -`
77
LDID=ldid
88

99
deb: $(APP)

0 commit comments

Comments
 (0)