|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 68BC97FB41770051C287D1A8 /* Pods_StorageTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 47556EE256120BEE49FF5FD3 /* Pods_StorageTests.framework */; }; |
11 | 11 | 7028A41485A08AC748206184 /* Pods_Storage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DF3D3B298350F68191CD1DAD /* Pods_Storage.framework */; }; |
| 12 | + B505254920EE6080008090F5 /* Site+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = B505254720EE607F008090F5 /* Site+CoreDataProperties.swift */; }; |
| 13 | + B505254A20EE6080008090F5 /* Site+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = B505254820EE6080008090F5 /* Site+CoreDataClass.swift */; }; |
12 | 14 | B505F6DA20BEEA3200BB1B69 /* Account+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = B505F6D820BEEA3100BB1B69 /* Account+CoreDataProperties.swift */; }; |
13 | 15 | B505F6DB20BEEA3200BB1B69 /* Account+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = B505F6D920BEEA3200BB1B69 /* Account+CoreDataClass.swift */; }; |
14 | 16 | B505F6DE20BEEA4F00BB1B69 /* CoreDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B505F6DD20BEEA4F00BB1B69 /* CoreDataManager.swift */; }; |
|
45 | 47 | 5D12CAE2D0EA6AB66F162FF9 /* Pods-StorageTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StorageTests.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-StorageTests/Pods-StorageTests.debug.xcconfig"; sourceTree = "<group>"; }; |
46 | 48 | 7C81935EDD982072BBDCC837 /* Pods-Storage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Storage.release.xcconfig"; path = "../Pods/Target Support Files/Pods-Storage/Pods-Storage.release.xcconfig"; sourceTree = "<group>"; }; |
47 | 49 | 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 | + 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 | + 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>"; }; |
48 | 52 | B505F6D820BEEA3100BB1B69 /* Account+CoreDataProperties.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Account+CoreDataProperties.swift"; sourceTree = "<group>"; }; |
49 | 53 | B505F6D920BEEA3200BB1B69 /* Account+CoreDataClass.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Account+CoreDataClass.swift"; sourceTree = "<group>"; }; |
50 | 54 | B505F6DD20BEEA4F00BB1B69 /* CoreDataManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CoreDataManager.swift; sourceTree = "<group>"; }; |
|
209 | 213 | B59E11D820A9D00C004121A4 /* WooCommerce.xcdatamodeld */, |
210 | 214 | B505F6D920BEEA3200BB1B69 /* Account+CoreDataClass.swift */, |
211 | 215 | B505F6D820BEEA3100BB1B69 /* Account+CoreDataProperties.swift */, |
| 216 | + B505254820EE6080008090F5 /* Site+CoreDataClass.swift */, |
| 217 | + B505254720EE607F008090F5 /* Site+CoreDataProperties.swift */, |
212 | 218 | ); |
213 | 219 | path = Model; |
214 | 220 | sourceTree = "<group>"; |
|
392 | 398 | isa = PBXSourcesBuildPhase; |
393 | 399 | buildActionMask = 2147483647; |
394 | 400 | files = ( |
| 401 | + B505254A20EE6080008090F5 /* Site+CoreDataClass.swift in Sources */, |
395 | 402 | B54CA5BB20A4BD2800F38CD1 /* NSManagedObject+Object.swift in Sources */, |
396 | 403 | B505F6DB20BEEA3200BB1B69 /* Account+CoreDataClass.swift in Sources */, |
| 404 | + B505254920EE6080008090F5 /* Site+CoreDataProperties.swift in Sources */, |
397 | 405 | B54CA5BD20A4BD3B00F38CD1 /* NSManagedObjectContext+Storage.swift in Sources */, |
398 | 406 | B59E11DA20A9D00C004121A4 /* WooCommerce.xcdatamodeld in Sources */, |
399 | 407 | B52B0F7920AA287C00477698 /* StorageManagerType.swift in Sources */, |
|
0 commit comments