From be7f30044599c7a856494915ce808fcb1e4951f2 Mon Sep 17 00:00:00 2001 From: jmans25 Date: Sat, 23 Dec 2023 18:33:21 -0500 Subject: [PATCH] Update make-ipa.sh --- make-ipa.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make-ipa.sh b/make-ipa.sh index d1d8ae9..ed4efa6 100644 --- a/make-ipa.sh +++ b/make-ipa.sh @@ -10,6 +10,7 @@ mkdir build-ios cd build-ios sed -i '' 's#if(GIT_FOUND AND EXISTS "${SOURCE_DIR}/.git/")#if(GIT_FOUND)#' ../git-version.cmake cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/ios.cmake -GXcode .. +/bin/bash -c "sudo xcode-select -s /Applications/Xcode_11.7.app/Contents/Developer" xcodebuild clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO PRODUCT_BUNDLE_IDENTIFIER="org.ppsspp.ppsspp" -sdk iphoneos -configuration Release ln -sf Release-iphoneos Payload version_number=`echo "$(git describe --tags --match="v*" | sed -e 's@-\([^-]*\)-\([^-]*\)$@-\1-\2@;s@^v@@;s@%@~@g')"`