-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
56 additions
and
54 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
#!/bin/bash | ||
|
||
set -e | ||
|
||
pushd "$(dirname "$0")/.." > /dev/null || exit | ||
xcodebuild docbuild -scheme Analytics -destination generic/platform=iOS | ||
xcodebuild docbuild -scheme Circumspect -destination generic/platform=iOS | ||
xcodebuild docbuild -scheme Core -destination generic/platform=iOS | ||
xcodebuild docbuild -scheme CoreBusiness -destination generic/platform=iOS | ||
xcodebuild docbuild -scheme Monitoring -destination generic/platform=iOS | ||
xcodebuild docbuild -scheme Player -destination generic/platform=iOS | ||
xcodebuild docbuild -scheme PillarboxAnalytics -destination generic/platform=iOS | ||
xcodebuild docbuild -scheme PillarboxCircumspect -destination generic/platform=iOS | ||
xcodebuild docbuild -scheme PillarboxCore -destination generic/platform=iOS | ||
xcodebuild docbuild -scheme PillarboxCoreBusiness -destination generic/platform=iOS | ||
xcodebuild docbuild -scheme PillarboxMonitoring -destination generic/platform=iOS | ||
xcodebuild docbuild -scheme PillarboxPlayer -destination generic/platform=iOS | ||
popd > /dev/null || exit |