|
11 | 11 | 7028A41485A08AC748206184 /* Pods_Storage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DF3D3B298350F68191CD1DAD /* Pods_Storage.framework */; }; |
12 | 12 | B505254920EE6080008090F5 /* Site+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = B505254720EE607F008090F5 /* Site+CoreDataProperties.swift */; }; |
13 | 13 | B505254A20EE6080008090F5 /* Site+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = B505254820EE6080008090F5 /* Site+CoreDataClass.swift */; }; |
| 14 | + B505255420EE6914008090F5 /* StorageType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B505255320EE6914008090F5 /* StorageType+Extensions.swift */; }; |
14 | 15 | B505F6DA20BEEA3200BB1B69 /* Account+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = B505F6D820BEEA3100BB1B69 /* Account+CoreDataProperties.swift */; }; |
15 | 16 | B505F6DB20BEEA3200BB1B69 /* Account+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = B505F6D920BEEA3200BB1B69 /* Account+CoreDataClass.swift */; }; |
16 | 17 | B505F6DE20BEEA4F00BB1B69 /* CoreDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B505F6DD20BEEA4F00BB1B69 /* CoreDataManager.swift */; }; |
|
49 | 50 | A3821B262583F14863740A37 /* Pods-Storage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Storage.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-Storage/Pods-Storage.debug.xcconfig"; sourceTree = "<group>"; }; |
50 | 51 | B505254720EE607F008090F5 /* Site+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Site+CoreDataProperties.swift"; path = "/Users/lantean/Developer/Automattic/woocommerce-ios/Storage/Storage/Model/Site+CoreDataProperties.swift"; sourceTree = "<absolute>"; }; |
51 | 52 | B505254820EE6080008090F5 /* Site+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Site+CoreDataClass.swift"; path = "/Users/lantean/Developer/Automattic/woocommerce-ios/Storage/Storage/Model/Site+CoreDataClass.swift"; sourceTree = "<absolute>"; }; |
| 53 | + B505255320EE6914008090F5 /* StorageType+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "StorageType+Extensions.swift"; sourceTree = "<group>"; }; |
52 | 54 | B505F6D820BEEA3100BB1B69 /* Account+CoreDataProperties.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Account+CoreDataProperties.swift"; sourceTree = "<group>"; }; |
53 | 55 | B505F6D920BEEA3200BB1B69 /* Account+CoreDataClass.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Account+CoreDataClass.swift"; sourceTree = "<group>"; }; |
54 | 56 | B505F6DD20BEEA4F00BB1B69 /* CoreDataManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CoreDataManager.swift; sourceTree = "<group>"; }; |
|
107 | 109 | name = Pods; |
108 | 110 | sourceTree = "<group>"; |
109 | 111 | }; |
| 112 | + B505255520EE694F008090F5 /* Tools */ = { |
| 113 | + isa = PBXGroup; |
| 114 | + children = ( |
| 115 | + B505255320EE6914008090F5 /* StorageType+Extensions.swift */, |
| 116 | + ); |
| 117 | + path = Tools; |
| 118 | + sourceTree = "<group>"; |
| 119 | + }; |
110 | 120 | B505F6DC20BEEA4F00BB1B69 /* CoreData */ = { |
111 | 121 | isa = PBXGroup; |
112 | 122 | children = ( |
|
160 | 170 | B52B0F7C20AA2D9900477698 /* Protocols */, |
161 | 171 | B54CA5BE20A4BD9A00F38CD1 /* Extensions */, |
162 | 172 | B59E11D720A9CFF3004121A4 /* Model */, |
| 173 | + B505255520EE694F008090F5 /* Tools */, |
163 | 174 | B505F6DC20BEEA4F00BB1B69 /* CoreData */, |
164 | 175 | B54CA59C20A4BBA500F38CD1 /* Storage.h */, |
165 | 176 | B54CA59D20A4BBA600F38CD1 /* Info.plist */, |
|
408 | 419 | B505F6E020BEEA8100BB1B69 /* StorageType.swift in Sources */, |
409 | 420 | B54CA5C920A4C17800F38CD1 /* NSObject+Storage.swift in Sources */, |
410 | 421 | B505F6DA20BEEA3200BB1B69 /* Account+CoreDataProperties.swift in Sources */, |
| 422 | + B505255420EE6914008090F5 /* StorageType+Extensions.swift in Sources */, |
411 | 423 | B52B0F7B20AA28A800477698 /* Object.swift in Sources */, |
412 | 424 | B505F6DE20BEEA4F00BB1B69 /* CoreDataManager.swift in Sources */, |
413 | 425 | ); |
|
0 commit comments