|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 5E184715202BB72700F01AD1 /* TypeName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E184714202BB72700F01AD1 /* TypeName.swift */; }; |
| 11 | + 5E184718202BB80200F01AD1 /* PGLConcurrentMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E184716202BB80200F01AD1 /* PGLConcurrentMap.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 12 | + 5E184719202BB80200F01AD1 /* PGLConcurrentMap_MRR.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E184717202BB80200F01AD1 /* PGLConcurrentMap_MRR.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; |
10 | 13 | 5E2646311FB64876002DC6B6 /* PlaygroundLogger.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E2646271FB64876002DC6B6 /* PlaygroundLogger.framework */; };
|
11 | 14 | 5E2646381FB64876002DC6B6 /* PlaygroundLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E26462A1FB64876002DC6B6 /* PlaygroundLogger.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
12 | 15 | 5E2646431FB64B2A002DC6B6 /* LoggerEntrypoints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E2646421FB64B2A002DC6B6 /* LoggerEntrypoints.swift */; };
|
|
71 | 74 | 5E2756941FCF9CB000B69C83 /* SpriteKitOpaqueLoggable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E2756931FCF9CB000B69C83 /* SpriteKitOpaqueLoggable.swift */; };
|
72 | 75 | 5E4AF1AD1FDDBDE400B7C9D9 /* Unimplemented.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AF1AC1FDDBDE400B7C9D9 /* Unimplemented.swift */; };
|
73 | 76 | 5E4AF1AF1FDDC12A00B7C9D9 /* LegacyEntrypoints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AF1AE1FDDC12A00B7C9D9 /* LegacyEntrypoints.swift */; };
|
| 77 | + 5E5FE50B202D13C800E28C3C /* PGLConcurrentMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E5FE50A202D13C800E28C3C /* PGLConcurrentMap.swift */; }; |
74 | 78 | 5ECE8F911FFCD2A70034D9BC /* LegacyPlaygroundLoggerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ECE8F901FFCD2A70034D9BC /* LegacyPlaygroundLoggerTests.swift */; };
|
75 | 79 | /* End PBXBuildFile section */
|
76 | 80 |
|
|
85 | 89 | /* End PBXContainerItemProxy section */
|
86 | 90 |
|
87 | 91 | /* Begin PBXFileReference section */
|
| 92 | + 5E184714202BB72700F01AD1 /* TypeName.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TypeName.swift; sourceTree = "<group>"; }; |
| 93 | + 5E184716202BB80200F01AD1 /* PGLConcurrentMap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PGLConcurrentMap.h; sourceTree = "<group>"; }; |
| 94 | + 5E184717202BB80200F01AD1 /* PGLConcurrentMap_MRR.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PGLConcurrentMap_MRR.m; sourceTree = "<group>"; }; |
88 | 95 | 5E2646271FB64876002DC6B6 /* PlaygroundLogger.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PlaygroundLogger.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
89 | 96 | 5E26462A1FB64876002DC6B6 /* PlaygroundLogger.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlaygroundLogger.h; sourceTree = "<group>"; };
|
90 | 97 | 5E26462B1FB64876002DC6B6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
152 | 159 | 5E2756931FCF9CB000B69C83 /* SpriteKitOpaqueLoggable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpriteKitOpaqueLoggable.swift; sourceTree = "<group>"; };
|
153 | 160 | 5E4AF1AC1FDDBDE400B7C9D9 /* Unimplemented.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Unimplemented.swift; sourceTree = "<group>"; };
|
154 | 161 | 5E4AF1AE1FDDC12A00B7C9D9 /* LegacyEntrypoints.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LegacyEntrypoints.swift; sourceTree = "<group>"; };
|
| 162 | + 5E5FE50A202D13C800E28C3C /* PGLConcurrentMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PGLConcurrentMap.swift; sourceTree = "<group>"; }; |
155 | 163 | 5ECE8F901FFCD2A70034D9BC /* LegacyPlaygroundLoggerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LegacyPlaygroundLoggerTests.swift; sourceTree = "<group>"; };
|
156 | 164 | /* End PBXFileReference section */
|
157 | 165 |
|
|
207 | 215 | 5E2755D01FB6619800B69C83 /* LogPacket.swift */,
|
208 | 216 | 5E2755D41FB6807F00B69C83 /* LogPacket+Encoding.swift */,
|
209 | 217 | 5E2755D21FB672DC00B69C83 /* SendData.swift */,
|
| 218 | + 5E184714202BB72700F01AD1 /* TypeName.swift */, |
210 | 219 | 5E27561B1FC4854C00B69C83 /* Opaque Representations */,
|
211 | 220 | 5E2756511FC4EC4100B69C83 /* Custom Loggable */,
|
212 | 221 | 5E27564D1FC4E54A00B69C83 /* Legacy Support */,
|
|
415 | 424 | isa = PBXGroup;
|
416 | 425 | children = (
|
417 | 426 | 5E4AF1AC1FDDBDE400B7C9D9 /* Unimplemented.swift */,
|
| 427 | + 5E184716202BB80200F01AD1 /* PGLConcurrentMap.h */, |
| 428 | + 5E184717202BB80200F01AD1 /* PGLConcurrentMap_MRR.m */, |
| 429 | + 5E5FE50A202D13C800E28C3C /* PGLConcurrentMap.swift */, |
418 | 430 | );
|
419 | 431 | path = Utilities;
|
420 | 432 | sourceTree = "<group>";
|
|
426 | 438 | isa = PBXHeadersBuildPhase;
|
427 | 439 | buildActionMask = 2147483647;
|
428 | 440 | files = (
|
| 441 | + 5E184718202BB80200F01AD1 /* PGLConcurrentMap.h in Headers */, |
429 | 442 | 5E2646381FB64876002DC6B6 /* PlaygroundLogger.h in Headers */,
|
430 | 443 | );
|
431 | 444 | runOnlyForDeploymentPostprocessing = 0;
|
|
481 | 494 | TargetAttributes = {
|
482 | 495 | 5E2646261FB64876002DC6B6 = {
|
483 | 496 | CreatedOnToolsVersion = 9.1;
|
484 |
| - LastSwiftMigration = 0910; |
| 497 | + LastSwiftMigration = 0920; |
485 | 498 | ProvisioningStyle = Automatic;
|
486 | 499 | };
|
487 | 500 | 5E26462F1FB64876002DC6B6 = {
|
|
547 | 560 | 5E4AF1AF1FDDC12A00B7C9D9 /* LegacyEntrypoints.swift in Sources */,
|
548 | 561 | 5E27568F1FCF964400B69C83 /* NSBitmapImageRep+CustomOpaqueLoggable.swift in Sources */,
|
549 | 562 | 5E27568D1FCF45AE00B69C83 /* UIView+CustomOpaqueLoggable.swift in Sources */,
|
| 563 | + 5E184719202BB80200F01AD1 /* PGLConcurrentMap_MRR.m in Sources */, |
550 | 564 | 5E27566B1FC51D2B00B69C83 /* NSAttributedString+CustomOpaqueLoggable.swift in Sources */,
|
551 | 565 | 5E2755D71FB682DE00B69C83 /* LogEntry+Encoding.swift in Sources */,
|
552 | 566 | 5E2755DB1FB7069300B69C83 /* LogEntry+Reflection.swift in Sources */,
|
|
560 | 574 | 5E2756771FCF3C9700B69C83 /* CIColor+CustomOpaqueLoggable.swift in Sources */,
|
561 | 575 | 5E2756941FCF9CB000B69C83 /* SpriteKitOpaqueLoggable.swift in Sources */,
|
562 | 576 | 5E2756911FCF967300B69C83 /* NSBitmapImageRep+OpaqueImageRepresentable.swift in Sources */,
|
| 577 | + 5E5FE50B202D13C800E28C3C /* PGLConcurrentMap.swift in Sources */, |
563 | 578 | 5E2756891FCF454D00B69C83 /* UIColor+CustomOpaqueLoggable.swift in Sources */,
|
564 | 579 | 5E4AF1AD1FDDBDE400B7C9D9 /* Unimplemented.swift in Sources */,
|
565 | 580 | 5E27566E1FC51F7E00B69C83 /* CGGeometry+CustomOpaqueLoggable.swift in Sources */,
|
|
574 | 589 | 5E27567C1FCF423400B69C83 /* NSColor+CustomOpaqueLoggable.swift in Sources */,
|
575 | 590 | 5E2756821FCF439D00B69C83 /* NSImage+CustomOpaqueLoggable.swift in Sources */,
|
576 | 591 | 5E2755D91FB6836800B69C83 /* LogEncoder.swift in Sources */,
|
| 592 | + 5E184715202BB72700F01AD1 /* TypeName.swift in Sources */, |
577 | 593 | 5E2756791FCF3D3200B69C83 /* CIImage+CustomOpaqueLoggable.swift in Sources */,
|
578 | 594 | 5E2756871FCF451900B69C83 /* UIBezierPath+CustomOpaqueLoggable.swift in Sources */,
|
579 | 595 | 5E2756841FCF43DD00B69C83 /* NSView+CustomOpaqueLoggable.swift in Sources */,
|
|
750 | 766 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
751 | 767 | SKIP_INSTALL = YES;
|
752 | 768 | SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
|
| 769 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
753 | 770 | SWIFT_VERSION = 4.0;
|
754 | 771 | };
|
755 | 772 | name = Debug;
|
|
0 commit comments