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 24, 2023
1 parent ed243e7 commit 16c1dbd
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 @@ -10,7 +10,7 @@ mkdir build-ios
cd build-ios
/bin/bash -c "sudo xcode-select -s /Applications/Xcode_11.7.app/Contents/Developer"
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 ..
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/ios.cmake -GXcode .. -- CODE_SIGNING_REQUIRED=NO
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')"`
Expand Down

0 comments on commit 16c1dbd

Please sign in to comment.