|
81 | 81 | 5E5FE50B202D13C800E28C3C /* PGLConcurrentMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E5FE50A202D13C800E28C3C /* PGLConcurrentMap.swift */; };
|
82 | 82 | 5ECE8F911FFCD2A70034D9BC /* LegacyPlaygroundLoggerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ECE8F901FFCD2A70034D9BC /* LegacyPlaygroundLoggerTests.swift */; };
|
83 | 83 | 5EE3867420352F3200D625F0 /* CGFloat+CustomOpaqueLoggable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EE3867320352F3200D625F0 /* CGFloat+CustomOpaqueLoggable.swift */; };
|
| 84 | + 5EF581532041387C00AC14FE /* CustomPlaygroundDisplayConvertibleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EF581512041384700AC14FE /* CustomPlaygroundDisplayConvertibleTests.swift */; }; |
| 85 | + 5EF581542041387C00AC14FE /* CustomPlaygroundDisplayConvertibleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EF581512041384700AC14FE /* CustomPlaygroundDisplayConvertibleTests.swift */; }; |
| 86 | + 5EF581552041387C00AC14FE /* CustomPlaygroundDisplayConvertibleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EF581512041384700AC14FE /* CustomPlaygroundDisplayConvertibleTests.swift */; }; |
84 | 87 | 5EFE9193203F6CF900E21BAA /* LegacyPlaygroundLoggerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ECE8F901FFCD2A70034D9BC /* LegacyPlaygroundLoggerTests.swift */; };
|
85 | 88 | 5EFE919B203F6DD700E21BAA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EFE919A203F6DD700E21BAA /* AppDelegate.swift */; };
|
86 | 89 | 5EFE919D203F6DD700E21BAA /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EFE919C203F6DD700E21BAA /* ViewController.swift */; };
|
|
247 | 250 | 5E5FE50A202D13C800E28C3C /* PGLConcurrentMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PGLConcurrentMap.swift; sourceTree = "<group>"; };
|
248 | 251 | 5ECE8F901FFCD2A70034D9BC /* LegacyPlaygroundLoggerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LegacyPlaygroundLoggerTests.swift; sourceTree = "<group>"; };
|
249 | 252 | 5EE3867320352F3200D625F0 /* CGFloat+CustomOpaqueLoggable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CGFloat+CustomOpaqueLoggable.swift"; sourceTree = "<group>"; };
|
| 253 | + 5EF581512041384700AC14FE /* CustomPlaygroundDisplayConvertibleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomPlaygroundDisplayConvertibleTests.swift; sourceTree = "<group>"; }; |
250 | 254 | 5EFE9189203F6CC400E21BAA /* PlaygroundLoggerTests_iOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PlaygroundLoggerTests_iOS.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
251 | 255 | 5EFE918D203F6CC400E21BAA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
252 | 256 | 5EFE9198203F6DD700E21BAA /* PlaygroundLoggerTestHost_iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PlaygroundLoggerTestHost_iOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
366 | 370 | 5E2646341FB64876002DC6B6 /* PlaygroundLoggerTests */ = {
|
367 | 371 | isa = PBXGroup;
|
368 | 372 | children = (
|
| 373 | + 5EF581512041384700AC14FE /* CustomPlaygroundDisplayConvertibleTests.swift */, |
369 | 374 | 5E5D777F2040BD7D00EBC3A9 /* LogPolicyTests.swift */,
|
370 | 375 | 5ECE8F901FFCD2A70034D9BC /* LegacyPlaygroundLoggerTests.swift */,
|
371 | 376 | );
|
|
927 | 932 | buildActionMask = 2147483647;
|
928 | 933 | files = (
|
929 | 934 | 5E5D77802040BD7D00EBC3A9 /* LogPolicyTests.swift in Sources */,
|
| 935 | + 5EF581532041387C00AC14FE /* CustomPlaygroundDisplayConvertibleTests.swift in Sources */, |
930 | 936 | 5ECE8F911FFCD2A70034D9BC /* LegacyPlaygroundLoggerTests.swift in Sources */,
|
931 | 937 | );
|
932 | 938 | runOnlyForDeploymentPostprocessing = 0;
|
|
936 | 942 | buildActionMask = 2147483647;
|
937 | 943 | files = (
|
938 | 944 | 5E5D77812040BD7D00EBC3A9 /* LogPolicyTests.swift in Sources */,
|
| 945 | + 5EF581542041387C00AC14FE /* CustomPlaygroundDisplayConvertibleTests.swift in Sources */, |
939 | 946 | 5EFE9193203F6CF900E21BAA /* LegacyPlaygroundLoggerTests.swift in Sources */,
|
940 | 947 | );
|
941 | 948 | runOnlyForDeploymentPostprocessing = 0;
|
|
963 | 970 | buildActionMask = 2147483647;
|
964 | 971 | files = (
|
965 | 972 | 5E5D77822040BD7D00EBC3A9 /* LogPolicyTests.swift in Sources */,
|
| 973 | + 5EF581552041387C00AC14FE /* CustomPlaygroundDisplayConvertibleTests.swift in Sources */, |
966 | 974 | 5EFE91D7203F6F8100E21BAA /* LegacyPlaygroundLoggerTests.swift in Sources */,
|
967 | 975 | );
|
968 | 976 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments