|
93 | 93 | 5EF6403E204148B80007BDD2 /* NSBezierPath+PGLKeyedArchivingUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EF6403C204148B80007BDD2 /* NSBezierPath+PGLKeyedArchivingUtilities.m */; settings = {COMPILER_FLAGS = "-fobjc-arc-exceptions"; }; };
|
94 | 94 | 5EF64041204149DE0007BDD2 /* UIBezierPath+PGLKeyedArchivingUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EF6403F204149DE0007BDD2 /* UIBezierPath+PGLKeyedArchivingUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
95 | 95 | 5EF64042204149DE0007BDD2 /* UIBezierPath+PGLKeyedArchivingUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EF64040204149DE0007BDD2 /* UIBezierPath+PGLKeyedArchivingUtilities.m */; settings = {COMPILER_FLAGS = "-fobjc-arc-exceptions"; }; };
|
| 96 | + 5EFB2A5321211BC300BA43D3 /* PGLThreadIsLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EFB2A5121211BC300BA43D3 /* PGLThreadIsLogging.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 97 | + 5EFB2A5421211BC300BA43D3 /* PGLThreadIsLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EFB2A5221211BC300BA43D3 /* PGLThreadIsLogging.m */; }; |
96 | 98 | 5EFE9193203F6CF900E21BAA /* LegacyPlaygroundLoggerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ECE8F901FFCD2A70034D9BC /* LegacyPlaygroundLoggerTests.swift */; };
|
97 | 99 | 5EFE919B203F6DD700E21BAA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EFE919A203F6DD700E21BAA /* AppDelegate.swift */; };
|
98 | 100 | 5EFE919D203F6DD700E21BAA /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EFE919C203F6DD700E21BAA /* ViewController.swift */; };
|
|
269 | 271 | 5EF6403C204148B80007BDD2 /* NSBezierPath+PGLKeyedArchivingUtilities.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSBezierPath+PGLKeyedArchivingUtilities.m"; sourceTree = "<group>"; };
|
270 | 272 | 5EF6403F204149DE0007BDD2 /* UIBezierPath+PGLKeyedArchivingUtilities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIBezierPath+PGLKeyedArchivingUtilities.h"; sourceTree = "<group>"; };
|
271 | 273 | 5EF64040204149DE0007BDD2 /* UIBezierPath+PGLKeyedArchivingUtilities.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIBezierPath+PGLKeyedArchivingUtilities.m"; sourceTree = "<group>"; };
|
| 274 | + 5EFB2A5121211BC300BA43D3 /* PGLThreadIsLogging.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PGLThreadIsLogging.h; sourceTree = "<group>"; }; |
| 275 | + 5EFB2A5221211BC300BA43D3 /* PGLThreadIsLogging.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PGLThreadIsLogging.m; sourceTree = "<group>"; }; |
272 | 276 | 5EFE9189203F6CC400E21BAA /* PlaygroundLoggerTests_iOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PlaygroundLoggerTests_iOS.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
273 | 277 | 5EFE918D203F6CC400E21BAA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
274 | 278 | 5EFE9198203F6DD700E21BAA /* PlaygroundLoggerTestHost_iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PlaygroundLoggerTestHost_iOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
354 | 358 | 5EFE91B1203F6E8D00E21BAA /* PlaygroundLoggerTestHost_tvOS */,
|
355 | 359 | 5E11805820414E0C00B73EE9 /* Config Files */,
|
356 | 360 | 5E2646281FB64876002DC6B6 /* Products */,
|
| 361 | + 5EFB2A352121145E00BA43D3 /* Frameworks */, |
357 | 362 | );
|
358 | 363 | sourceTree = "<group>";
|
359 | 364 | };
|
|
599 | 604 | 5E184716202BB80200F01AD1 /* PGLConcurrentMap.h */,
|
600 | 605 | 5E184717202BB80200F01AD1 /* PGLConcurrentMap_MRR.m */,
|
601 | 606 | 5E5FE50A202D13C800E28C3C /* PGLConcurrentMap.swift */,
|
| 607 | + 5EFB2A5121211BC300BA43D3 /* PGLThreadIsLogging.h */, |
| 608 | + 5EFB2A5221211BC300BA43D3 /* PGLThreadIsLogging.m */, |
602 | 609 | );
|
603 | 610 | path = Utilities;
|
604 | 611 | sourceTree = "<group>";
|
605 | 612 | };
|
| 613 | + 5EFB2A352121145E00BA43D3 /* Frameworks */ = { |
| 614 | + isa = PBXGroup; |
| 615 | + children = ( |
| 616 | + ); |
| 617 | + name = Frameworks; |
| 618 | + sourceTree = "<group>"; |
| 619 | + }; |
606 | 620 | 5EFE918A203F6CC400E21BAA /* PlaygroundLoggerTests_iOS */ = {
|
607 | 621 | isa = PBXGroup;
|
608 | 622 | children = (
|
|
651 | 665 | files = (
|
652 | 666 | 5E184718202BB80200F01AD1 /* PGLConcurrentMap.h in Headers */,
|
653 | 667 | 5EF64041204149DE0007BDD2 /* UIBezierPath+PGLKeyedArchivingUtilities.h in Headers */,
|
| 668 | + 5EFB2A5321211BC300BA43D3 /* PGLThreadIsLogging.h in Headers */, |
654 | 669 | 5EF6403D204148B80007BDD2 /* NSBezierPath+PGLKeyedArchivingUtilities.h in Headers */,
|
655 | 670 | 5EF64039204145A80007BDD2 /* NSAttributedString+PGLKeyedArchivingUtilities.h in Headers */,
|
656 | 671 | 5E2646381FB64876002DC6B6 /* PlaygroundLogger.h in Headers */,
|
|
778 | 793 | 5E26461E1FB64876002DC6B6 /* Project object */ = {
|
779 | 794 | isa = PBXProject;
|
780 | 795 | attributes = {
|
781 |
| - LastSwiftUpdateCheck = 0930; |
| 796 | + LastSwiftUpdateCheck = 1000; |
782 | 797 | LastUpgradeCheck = 0910;
|
783 | 798 | ORGANIZATIONNAME = "Apple Inc. and the Swift project authors";
|
784 | 799 | TargetAttributes = {
|
|
952 | 967 | 5E2755CF1FB657F200B69C83 /* LogEntry.swift in Sources */,
|
953 | 968 | 5E2756221FC4873000B69C83 /* UInt64+TaggedOpaqueRepresentation.swift in Sources */,
|
954 | 969 | 5E2756281FC4895100B69C83 /* Double+TaggedOpaqueRepresentation.swift in Sources */,
|
| 970 | + 5EFB2A5421211BC300BA43D3 /* PGLThreadIsLogging.m in Sources */, |
955 | 971 | 5E2756481FC4DE1500B69C83 /* NSView+OpaqueImageRepresentable.swift in Sources */,
|
956 | 972 | 5E2755D31FB672DC00B69C83 /* SendData.swift in Sources */,
|
957 | 973 | 5E27567E1FCF429900B69C83 /* NSCursor+CustomOpaqueLoggable.swift in Sources */,
|
|
0 commit comments