Use tvOS provisioning profile instead of iOS profile (close #1008)

This commit is contained in:
Joshua Granick
2017-08-01 15:50:05 -07:00
parent 37bd003bcd
commit 32fb3a267d

View File

@@ -351,7 +351,7 @@ class TVOSHelper {
if (project.config.exists ("tvos.provisioning-profile")) {
commands.push ("PROVISIONING_PROFILE=" + project.config.getString ("ios.provisioning-profile"));
commands.push ("PROVISIONING_PROFILE=" + project.config.getString ("tvos.provisioning-profile"));
}