mirror of
https://github.com/zydeco/minivmac4ios.git
synced 2025-03-18 15:31:33 +00:00
remove xpath usage from makefile
This commit is contained in:
parent
1a4d707447
commit
aa52115d41
2
Makefile
2
Makefile
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user