Skip to content

Commit ddccf69

Browse files
authored
Merge pull request #13 from benjaminsnorris/extension-support
Extension support
2 parents b8f76c8 + c2d559e commit ddccf69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Reactor.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
OBJ_19 /* Debug */ = {
198198
isa = XCBuildConfiguration;
199199
buildSettings = {
200+
APPLICATION_EXTENSION_API_ONLY = YES;
200201
ENABLE_TESTABILITY = YES;
201202
FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
202203
HEADER_SEARCH_PATHS = "";
@@ -208,6 +209,7 @@
208209
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
209210
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
210211
RESOURCES_TARGETED_DEVICE_FAMILY = "1,2,3,4";
212+
SKIP_INSTALL = YES;
211213
SUPPORTED_PLATFORMS = "macosx iphoneos appletvos watchos appletvsimulator iphonesimulator watchsimulator";
212214
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
213215
SWIFT_VERSION = 3.0;
@@ -218,6 +220,7 @@
218220
OBJ_20 /* Release */ = {
219221
isa = XCBuildConfiguration;
220222
buildSettings = {
223+
APPLICATION_EXTENSION_API_ONLY = YES;
221224
ENABLE_TESTABILITY = YES;
222225
FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
223226
HEADER_SEARCH_PATHS = "";
@@ -229,6 +232,7 @@
229232
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
230233
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
231234
RESOURCES_TARGETED_DEVICE_FAMILY = "1,2,3,4";
235+
SKIP_INSTALL = YES;
232236
SUPPORTED_PLATFORMS = "macosx iphoneos appletvos watchos appletvsimulator iphonesimulator watchsimulator";
233237
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
234238
SWIFT_VERSION = 3.0;

0 commit comments

Comments
 (0)