From 8a96fc9c64ae84626fd41c493aece9ad7309ce3d Mon Sep 17 00:00:00 2001 From: Ryan Nystrom Date: Sun, 16 Oct 2016 19:43:27 -0700 Subject: [PATCH] Extension only API flag Summary: Adds `APPLICATION_EXTENSION_API_ONLY = YES` to Xcode project. Closes https://github.com/Instagram/IGListKit/pull/79 Differential Revision: D4028543 Pulled By: rnystrom fbshipit-source-id: 203afacb5485dd4dc5897991d7981cf80f6da993 --- IGListKit.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IGListKit.xcodeproj/project.pbxproj b/IGListKit.xcodeproj/project.pbxproj index 5345a2e4..cf46daec 100644 --- a/IGListKit.xcodeproj/project.pbxproj +++ b/IGListKit.xcodeproj/project.pbxproj @@ -795,6 +795,7 @@ 887D0B4B1D870D7F009E01F7 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = ""; DEFINES_MODULE = YES; @@ -816,6 +817,7 @@ 887D0B4C1D870D7F009E01F7 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = ""; DEFINES_MODULE = YES;