Skip to content

Commit

Permalink
handle package of AppleTV
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Oct 30, 2015
1 parent 91a2e06 commit b6f0d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def archive_path
end

# select *.ipa or *.pkg in Release directory.
archive = Dir.glob("./build/{iPhoneOS,MacOSX}*-Release/*.{ipa,pkg}").first
archive = Dir.glob("./build/{iPhoneOS,MacOSX,AppleTVOS}*-Release/*.{ipa,pkg}").first
unless archive
help! "Can't find *.ipa or *.pkg. First, need to create archive file with `rake archive:distribution'."
end
Expand Down

0 comments on commit b6f0d48

Please sign in to comment.