Skip to content

Commit 54a4244

Browse files
committed
[workspace] Updated the workspace to reference the new PlaygroundLogger instead of the legacy implementation.
1 parent ddd7c05 commit 54a4244

File tree

5 files changed

+64
-87
lines changed

5 files changed

+64
-87
lines changed

swift-xcode-playground-support.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swift-xcode-playground-support.xcworkspace/xcshareddata/xcschemes/BuildScript-Test-PlaygroundLogger-macOS.xcscheme

Lines changed: 19 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5,54 +5,46 @@
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "NO">
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 = "9416EBBD1990436400D5BC21"
18-
BuildableName = "PlaygroundLogger_TestDriver"
19-
BlueprintName = "PlaygroundLogger_TestDriver"
20-
ReferencedContainer = "container:Legacy/PlaygroundLogger/PlaygroundLogger.xcodeproj">
21-
</BuildableReference>
22-
</BuildActionEntry>
23-
</BuildActionEntries>
248
</BuildAction>
259
<TestAction
2610
buildConfiguration = "Debug"
2711
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2812
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
language = ""
3013
shouldUseLaunchSchemeArgsEnv = "YES">
3114
<Testables>
15+
<TestableReference
16+
skipped = "NO">
17+
<BuildableReference
18+
BuildableIdentifier = "primary"
19+
BlueprintIdentifier = "5E26462F1FB64876002DC6B6"
20+
BuildableName = "PlaygroundLoggerTests_macOS.xctest"
21+
BlueprintName = "PlaygroundLoggerTests_macOS"
22+
ReferencedContainer = "container:PlaygroundLogger/PlaygroundLogger.xcodeproj">
23+
</BuildableReference>
24+
</TestableReference>
3225
</Testables>
26+
<MacroExpansion>
27+
<BuildableReference
28+
BuildableIdentifier = "primary"
29+
BlueprintIdentifier = "5E2646261FB64876002DC6B6"
30+
BuildableName = "PlaygroundLogger.framework"
31+
BlueprintName = "PlaygroundLogger"
32+
ReferencedContainer = "container:PlaygroundLogger/PlaygroundLogger.xcodeproj">
33+
</BuildableReference>
34+
</MacroExpansion>
3335
<AdditionalOptions>
3436
</AdditionalOptions>
3537
</TestAction>
3638
<LaunchAction
3739
buildConfiguration = "Debug"
3840
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3941
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
40-
language = ""
4142
launchStyle = "0"
4243
useCustomWorkingDirectory = "NO"
4344
ignoresPersistentStateOnLaunch = "NO"
4445
debugDocumentVersioning = "YES"
4546
debugServiceExtension = "internal"
4647
allowLocationSimulation = "YES">
47-
<MacroExpansion>
48-
<BuildableReference
49-
BuildableIdentifier = "primary"
50-
BlueprintIdentifier = "9416EBBD1990436400D5BC21"
51-
BuildableName = "PlaygroundLogger_TestDriver"
52-
BlueprintName = "PlaygroundLogger_TestDriver"
53-
ReferencedContainer = "container:Legacy/PlaygroundLogger/PlaygroundLogger.xcodeproj">
54-
</BuildableReference>
55-
</MacroExpansion>
5648
<AdditionalOptions>
5749
</AdditionalOptions>
5850
</LaunchAction>
@@ -62,15 +54,6 @@
6254
savedToolIdentifier = ""
6355
useCustomWorkingDirectory = "NO"
6456
debugDocumentVersioning = "YES">
65-
<MacroExpansion>
66-
<BuildableReference
67-
BuildableIdentifier = "primary"
68-
BlueprintIdentifier = "9416EBBD1990436400D5BC21"
69-
BuildableName = "PlaygroundLogger_TestDriver"
70-
BlueprintName = "PlaygroundLogger_TestDriver"
71-
ReferencedContainer = "container:Legacy/PlaygroundLogger/PlaygroundLogger.xcodeproj">
72-
</BuildableReference>
73-
</MacroExpansion>
7457
</ProfileAction>
7558
<AnalyzeAction
7659
buildConfiguration = "Debug">

swift-xcode-playground-support.xcworkspace/xcshareddata/xcschemes/BuildScript-iOS.xcscheme

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
buildForAnalyzing = "YES">
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
17-
BlueprintIdentifier = "622D8E0418F615D200D064D0"
17+
BlueprintIdentifier = "5E2646261FB64876002DC6B6"
1818
BuildableName = "PlaygroundLogger.framework"
19-
BlueprintName = "PlaygroundLogger_iOS"
20-
ReferencedContainer = "container:Legacy/PlaygroundLogger/PlaygroundLogger.xcodeproj">
19+
BlueprintName = "PlaygroundLogger"
20+
ReferencedContainer = "container:PlaygroundLogger/PlaygroundLogger.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
<BuildActionEntry
@@ -54,17 +54,16 @@
5454
buildConfiguration = "Debug"
5555
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5656
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
57-
language = ""
5857
shouldUseLaunchSchemeArgsEnv = "YES">
5958
<Testables>
6059
</Testables>
6160
<MacroExpansion>
6261
<BuildableReference
6362
BuildableIdentifier = "primary"
64-
BlueprintIdentifier = "622D8E0418F615D200D064D0"
65-
BuildableName = "PlaygroundLogger.framework"
66-
BlueprintName = "PlaygroundLogger_iOS"
67-
ReferencedContainer = "container:Legacy/PlaygroundLogger/PlaygroundLogger.xcodeproj">
63+
BlueprintIdentifier = "A8318FA21CF6036E0015809A"
64+
BuildableName = "PlaygroundSupport.framework"
65+
BlueprintName = "PlaygroundSupport_iOS"
66+
ReferencedContainer = "container:PlaygroundSupport/PlaygroundSupport.xcodeproj">
6867
</BuildableReference>
6968
</MacroExpansion>
7069
<AdditionalOptions>
@@ -74,7 +73,6 @@
7473
buildConfiguration = "Debug"
7574
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
7675
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
77-
language = ""
7876
launchStyle = "0"
7977
useCustomWorkingDirectory = "NO"
8078
ignoresPersistentStateOnLaunch = "NO"
@@ -84,10 +82,10 @@
8482
<MacroExpansion>
8583
<BuildableReference
8684
BuildableIdentifier = "primary"
87-
BlueprintIdentifier = "622D8E0418F615D200D064D0"
88-
BuildableName = "PlaygroundLogger.framework"
89-
BlueprintName = "PlaygroundLogger_iOS"
90-
ReferencedContainer = "container:Legacy/PlaygroundLogger/PlaygroundLogger.xcodeproj">
85+
BlueprintIdentifier = "A8318FA21CF6036E0015809A"
86+
BuildableName = "PlaygroundSupport.framework"
87+
BlueprintName = "PlaygroundSupport_iOS"
88+
ReferencedContainer = "container:PlaygroundSupport/PlaygroundSupport.xcodeproj">
9189
</BuildableReference>
9290
</MacroExpansion>
9391
<AdditionalOptions>
@@ -102,10 +100,10 @@
102100
<MacroExpansion>
103101
<BuildableReference
104102
BuildableIdentifier = "primary"
105-
BlueprintIdentifier = "622D8E0418F615D200D064D0"
106-
BuildableName = "PlaygroundLogger.framework"
107-
BlueprintName = "PlaygroundLogger_iOS"
108-
ReferencedContainer = "container:Legacy/PlaygroundLogger/PlaygroundLogger.xcodeproj">
103+
BlueprintIdentifier = "A8318FA21CF6036E0015809A"
104+
BuildableName = "PlaygroundSupport.framework"
105+
BlueprintName = "PlaygroundSupport_iOS"
106+
ReferencedContainer = "container:PlaygroundSupport/PlaygroundSupport.xcodeproj">
109107
</BuildableReference>
110108
</MacroExpansion>
111109
</ProfileAction>

swift-xcode-playground-support.xcworkspace/xcshareddata/xcschemes/BuildScript-macOS.xcscheme

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
buildForAnalyzing = "YES">
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
17-
BlueprintIdentifier = "941C13EF18CE63E3004661BB"
17+
BlueprintIdentifier = "5E2646261FB64876002DC6B6"
1818
BuildableName = "PlaygroundLogger.framework"
1919
BlueprintName = "PlaygroundLogger"
20-
ReferencedContainer = "container:Legacy/PlaygroundLogger/PlaygroundLogger.xcodeproj">
20+
ReferencedContainer = "container:PlaygroundLogger/PlaygroundLogger.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
<BuildActionEntry
@@ -54,17 +54,16 @@
5454
buildConfiguration = "Debug"
5555
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5656
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
57-
language = ""
5857
shouldUseLaunchSchemeArgsEnv = "YES">
5958
<Testables>
6059
</Testables>
6160
<MacroExpansion>
6261
<BuildableReference
6362
BuildableIdentifier = "primary"
64-
BlueprintIdentifier = "941C13EF18CE63E3004661BB"
65-
BuildableName = "PlaygroundLogger.framework"
66-
BlueprintName = "PlaygroundLogger"
67-
ReferencedContainer = "container:Legacy/PlaygroundLogger/PlaygroundLogger.xcodeproj">
63+
BlueprintIdentifier = "A8318F8F1CF603630015809A"
64+
BuildableName = "PlaygroundSupport.framework"
65+
BlueprintName = "PlaygroundSupport_OSX"
66+
ReferencedContainer = "container:PlaygroundSupport/PlaygroundSupport.xcodeproj">
6867
</BuildableReference>
6968
</MacroExpansion>
7069
<AdditionalOptions>
@@ -74,7 +73,6 @@
7473
buildConfiguration = "Debug"
7574
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
7675
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
77-
language = ""
7876
launchStyle = "0"
7977
useCustomWorkingDirectory = "NO"
8078
ignoresPersistentStateOnLaunch = "NO"
@@ -84,10 +82,10 @@
8482
<MacroExpansion>
8583
<BuildableReference
8684
BuildableIdentifier = "primary"
87-
BlueprintIdentifier = "941C13EF18CE63E3004661BB"
88-
BuildableName = "PlaygroundLogger.framework"
89-
BlueprintName = "PlaygroundLogger"
90-
ReferencedContainer = "container:Legacy/PlaygroundLogger/PlaygroundLogger.xcodeproj">
85+
BlueprintIdentifier = "A8318F8F1CF603630015809A"
86+
BuildableName = "PlaygroundSupport.framework"
87+
BlueprintName = "PlaygroundSupport_OSX"
88+
ReferencedContainer = "container:PlaygroundSupport/PlaygroundSupport.xcodeproj">
9189
</BuildableReference>
9290
</MacroExpansion>
9391
<AdditionalOptions>
@@ -102,10 +100,10 @@
102100
<MacroExpansion>
103101
<BuildableReference
104102
BuildableIdentifier = "primary"
105-
BlueprintIdentifier = "941C13EF18CE63E3004661BB"
106-
BuildableName = "PlaygroundLogger.framework"
107-
BlueprintName = "PlaygroundLogger"
108-
ReferencedContainer = "container:Legacy/PlaygroundLogger/PlaygroundLogger.xcodeproj">
103+
BlueprintIdentifier = "A8318F8F1CF603630015809A"
104+
BuildableName = "PlaygroundSupport.framework"
105+
BlueprintName = "PlaygroundSupport_OSX"
106+
ReferencedContainer = "container:PlaygroundSupport/PlaygroundSupport.xcodeproj">
109107
</BuildableReference>
110108
</MacroExpansion>
111109
</ProfileAction>

swift-xcode-playground-support.xcworkspace/xcshareddata/xcschemes/BuildScript-tvOS.xcscheme

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
buildForAnalyzing = "YES">
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
17-
BlueprintIdentifier = "A80FEB081C59453A004E722A"
17+
BlueprintIdentifier = "5E2646261FB64876002DC6B6"
1818
BuildableName = "PlaygroundLogger.framework"
19-
BlueprintName = "PlaygroundLogger_tvOS"
20-
ReferencedContainer = "container:Legacy/PlaygroundLogger/PlaygroundLogger.xcodeproj">
19+
BlueprintName = "PlaygroundLogger"
20+
ReferencedContainer = "container:PlaygroundLogger/PlaygroundLogger.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
<BuildActionEntry
@@ -54,17 +54,16 @@
5454
buildConfiguration = "Debug"
5555
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5656
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
57-
language = ""
5857
shouldUseLaunchSchemeArgsEnv = "YES">
5958
<Testables>
6059
</Testables>
6160
<MacroExpansion>
6261
<BuildableReference
6362
BuildableIdentifier = "primary"
64-
BlueprintIdentifier = "A80FEB081C59453A004E722A"
65-
BuildableName = "PlaygroundLogger.framework"
66-
BlueprintName = "PlaygroundLogger_tvOS"
67-
ReferencedContainer = "container:Legacy/PlaygroundLogger/PlaygroundLogger.xcodeproj">
63+
BlueprintIdentifier = "A8318FB41CF603790015809A"
64+
BuildableName = "PlaygroundSupport.framework"
65+
BlueprintName = "PlaygroundSupport_tvOS"
66+
ReferencedContainer = "container:PlaygroundSupport/PlaygroundSupport.xcodeproj">
6867
</BuildableReference>
6968
</MacroExpansion>
7069
<AdditionalOptions>
@@ -74,7 +73,6 @@
7473
buildConfiguration = "Debug"
7574
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
7675
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
77-
language = ""
7876
launchStyle = "0"
7977
useCustomWorkingDirectory = "NO"
8078
ignoresPersistentStateOnLaunch = "NO"
@@ -84,10 +82,10 @@
8482
<MacroExpansion>
8583
<BuildableReference
8684
BuildableIdentifier = "primary"
87-
BlueprintIdentifier = "A80FEB081C59453A004E722A"
88-
BuildableName = "PlaygroundLogger.framework"
89-
BlueprintName = "PlaygroundLogger_tvOS"
90-
ReferencedContainer = "container:Legacy/PlaygroundLogger/PlaygroundLogger.xcodeproj">
85+
BlueprintIdentifier = "A8318FB41CF603790015809A"
86+
BuildableName = "PlaygroundSupport.framework"
87+
BlueprintName = "PlaygroundSupport_tvOS"
88+
ReferencedContainer = "container:PlaygroundSupport/PlaygroundSupport.xcodeproj">
9189
</BuildableReference>
9290
</MacroExpansion>
9391
<AdditionalOptions>
@@ -102,10 +100,10 @@
102100
<MacroExpansion>
103101
<BuildableReference
104102
BuildableIdentifier = "primary"
105-
BlueprintIdentifier = "A80FEB081C59453A004E722A"
106-
BuildableName = "PlaygroundLogger.framework"
107-
BlueprintName = "PlaygroundLogger_tvOS"
108-
ReferencedContainer = "container:Legacy/PlaygroundLogger/PlaygroundLogger.xcodeproj">
103+
BlueprintIdentifier = "A8318FB41CF603790015809A"
104+
BuildableName = "PlaygroundSupport.framework"
105+
BlueprintName = "PlaygroundSupport_tvOS"
106+
ReferencedContainer = "container:PlaygroundSupport/PlaygroundSupport.xcodeproj">
109107
</BuildableReference>
110108
</MacroExpansion>
111109
</ProfileAction>

0 commit comments

Comments
 (0)