Skip to content

Commit af6f2e9

Browse files
committed
Update xcodeproj, setting xcschemas as shared.
1 parent cb6608f commit af6f2e9

File tree

3 files changed

+212
-18
lines changed

3 files changed

+212
-18
lines changed

SwiftState.xcodeproj/project.pbxproj

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
1FA620001996601000460108 /* SwiftState.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftState.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7171
1FA620041996601000460108 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
7272
1FA620051996601000460108 /* SwiftState.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwiftState.h; sourceTree = "<group>"; };
73-
1FA6200B1996601000460108 /* SwiftStateTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftStateTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
73+
1FA6200B1996601000460108 /* SwiftState-OSXTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SwiftState-OSXTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
7474
1FA6200E1996601000460108 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
7575
1FA620191996606200460108 /* StateEventType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StateEventType.swift; sourceTree = "<group>"; };
7676
1FA6201A1996606300460108 /* StateMachine.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StateMachine.swift; sourceTree = "<group>"; };
@@ -143,7 +143,7 @@
143143
isa = PBXGroup;
144144
children = (
145145
1FA620001996601000460108 /* SwiftState.framework */,
146-
1FA6200B1996601000460108 /* SwiftStateTests.xctest */,
146+
1FA6200B1996601000460108 /* SwiftState-OSXTests.xctest */,
147147
4872D5AC19B4211900F326B5 /* SwiftState.framework */,
148148
4822F0A619D0085E00F5F572 /* SwiftStateTests-iOS.xctest */,
149149
);
@@ -242,9 +242,9 @@
242242
/* End PBXHeadersBuildPhase section */
243243

