Skip to content

Commit e7d664f

Browse files
committed
[PlaygroundRuntime] Removed the prototype version of what became CustomPlaygroundDisplayConvertible.
`CustomPlaygroundDisplayConvertible` now exists in the standard library, so there's no need to provide this prototype version in PlaygroundRuntime. This was only present for easy testing in PlaygroundLogger before the real protocol was created and available for use.
1 parent 54a4244 commit e7d664f

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

Experimental/PlaygroundRuntime/PlaygroundRuntime.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
5E26461C1FB6471B002DC6B6 /* PlaygroundQuickLookPrototype.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E26461B1FB6471B002DC6B6 /* PlaygroundQuickLookPrototype.swift */; };
1110
5EB7829A1FAE6CD700ADE84E /* PlaygroundTransformRuntime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EB782991FAE6CD700ADE84E /* PlaygroundTransformRuntime.swift */; };
1211
5EEA48FA1FAFD9920020682B /* PCMacroRuntime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EEA48F91FAFD9920020682B /* PCMacroRuntime.swift */; };
1312
/* End PBXBuildFile section */
1413

1514
/* Begin PBXFileReference section */
16-
5E26461B1FB6471B002DC6B6 /* PlaygroundQuickLookPrototype.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaygroundQuickLookPrototype.swift; sourceTree = "<group>"; };
1715
5EB7828B1FAE6B6F00ADE84E /* PlaygroundRuntime.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PlaygroundRuntime.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1816
5EB7828F1FAE6B6F00ADE84E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
1917
5EB782991FAE6CD700ADE84E /* PlaygroundTransformRuntime.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaygroundTransformRuntime.swift; sourceTree = "<group>"; };
@@ -52,7 +50,6 @@
5250
children = (
5351
5EB782991FAE6CD700ADE84E /* PlaygroundTransformRuntime.swift */,
5452
5EEA48F91FAFD9920020682B /* PCMacroRuntime.swift */,
55-
5E26461B1FB6471B002DC6B6 /* PlaygroundQuickLookPrototype.swift */,
5653
5EB7829F1FAE777900ADE84E /* Supporting Files */,
5754
);
5855
path = PlaygroundRuntime;
@@ -147,7 +144,6 @@
147144
buildActionMask = 2147483647;
148145
files = (
149146
5EEA48FA1FAFD9920020682B /* PCMacroRuntime.swift in Sources */,
150-
5E26461C1FB6471B002DC6B6 /* PlaygroundQuickLookPrototype.swift in Sources */,
151147
5EB7829A1FAE6CD700ADE84E /* PlaygroundTransformRuntime.swift in Sources */,
152148
);
153149
runOnlyForDeploymentPostprocessing = 0;

Experimental/PlaygroundRuntime/PlaygroundRuntime/PlaygroundQuickLookPrototype.swift

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

0 commit comments

Comments
 (0)