|
@@ -287,6 +287,7 @@
|
|
|
_ReleaseConf_Base32 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
+ APPLICATION_EXTENSION_API_ONLY = YES;
|
|
|
INFOPLIST_FILE = Base32.xcodeproj/Base32_Info.plist;
|
|
|
OTHER_LDFLAGS = "$(inherited)";
|
|
|
OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
@@ -324,6 +325,7 @@
|
|
|
"___DebugConf_Base32" /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
+ APPLICATION_EXTENSION_API_ONLY = YES;
|
|
|
INFOPLIST_FILE = Base32.xcodeproj/Base32_Info.plist;
|
|
|
OTHER_LDFLAGS = "$(inherited)";
|
|
|
OTHER_SWIFT_FLAGS = "$(inherited)";
|