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 be7f300 commit 5add20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-ipa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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
xcodebuild clean build CODE_SIGNING_REQUIRED=NO PRODUCT_BUNDLE_IDENTIFIER="org.ppsspp.ppsspp" -sdk iphoneos -configuration Release # CODE_SIGN_IDENTITY=""
ln -sf Release-iphoneos Payload
version_number=`echo "$(git describe --tags --match="v*" | sed -e 's@-\([^-]*\)-\([^-]*\)$@-\1-\2@;s@^v@@;s@%@~@g')"`
zip -r9 ../../PPSSPP_v${version_number}.ipa Payload/PPSSPP.app
Expand Down

0 comments on commit 5add20e

Please sign in to comment.