mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 09:18:29 +00:00
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
This commit is contained in:
parent
d4f64c3e90
commit
8a96fc9c64
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue