Skip to content

Commit 93bc353

Browse files
committed
Allow use of tvOS framework in extensions.
1 parent aa0ba8a commit 93bc353

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Deque.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,7 @@
799799
BBF294A71C6BB4FB00367934 /* Debug */ = {
800800
isa = XCBuildConfiguration;
801801
buildSettings = {
802+
APPLICATION_EXTENSION_API_ONLY = YES;
802803
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
803804
DEFINES_MODULE = YES;
804805
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -817,6 +818,7 @@
817818
BBF294A81C6BB4FB00367934 /* Release */ = {
818819
isa = XCBuildConfiguration;
819820
buildSettings = {
821+
APPLICATION_EXTENSION_API_ONLY = YES;
820822
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
821823
DEFINES_MODULE = YES;
822824
DYLIB_INSTALL_NAME_BASE = "@rpath";

0 commit comments

Comments
 (0)