From e36deebd3c97da43d454fa6ae0fc6aad48ef8644 Mon Sep 17 00:00:00 2001 From: Erik Kerber Date: Sat, 21 Oct 2017 21:39:29 -0500 Subject: [PATCH] Mark lottie as extension safe --- Lottie.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lottie.xcodeproj/project.pbxproj b/Lottie.xcodeproj/project.pbxproj index fcbf789b39..581d6249f1 100644 --- a/Lottie.xcodeproj/project.pbxproj +++ b/Lottie.xcodeproj/project.pbxproj @@ -1243,6 +1243,7 @@ 62CA59C11E3C173B002D7188 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_IDENTITY = ""; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; @@ -1263,6 +1264,7 @@ 62CA59C21E3C173B002D7188 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_IDENTITY = ""; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1;