Skip to content

Commit

Permalink
Add tvOS SDK to deployment packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Oct 22, 2015
1 parent 0e42410 commit c015ee4
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 c015ee4

Please sign in to comment.