From 6945712eada71a4adadd601726727a9893472eb8 Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Mon, 25 Mar 2013 12:34:01 -0400 Subject: [PATCH] add an announcement to explain where they can find the app --- ios/script/build_app | 4 ++++ 1 file changed, 4 insertions(+) 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"