Skip to content

Commit

Permalink
remove xpath usage from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zydeco committed May 26, 2022
1 parent 1a4d707 commit aa52115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit aa52115

Please sign in to comment.