Skip to content

Instantly share code, notes, and snippets.

@renanccastro
Created February 1, 2016 03:45
Show Gist options
  • Save renanccastro/34c8a19a43bfbb087529 to your computer and use it in GitHub Desktop.
Save renanccastro/34c8a19a43bfbb087529 to your computer and use it in GitHub Desktop.
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