Created
February 1, 2016 03:45
-
-
Save renanccastro/34c8a19a43bfbb087529 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
projectname="meteor-beacon" | |
schemename="meteor-beacon" | |
xcodebuild archive -project $projectname.xcodeproj -scheme $schemename -archivePath $projectname.xcarchive | |
xcodebuild -exportArchive -archivePath $projectname.xcarchive -exportPath $projectname -exportFormat ipa -exportProvisioningProfile "YOUR PROVISIONING PROFILE NAME" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment