|
@@ -353,6 +353,7 @@
|
|
|
140C8F1E1A4EBE3100F85556 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
+ APPLICATION_EXTENSION_API_ONLY = YES;
|
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
|
DEFINES_MODULE = YES;
|
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
@@ -376,6 +377,7 @@
|
|
|
140C8F1F1A4EBE3100F85556 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
+ APPLICATION_EXTENSION_API_ONLY = YES;
|
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
DEFINES_MODULE = YES;
|
|
@@ -396,6 +398,7 @@
|
|
|
140C8F211A4EBE3100F85556 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
+ APPLICATION_EXTENSION_API_ONLY = NO;
|
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
|
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
|
@@ -416,6 +419,7 @@
|
|
|
140C8F221A4EBE3100F85556 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
+ APPLICATION_EXTENSION_API_ONLY = NO;
|
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
@@ -555,6 +559,7 @@
|
|
|
140F19761A49D79500B0016A /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
+ APPLICATION_EXTENSION_API_ONLY = NO;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
|
"$(SDKROOT)/Developer/Library/Frameworks",
|
|
|
"$(inherited)",
|
|
@@ -572,6 +577,7 @@
|
|
|
140F19771A49D79500B0016A /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
+ APPLICATION_EXTENSION_API_ONLY = NO;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
|
"$(SDKROOT)/Developer/Library/Frameworks",
|
|
|
"$(inherited)",
|