|
1300 | 1300 | ABD95B8425DD6DA200735BEE /* comment-likes-success.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "comment-likes-success.json"; sourceTree = "<group>"; }; |
1301 | 1301 | B5969E1920A49AC4005E9DF1 /* NSString+MD5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+MD5.h"; sourceTree = "<group>"; }; |
1302 | 1302 | B5969E1A20A49AC4005E9DF1 /* NSString+MD5.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+MD5.m"; sourceTree = "<group>"; }; |
1303 | | - B5A4822A20AC6C0B009D95F6 /* WPKitLogging.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = WPKitLogging.swift; path = WordPressKit/WPKitLogging.swift; sourceTree = SOURCE_ROOT; }; |
1304 | | - B5A4822C20AC6C19009D95F6 /* WPKitLogging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WPKitLogging.m; path = WordPressKit/WPKitLogging.m; sourceTree = SOURCE_ROOT; }; |
1305 | | - B5A4822D20AC6C1A009D95F6 /* WPKitLogging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WPKitLogging.h; path = WordPressKit/WPKitLogging.h; sourceTree = SOURCE_ROOT; }; |
| 1303 | + B5A4822A20AC6C0B009D95F6 /* WPKitLogging.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = WPKitLogging.swift; path = Sources/Logging/WPKitLogging.swift; sourceTree = SOURCE_ROOT; }; |
| 1304 | + B5A4822C20AC6C19009D95F6 /* WPKitLogging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WPKitLogging.m; path = Sources/Logging/WPKitLogging.m; sourceTree = SOURCE_ROOT; }; |
| 1305 | + B5A4822D20AC6C1A009D95F6 /* WPKitLogging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WPKitLogging.h; path = Sources/Logging/WPKitLogging.h; sourceTree = SOURCE_ROOT; }; |
1306 | 1306 | B76472D20711B6BE2ACDC332 /* Pods-WordPressKitTests.release-internal.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WordPressKitTests.release-internal.xcconfig"; path = "Pods/Target Support Files/Pods-WordPressKitTests/Pods-WordPressKitTests.release-internal.xcconfig"; sourceTree = "<group>"; }; |
1307 | 1307 | BA0637EC2492382200AF8419 /* PluginStateTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PluginStateTests.swift; sourceTree = "<group>"; }; |
1308 | 1308 | BA2A78F924A486D300BB6F53 /* SitePluginTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SitePluginTests.swift; sourceTree = "<group>"; }; |
|
1970 | 1970 | children = ( |
1971 | 1971 | 3FE2E9352BB10D92002CA2E1 /* WordPressAPI */, |
1972 | 1972 | B5A4821F20AC6B5C009D95F6 /* Private */, |
| 1973 | + 3FE2E9452BB11BA7002CA2E1 /* Logging */, |
1973 | 1974 | 3FE2E93F2BB11038002CA2E1 /* Models */, |
1974 | 1975 | 3FE2E9402BB11075002CA2E1 /* Services */, |
1975 | 1976 | 3FE2E9412BB110B3002CA2E1 /* Utility */, |
|
1992 | 1993 | path = Tests; |
1993 | 1994 | sourceTree = "<group>"; |
1994 | 1995 | }; |
| 1996 | + 3FE2E9452BB11BA7002CA2E1 /* Logging */ = { |
| 1997 | + isa = PBXGroup; |
| 1998 | + children = ( |
| 1999 | + B5A4822A20AC6C0B009D95F6 /* WPKitLogging.swift */, |
| 2000 | + B5A4822D20AC6C1A009D95F6 /* WPKitLogging.h */, |
| 2001 | + B5A4822C20AC6C19009D95F6 /* WPKitLogging.m */, |
| 2002 | + ); |
| 2003 | + path = Logging; |
| 2004 | + sourceTree = "<group>"; |
| 2005 | + }; |
1995 | 2006 | 404057C3221B30140060250C /* Time Interval */ = { |
1996 | 2007 | isa = PBXGroup; |
1997 | 2008 | children = ( |
|
2401 | 2412 | B5A4821F20AC6B5C009D95F6 /* Private */ = { |
2402 | 2413 | isa = PBXGroup; |
2403 | 2414 | children = ( |
2404 | | - B5A4822A20AC6C0B009D95F6 /* WPKitLogging.swift */, |
2405 | | - B5A4822D20AC6C1A009D95F6 /* WPKitLogging.h */, |
2406 | | - B5A4822C20AC6C19009D95F6 /* WPKitLogging.m */, |
2407 | 2415 | 1A4F98662279A87D00D86E8E /* WPKit-Swift.h */, |
2408 | 2416 | ); |
2409 | 2417 | path = Private; |
|
0 commit comments