diff --git a/ios/script/build_app b/ios/script/build_app index f403f0586c..32dd42c944 100755 --- a/ios/script/build_app +++ b/ios/script/build_app @@ -15,3 +15,7 @@ if ! $nocodesign ; then xcrun -sdk iphoneos PackageApplication "$BUILD_PATH/RetroArch.app" -o "$BUILD_PATH/RetroArch.ipa" --sign "$CODE_SIGN_IDENTITY" --embed "$PROVISIONING" fi + + +echo "######### RetroArch build Complete!! #########" +echo "You can find the resulting app in the $BUILD_PATH directory.\n"