remove xpath usage from makefile

This commit is contained in:
Jesús A. Álvarez 2022-05-26 19:50:24 +02:00
parent 1a4d707447
commit aa52115d41
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ PROJECT="Mini vMac.xcodeproj"
SCHEME="Mini vMac"
CONFIGURATION=Release
APP="build/Build/Products/$(CONFIGURATION)-iphoneos/Mini vMac.app"
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 -`
LDID=ldid
deb: $(APP)