Skip to content

Commit fcb3901

Browse files
committed
try single scheme
1 parent dbc6c60 commit fcb3901

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@
2222
<key>primary</key>
2323
<true/>
2424
</dict>
25+
<key>OBJ_17</key>
26+
<dict>
27+
<key>primary</key>
28+
<true/>
29+
</dict>
30+
<key>OBJ_24</key>
31+
<dict>
32+
<key>primary</key>
33+
<true/>
34+
</dict>
2535
</dict>
2636
</dict>
2737
</plist>

0 commit comments

Comments
 (0)