Skip to content

Commit

Permalink
Merge pull request #175 from BoltsFramework/nlutsenko.deployment.tvos
Browse files Browse the repository at this point in the history
Add tvOS SDK to deployment packages.
  • Loading branch information
nlutsenko committed Oct 22, 2015
2 parents 55c20ed + 01933c4 commit a9a6d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
# -----------------------------------------------------------------------------
# Call out to build .framework
#
. $BOLTS_SCRIPT/build_framework.sh --with-watchos -c Release
. $BOLTS_SCRIPT/build_framework.sh --with-watchos --with-tvos -c Release

cd $BOLTS_BUILD
zip -r --symlinks $BOLTS_DISTRIBUTION_ARCHIVE ios/ osx/ watchOS/
zip -r --symlinks $BOLTS_DISTRIBUTION_ARCHIVE ios/ osx/ watchOS/ tvOS/

common_success

0 comments on commit a9a6d06

Please sign in to comment.