From aa52115d41cc123343f44781bcb5f7ca6ac68518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20A=2E=20A=CC=81lvarez?= Date: Thu, 26 May 2022 19:50:24 +0200 Subject: [PATCH] remove xpath usage from makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 940f49b..6be92f7 100644 --- a/Makefile +++ b/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)