244244
/* Begin PBXNativeTarget section */
245-
1FA61FFF1996601000460108 /* SwiftState */ = {
245+
1FA61FFF1996601000460108 /* SwiftState-OSX */ = {
246246
isa = PBXNativeTarget;
247-
buildConfigurationList = 1FA620131996601000460108 /* Build configuration list for PBXNativeTarget "SwiftState" */;
247+
buildConfigurationList = 1FA620131996601000460108 /* Build configuration list for PBXNativeTarget "SwiftState-OSX" */;
248248
buildPhases = (
249249
1FA61FFB1996601000460108 /* Sources */,
250250
1FA61FFC1996601000460108 /* Frameworks */,
@@ -255,14 +255,14 @@
255255
);
256256
dependencies = (
257257
);
258-
name = SwiftState;
258+
name = "SwiftState-OSX";
259259
productName = SwiftState;
260260
productReference = 1FA620001996601000460108 /* SwiftState.framework */;
261261
productType = "com.apple.product-type.framework";
262262
};
263-
1FA6200A1996601000460108 /* SwiftStateTests */ = {
263+
1FA6200A1996601000460108 /* SwiftState-OSXTests */ = {
264264
isa = PBXNativeTarget;
265-
buildConfigurationList = 1FA620161996601000460108 /* Build configuration list for PBXNativeTarget "SwiftStateTests" */;
265+
buildConfigurationList = 1FA620161996601000460108 /* Build configuration list for PBXNativeTarget "SwiftState-OSXTests" */;
266266
buildPhases = (
267267
1FA620071996601000460108 /* Sources */,
268268
1FA620081996601000460108 /* Frameworks */,
@@ -273,9 +273,9 @@
273273
dependencies = (
274274
1FF69206199662A000E3CE40 /* PBXTargetDependency */,
275275
);
276-
name = SwiftStateTests;
276+
name = "SwiftState-OSXTests";
277277
productName = SwiftStateTests;
278-
productReference = 1FA6200B1996601000460108 /* SwiftStateTests.xctest */;
278+
productReference = 1FA6200B1996601000460108 /* SwiftState-OSXTests.xctest */;
279279
productType = "com.apple.product-type.bundle.unit-test";
280280
};
281281
4822F09E19D0085E00F5F572 /* SwiftState-iOSTests */ = {
@@ -345,8 +345,8 @@
345345
projectDirPath = "";
346346
projectRoot = "";
347347
targets = (
348-
1FA61FFF1996601000460108 /* SwiftState */,
349-
1FA6200A1996601000460108 /* SwiftStateTests */,
348+
1FA61FFF1996601000460108 /* SwiftState-OSX */,
349+
1FA6200A1996601000460108 /* SwiftState-OSXTests */,
350350
4872D5AB19B4211900F326B5 /* SwiftState-iOS */,
351351
4822F09E19D0085E00F5F572 /* SwiftState-iOSTests */,
352352
);
@@ -460,7 +460,7 @@
460460
/* Begin PBXTargetDependency section */
461461
1FF69206199662A000E3CE40 /* PBXTargetDependency */ = {
462462
isa = PBXTargetDependency;
463-
target = 1FA61FFF1996601000460108 /* SwiftState */;
463+
target = 1FA61FFF1996601000460108 /* SwiftState-OSX */;
464464
targetProxy = 1FF69205199662A000E3CE40 /* PBXContainerItemProxy */;
465465
};
466466
/* End PBXTargetDependency section */
@@ -558,7 +558,8 @@
558558
INFOPLIST_FILE = SwiftState/Info.plist;
559559
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
560560
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
561-
PRODUCT_NAME = "$(TARGET_NAME)";
561+
MACOSX_DEPLOYMENT_TARGET = 10.9;
562+
PRODUCT_NAME = "$(PROJECT_NAME)";
562563
SKIP_INSTALL = YES;
563564
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
564565
};
@@ -577,7 +578,8 @@
577578
INFOPLIST_FILE = SwiftState/Info.plist;
578579
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
579580
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
580-
PRODUCT_NAME = "$(TARGET_NAME)";
581+
MACOSX_DEPLOYMENT_TARGET = 10.9;
582+
PRODUCT_NAME = "$(PROJECT_NAME)";
581583
SKIP_INSTALL = YES;
582584
};
583585
name = Release;
@@ -664,7 +666,7 @@
664666
INFOPLIST_FILE = "$(SRCROOT)/SwiftState/Info.plist";
665667
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
666668
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
667-
PRODUCT_NAME = SwiftState;
669+
PRODUCT_NAME = "$(PROJECT_NAME)";
668670
SDKROOT = iphoneos;
669671
SKIP_INSTALL = YES;
670672
TARGETED_DEVICE_FAMILY = "1,2";
@@ -682,7 +684,7 @@
682684
INFOPLIST_FILE = "$(SRCROOT)/SwiftState/Info.plist";
683685
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
684686
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
685-
PRODUCT_NAME = SwiftState;
687+
PRODUCT_NAME = "$(PROJECT_NAME)";
686688
SDKROOT = iphoneos;
687689
SKIP_INSTALL = YES;
688690
TARGETED_DEVICE_FAMILY = "1,2";
@@ -702,7 +704,7 @@
702704
defaultConfigurationIsVisible = 0;
703705
defaultConfigurationName = Release;
704706
};
705-
1FA620131996601000460108 /* Build configuration list for PBXNativeTarget "SwiftState" */ = {
707+
1FA620131996601000460108 /* Build configuration list for PBXNativeTarget "SwiftState-OSX" */ = {
706708
isa = XCConfigurationList;
707709
buildConfigurations = (
708710
1FA620141996601000460108 /* Debug */,
@@ -711,7 +713,7 @@
711713
defaultConfigurationIsVisible = 0;
712714
defaultConfigurationName = Release;
713715
};
714-
1FA620161996601000460108 /* Build configuration list for PBXNativeTarget "SwiftStateTests" */ = {
716+
1FA620161996601000460108 /* Build configuration list for PBXNativeTarget "SwiftState-OSXTests" */ = {
715717
isa = XCConfigurationList;
716718
buildConfigurations = (
717719
1FA620171996601000460108 /* Debug */,
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0610"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "1FA61FFF1996601000460108"
18+
BuildableName = "SwiftState.framework"
19+
BlueprintName = "SwiftState-OSX"
20+
ReferencedContainer = "container:SwiftState.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
28+
shouldUseLaunchSchemeArgsEnv = "YES"
29+
buildConfiguration = "Debug">
30+
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "1FA6200A1996601000460108"
36+
BuildableName = "SwiftState-OSXTests.xctest"
37+
BlueprintName = "SwiftState-OSXTests"
38+
ReferencedContainer = "container:SwiftState.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
41+
</Testables>
42+
<MacroExpansion>
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "1FA61FFF1996601000460108"
46+
BuildableName = "SwiftState.framework"
47+
BlueprintName = "SwiftState-OSX"
48+
ReferencedContainer = "container:SwiftState.xcodeproj">
49+
</BuildableReference>
50+
</MacroExpansion>
51+
</TestAction>
52+
<LaunchAction
53+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
54+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
55+
launchStyle = "0"
56+
useCustomWorkingDirectory = "NO"
57+
buildConfiguration = "Debug"
58+
ignoresPersistentStateOnLaunch = "NO"
59+
debugDocumentVersioning = "YES"
60+
allowLocationSimulation = "YES">
61+
<MacroExpansion>
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "1FA61FFF1996601000460108"
65+
BuildableName = "SwiftState.framework"
66+
BlueprintName = "SwiftState-OSX"
67+
ReferencedContainer = "container:SwiftState.xcodeproj">
68+
</BuildableReference>
69+
</MacroExpansion>
70+
<AdditionalOptions>
71+
</AdditionalOptions>
72+
</LaunchAction>
73+
<ProfileAction
74+
shouldUseLaunchSchemeArgsEnv = "YES"
75+
savedToolIdentifier = ""
76+
useCustomWorkingDirectory = "NO"
77+
buildConfiguration = "Release"
78+
debugDocumentVersioning = "YES">
79+
<MacroExpansion>
80+
<BuildableReference
81+
BuildableIdentifier = "primary"
82+
BlueprintIdentifier = "1FA61FFF1996601000460108"
83+
BuildableName = "SwiftState.framework"
84+
BlueprintName = "SwiftState-OSX"
85+
ReferencedContainer = "container:SwiftState.xcodeproj">
86+
</BuildableReference>
87+
</MacroExpansion>
88+
</ProfileAction>
89+
<AnalyzeAction
90+
buildConfiguration = "Debug">
91+
</AnalyzeAction>
92+
<ArchiveAction
93+
buildConfiguration = "Release"
94+
revealArchiveInOrganizer = "YES">
95+
</ArchiveAction>
96+
</Scheme>
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0600"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "4872D5AB19B4211900F326B5"
18+
BuildableName = "SwiftState.framework"
19+
BlueprintName = "SwiftState-iOS"
20+
ReferencedContainer = "container:SwiftState.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
28+
shouldUseLaunchSchemeArgsEnv = "YES"
29+
buildConfiguration = "Debug">
30+
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "4822F09E19D0085E00F5F572"
36+
BuildableName = "SwiftStateTests-iOS.xctest"
37+
BlueprintName = "SwiftState-iOSTests"
38+
ReferencedContainer = "container:SwiftState.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
41+
</Testables>
42+
<MacroExpansion>
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "4872D5AB19B4211900F326B5"
46+
BuildableName = "SwiftState.framework"
47+
BlueprintName = "SwiftState-iOS"
48+
ReferencedContainer = "container:SwiftState.xcodeproj">
49+
</BuildableReference>
50+
</MacroExpansion>
51+
</TestAction>
52+
<LaunchAction
53+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
54+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
55+
launchStyle = "0"
56+
useCustomWorkingDirectory = "NO"
57+
buildConfiguration = "Debug"
58+
ignoresPersistentStateOnLaunch = "NO"
59+
debugDocumentVersioning = "YES"
60+
allowLocationSimulation = "YES">
61+
<MacroExpansion>
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "4872D5AB19B4211900F326B5"
65+
BuildableName = "SwiftState.framework"
66+
BlueprintName = "SwiftState-iOS"
67+
ReferencedContainer = "container:SwiftState.xcodeproj">
68+
</BuildableReference>
69+
</MacroExpansion>
70+
<AdditionalOptions>
71+
</AdditionalOptions>
72+
</LaunchAction>
73+
<ProfileAction
74+
shouldUseLaunchSchemeArgsEnv = "YES"
75+
savedToolIdentifier = ""
76+
useCustomWorkingDirectory = "NO"
77+
buildConfiguration = "Release"
78+
debugDocumentVersioning = "YES">
79+
<MacroExpansion>
80+
<BuildableReference
81+
BuildableIdentifier = "primary"
82+
BlueprintIdentifier = "4872D5AB19B4211900F326B5"
83+
BuildableName = "SwiftState.framework"
84+
BlueprintName = "SwiftState-iOS"
85+
ReferencedContainer = "container:SwiftState.xcodeproj">
86+
</BuildableReference>
87+
</MacroExpansion>
88+
</ProfileAction>
89+
<AnalyzeAction
90+
buildConfiguration = "Debug">
91+
</AnalyzeAction>
92+
<ArchiveAction
93+
buildConfiguration = "Release"
94+
revealArchiveInOrganizer = "YES">
95+
</ArchiveAction>
96+
</Scheme>

0 commit comments

Comments
 (0)