Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
MOB-1941 Use correct provisioning profile for adhoc distribution export
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Aristote committed Nov 10, 2015
1 parent 10fd423 commit 32b0275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-test-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ xcodebuild archive -workspace eXo_Platform.xcworkspace -scheme eXo -archivePath
[ -f "${WORKSPACE}/eXo.ipa" ] && rm "${WORKSPACE}/eXo.ipa"

# Create the final archive with credentials...
xcodebuild -exportArchive -archivePath eXo.xcarchive -exportPath eXo -exportFormat ipa -exportProvisioningProfile "eXo Mobile AdHoc"
xcodebuild -exportArchive -archivePath eXo.xcarchive -exportPath eXo -exportFormat ipa -exportProvisioningProfile "XC Ad Hoc: com.exoplatform.mob.eXoPlatformiPHone"

0 comments on commit 32b0275

Please sign in to comment.