Use tvOS provisioning profile instead of iOS profile (close #1008)
This commit is contained in:
@@ -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"));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user