Created
December 19, 2018 12:51
-
-
Save dobreandl/b4da993587cf598f851af437d7a7c397 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xcodebuild -workspace <your_project_name>.xcworkspace \ | |
-scheme <your_desired_schema> -archivePath <path_of_the_archive>\ | |
-configuration <your_desired_configuration> \ | |
PROVISIONING_PROFILE=<the_name_of_the_provisioning_profile> \ | |
archive -UseModernBuildSystem=YES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment