Skip to content

Commit

Permalink
Update make-ipa.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jmans25 authored Dec 23, 2023
1 parent f86ad1c commit be7f300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make-ipa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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')"`
Expand Down

0 comments on commit be7f300

Please sign in to comment.