From 73354ab1681051d9755426436c8eb5930ac844e7 Mon Sep 17 00:00:00 2001 From: bpresles <bertrand@presles.fr> Date: Tue, 4 Jun 2019 20:58:09 +0000 Subject: [PATCH] Update build_ios.md --- doc/build_ios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build_ios.md b/doc/build_ios.md index 1d8535b0..67c45b8e 100644 --- a/doc/build_ios.md +++ b/doc/build_ios.md @@ -156,7 +156,7 @@ xcodebuild -exportArchive -archivePath $PWD/build/Cesium.xcarchive -exportOption 4. Upload to Apple Store Connect: ```bash -/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Support/altool --upload-app -f "CLI.ipa" -u YOUR_APPLE_ID +/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Support/altool --upload-app -f $PWD/build/Cesium.ipa -u YOUR_APPLE_ID ``` The prompt for your password, if you use two-factor authentication, you'll need to generate an application specific password for this command (see: https://appleid.apple.com/account/manage) -- GitLab