From b2d5367f3284e0ade57f1a6fdfa5cd9af22891a2 Mon Sep 17 00:00:00 2001 From: "sergey.labutin" Date: Tue, 15 Aug 2017 16:03:03 +0300 Subject: [PATCH] replace ios to tvos --- lime/tools/platforms/TVOSPlatform.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lime/tools/platforms/TVOSPlatform.hx b/lime/tools/platforms/TVOSPlatform.hx index 037138f8c..8fb729840 100644 --- a/lime/tools/platforms/TVOSPlatform.hx +++ b/lime/tools/platforms/TVOSPlatform.hx @@ -232,8 +232,8 @@ class TVOSPlatform extends PlatformTarget { context.IOS_LINKER_FLAGS = ["-stdlib=libc++"].concat (project.config.getArrayString ("tvos.linker-flags")); - if (project.config.exists("ios.non_encryption")) { - context.NON_ENCRYPTION = project.config.getBool ("ios.non_encryption", false); + if (project.config.exists("tvos.non_encryption")) { + context.NON_ENCRYPTION = project.config.getBool ("tvos.non_encryption", false); } switch (project.window.orientation) {