From efe01b18f7a52824f104e8d6142725520ab7d947 Mon Sep 17 00:00:00 2001 From: bpresles <bertrand@presles.fr> Date: Tue, 4 Jun 2019 20:58:32 +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 67c45b8e..233851ae 100644 --- a/doc/build_ios.md +++ b/doc/build_ios.md @@ -159,6 +159,6 @@ xcodebuild -exportArchive -archivePath $PWD/build/Cesium.xcarchive -exportOption /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) +The command will 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) 5. Go to `https://appstoreconnect.apple.com/`, then `My Apps` and publish your App from there. \ No newline at end of file -- GitLab