Setting ios.non-exempt-encryption to false by default.
This commit is contained in:
@@ -349,7 +349,7 @@ class IOSPlatform extends PlatformTarget
|
||||
}
|
||||
|
||||
context.IOS_LINKER_FLAGS = ["-stdlib=libc++"].concat(project.config.getArrayString("ios.linker-flags"));
|
||||
context.IOS_NON_EXEMPT_ENCRYPTION = project.config.getBool("ios.non-exempt-encryption", true);
|
||||
context.IOS_NON_EXEMPT_ENCRYPTION = project.config.getBool("ios.non-exempt-encryption", false);
|
||||
|
||||
switch (project.window.orientation)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user