Skip to content

Commit

Permalink
Merge pull request #11 from ReactorSwift/single-scheme
Browse files Browse the repository at this point in the history
Multiplatform Scheme
  • Loading branch information
jarsen authored Feb 13, 2017
2 parents dbc6c60 + c4d7be2 commit b8f76c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 32 deletions.
11 changes: 6 additions & 5 deletions Reactor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
name = Products;
sourceTree = BUILT_PRODUCTS_DIR;
};
OBJ_5 /* */ = {
OBJ_5 = {
isa = PBXGroup;
children = (
OBJ_6 /* Package.swift */,
Expand All @@ -85,7 +85,6 @@
OBJ_13 /* Logo */,
OBJ_14 /* Products */,
);
name = "";
sourceTree = "<group>";
};
OBJ_7 /* Sources */ = {
Expand Down Expand Up @@ -156,7 +155,7 @@
knownRegions = (
en,
);
mainGroup = OBJ_5 /* */;
mainGroup = OBJ_5;
productRefGroup = OBJ_14 /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -208,7 +207,8 @@
PRODUCT_BUNDLE_IDENTIFIER = Reactor;
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SUPPORTED_PLATFORMS = macosx;
RESOURCES_TARGETED_DEVICE_FAMILY = "1,2,3,4";
SUPPORTED_PLATFORMS = "macosx iphoneos appletvos watchos appletvsimulator iphonesimulator watchsimulator";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
SWIFT_VERSION = 3.0;
TARGET_NAME = Reactor;
Expand All @@ -228,7 +228,8 @@
PRODUCT_BUNDLE_IDENTIFIER = Reactor;
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SUPPORTED_PLATFORMS = macosx;
RESOURCES_TARGETED_DEVICE_FAMILY = "1,2,3,4";
SUPPORTED_PLATFORMS = "macosx iphoneos appletvos watchos appletvsimulator iphonesimulator watchsimulator";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
SWIFT_VERSION = 3.0;
TARGET_NAME = Reactor;
Expand Down

This file was deleted.

0 comments on commit b8f76c8

Please sign in to comment.