Skip to content

Commit b8f76c8

Browse files
authored
Merge pull request #11 from ReactorSwift/single-scheme
Multiplatform Scheme
2 parents dbc6c60 + c4d7be2 commit b8f76c8

File tree

2 files changed

+6
-32
lines changed

2 files changed

+6
-32
lines changed

Reactor.xcodeproj/project.pbxproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
name = Products;
7777
sourceTree = BUILT_PRODUCTS_DIR;
7878
};
79-
OBJ_5 /* */ = {
79+
OBJ_5 = {
8080
isa = PBXGroup;
8181
children = (
8282
OBJ_6 /* Package.swift */,
@@ -85,7 +85,6 @@
8585
OBJ_13 /* Logo */,
8686
OBJ_14 /* Products */,
8787
);
88-
name = "";
8988
sourceTree = "<group>";
9089
};
9190
OBJ_7 /* Sources */ = {
@@ -156,7 +155,7 @@
156155
knownRegions = (
157156
en,
158157
);
159-
mainGroup = OBJ_5 /* */;
158+
mainGroup = OBJ_5;
160159
productRefGroup = OBJ_14 /* Products */;
161160
projectDirPath = "";
162161
projectRoot = "";
@@ -208,7 +207,8 @@
208207
PRODUCT_BUNDLE_IDENTIFIER = Reactor;
209208
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
210209
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
211-
SUPPORTED_PLATFORMS = macosx;
210+
RESOURCES_TARGETED_DEVICE_FAMILY = "1,2,3,4";
211+
SUPPORTED_PLATFORMS = "macosx iphoneos appletvos watchos appletvsimulator iphonesimulator watchsimulator";
212212
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
213213
SWIFT_VERSION = 3.0;
214214
TARGET_NAME = Reactor;
@@ -228,7 +228,8 @@
228228
PRODUCT_BUNDLE_IDENTIFIER = Reactor;
229229
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
230230
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
231-
SUPPORTED_PLATFORMS = macosx;
231+
RESOURCES_TARGETED_DEVICE_FAMILY = "1,2,3,4";
232+
SUPPORTED_PLATFORMS = "macosx iphoneos appletvos watchos appletvsimulator iphonesimulator watchsimulator";
232233
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
233234
SWIFT_VERSION = 3.0;
234235
TARGET_NAME = Reactor;

Reactor.xcodeproj/xcuserdata/jason.larsen.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)