|
34 | 34 | 02DA64172313C26400284168 /* StatsVersionBySite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02DA64162313C26400284168 /* StatsVersionBySite.swift */; }; |
35 | 35 | 02DA64192313C2AA00284168 /* StatsVersion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02DA64182313C2AA00284168 /* StatsVersion.swift */; }; |
36 | 36 | 02EAB6D72480A86D00FD873C /* CrashLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02EAB6D62480A86D00FD873C /* CrashLogger.swift */; }; |
| 37 | + 031C1EA127AD3AFE00298699 /* WCPayCharge+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031C1E9927AD3AFE00298699 /* WCPayCharge+CoreDataClass.swift */; }; |
| 38 | + 031C1EA227AD3AFE00298699 /* WCPayCharge+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031C1E9A27AD3AFE00298699 /* WCPayCharge+CoreDataProperties.swift */; }; |
| 39 | + 031C1EA327AD3AFE00298699 /* WCPayCardPresentPaymentDetails+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031C1E9B27AD3AFE00298699 /* WCPayCardPresentPaymentDetails+CoreDataClass.swift */; }; |
| 40 | + 031C1EA427AD3AFE00298699 /* WCPayCardPresentPaymentDetails+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031C1E9C27AD3AFE00298699 /* WCPayCardPresentPaymentDetails+CoreDataProperties.swift */; }; |
| 41 | + 031C1EA527AD3AFE00298699 /* WCPayCardPaymentDetails+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031C1E9D27AD3AFE00298699 /* WCPayCardPaymentDetails+CoreDataClass.swift */; }; |
| 42 | + 031C1EA627AD3AFE00298699 /* WCPayCardPaymentDetails+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031C1E9E27AD3AFE00298699 /* WCPayCardPaymentDetails+CoreDataProperties.swift */; }; |
| 43 | + 031C1EA727AD3AFE00298699 /* WCPayCardPresentReceiptDetails+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031C1E9F27AD3AFE00298699 /* WCPayCardPresentReceiptDetails+CoreDataClass.swift */; }; |
| 44 | + 031C1EA827AD3AFE00298699 /* WCPayCardPresentReceiptDetails+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031C1EA027AD3AFE00298699 /* WCPayCardPresentReceiptDetails+CoreDataProperties.swift */; }; |
37 | 45 | 077F39C4269F1F4600ABEADC /* SystemPlugin+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 077F39C3269F1F4600ABEADC /* SystemPlugin+CoreDataClass.swift */; }; |
38 | 46 | 077F39C6269F1F7C00ABEADC /* SystemPlugin+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 077F39C5269F1F7C00ABEADC /* SystemPlugin+CoreDataProperties.swift */; }; |
39 | 47 | 2618707325409C65006522A1 /* ShippingLineTax+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2618707125409C65006522A1 /* ShippingLineTax+CoreDataClass.swift */; }; |
|
261 | 269 | 02DA64182313C2AA00284168 /* StatsVersion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatsVersion.swift; sourceTree = "<group>"; }; |
262 | 270 | 02EAB6D62480A86D00FD873C /* CrashLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrashLogger.swift; sourceTree = "<group>"; }; |
263 | 271 | 031C1E8827AD353400298699 /* Model 64.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "Model 64.xcdatamodel"; sourceTree = "<group>"; }; |
| 272 | + 031C1E9927AD3AFE00298699 /* WCPayCharge+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WCPayCharge+CoreDataClass.swift"; sourceTree = "<group>"; }; |
| 273 | + 031C1E9A27AD3AFE00298699 /* WCPayCharge+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WCPayCharge+CoreDataProperties.swift"; sourceTree = "<group>"; }; |
| 274 | + 031C1E9B27AD3AFE00298699 /* WCPayCardPresentPaymentDetails+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WCPayCardPresentPaymentDetails+CoreDataClass.swift"; sourceTree = "<group>"; }; |
| 275 | + 031C1E9C27AD3AFE00298699 /* WCPayCardPresentPaymentDetails+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WCPayCardPresentPaymentDetails+CoreDataProperties.swift"; sourceTree = "<group>"; }; |
| 276 | + 031C1E9D27AD3AFE00298699 /* WCPayCardPaymentDetails+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WCPayCardPaymentDetails+CoreDataClass.swift"; sourceTree = "<group>"; }; |
| 277 | + 031C1E9E27AD3AFE00298699 /* WCPayCardPaymentDetails+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WCPayCardPaymentDetails+CoreDataProperties.swift"; sourceTree = "<group>"; }; |
| 278 | + 031C1E9F27AD3AFE00298699 /* WCPayCardPresentReceiptDetails+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WCPayCardPresentReceiptDetails+CoreDataClass.swift"; sourceTree = "<group>"; }; |
| 279 | + 031C1EA027AD3AFE00298699 /* WCPayCardPresentReceiptDetails+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WCPayCardPresentReceiptDetails+CoreDataProperties.swift"; sourceTree = "<group>"; }; |
264 | 280 | 0345DB4527A8122700B02D0C /* Model 63.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "Model 63.xcdatamodel"; sourceTree = "<group>"; }; |
265 | 281 | 077F39C3269F1F4600ABEADC /* SystemPlugin+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SystemPlugin+CoreDataClass.swift"; sourceTree = "<group>"; }; |
266 | 282 | 077F39C5269F1F7C00ABEADC /* SystemPlugin+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SystemPlugin+CoreDataProperties.swift"; sourceTree = "<group>"; }; |
|
901 | 917 | D87F614D22657C2F0031A13B /* PreselectedProvider.swift */, |
902 | 918 | 077F39C3269F1F4600ABEADC /* SystemPlugin+CoreDataClass.swift */, |
903 | 919 | 077F39C5269F1F7C00ABEADC /* SystemPlugin+CoreDataProperties.swift */, |
| 920 | + 031C1E9927AD3AFE00298699 /* WCPayCharge+CoreDataClass.swift */, |
| 921 | + 031C1E9A27AD3AFE00298699 /* WCPayCharge+CoreDataProperties.swift */, |
| 922 | + 031C1E9B27AD3AFE00298699 /* WCPayCardPresentPaymentDetails+CoreDataClass.swift */, |
| 923 | + 031C1E9C27AD3AFE00298699 /* WCPayCardPresentPaymentDetails+CoreDataProperties.swift */, |
| 924 | + 031C1E9D27AD3AFE00298699 /* WCPayCardPaymentDetails+CoreDataClass.swift */, |
| 925 | + 031C1E9E27AD3AFE00298699 /* WCPayCardPaymentDetails+CoreDataProperties.swift */, |
| 926 | + 031C1E9F27AD3AFE00298699 /* WCPayCardPresentReceiptDetails+CoreDataClass.swift */, |
| 927 | + 031C1EA027AD3AFE00298699 /* WCPayCardPresentReceiptDetails+CoreDataProperties.swift */, |
904 | 928 | ); |
905 | 929 | path = Model; |
906 | 930 | sourceTree = "<group>"; |
|
1142 | 1166 | 7471A514216CF0FE00219F7E /* SiteVisitStats+CoreDataClass.swift in Sources */, |
1143 | 1167 | D8FBFF5722D66A06006E3336 /* OrderStatsV4Totals+CoreDataClass.swift in Sources */, |
1144 | 1168 | 7474539C2242C85E00E0B5EE /* ProductDimensions+CoreDataProperties.swift in Sources */, |
| 1169 | + 031C1EA327AD3AFE00298699 /* WCPayCardPresentPaymentDetails+CoreDataClass.swift in Sources */, |
1145 | 1170 | 7426A05120F69D00002A4E07 /* OrderCoupon+CoreDataProperties.swift in Sources */, |
1146 | 1171 | 021EAA4825493A1600AA8CCD /* OrderItemAttribute+CoreDataProperties.swift in Sources */, |
1147 | 1172 | 262B27182621412D00A421CF /* ProductAddOnOption+CoreDataProperties.swift in Sources */, |
|
1154 | 1179 | 268BF6DB2642CBA6003948D8 /* Models+Copiable.generated.swift in Sources */, |
1155 | 1180 | D4ABCACF26D6E7E400CD18F4 /* Announcement.swift in Sources */, |
1156 | 1181 | AE93BE90272C0E9F001B55EA /* GeneralStoreSettings.swift in Sources */, |
| 1182 | + 031C1EA227AD3AFE00298699 /* WCPayCharge+CoreDataProperties.swift in Sources */, |
1157 | 1183 | D87F61552265AA900031A13B /* PListFileStorage.swift in Sources */, |
1158 | 1184 | B5B914C620EFF03500F2F832 /* Site+CoreDataProperties.swift in Sources */, |
1159 | 1185 | 45E462072684BCEE00011BF2 /* StateOfACountry+CoreDataClass.swift in Sources */, |
|
1176 | 1202 | 02C254EC2563B12E00A04423 /* ShippingLabelSettings+CoreDataProperties.swift in Sources */, |
1177 | 1203 | B5FD111E21D4046E00560344 /* OrderSearchResults+CoreDataProperties.swift in Sources */, |
1178 | 1204 | 7471A515216CF0FE00219F7E /* SiteVisitStatsItem+CoreDataProperties.swift in Sources */, |
| 1205 | + 031C1EA627AD3AFE00298699 /* WCPayCardPaymentDetails+CoreDataProperties.swift in Sources */, |
1179 | 1206 | CE12FBCE221F0E1A00C59248 /* Order+CoreDataClass.swift in Sources */, |
1180 | 1207 | B54CA5BD20A4BD3B00F38CD1 /* NSManagedObjectContext+Storage.swift in Sources */, |
1181 | 1208 | 455C0C9125DD6D93007B6F38 /* AccountSettings+CoreDataProperties.swift in Sources */, |
|
1200 | 1227 | 028296F4237D404F00E84012 /* GenericAttribute+CoreDataClass.swift in Sources */, |
1201 | 1228 | 262B270E2621412000A421CF /* ProductAddOn+CoreDataProperties.swift in Sources */, |
1202 | 1229 | 7492FAD6217FA9C100ED2C69 /* SiteSetting+CoreDataClass.swift in Sources */, |
| 1230 | + 031C1EA427AD3AFE00298699 /* WCPayCardPresentPaymentDetails+CoreDataProperties.swift in Sources */, |
1203 | 1231 | B505F6E020BEEA8100BB1B69 /* StorageType.swift in Sources */, |
1204 | 1232 | 747453A82242C85E00E0B5EE /* ProductTag+CoreDataProperties.swift in Sources */, |
1205 | 1233 | D8FBFF5A22D66A06006E3336 /* OrderStatsV4+CoreDataProperties.swift in Sources */, |
|
1208 | 1236 | 2685C108263C88B000D9EE97 /* AddOnGroup+CoreDataClass.swift in Sources */, |
1209 | 1237 | 7474539F2242C85E00E0B5EE /* ProductImage+CoreDataClass.swift in Sources */, |
1210 | 1238 | 7474539D2242C85E00E0B5EE /* ProductAttribute+CoreDataClass.swift in Sources */, |
| 1239 | + 031C1EA127AD3AFE00298699 /* WCPayCharge+CoreDataClass.swift in Sources */, |
1211 | 1240 | 023FA29623316A4D008C1769 /* ProductSearchResults+CoreDataProperties.swift in Sources */, |
1212 | 1241 | 746A9D22214078080013F6FF /* TopEarnerStats+CoreDataProperties.swift in Sources */, |
1213 | 1242 | 023FA29523316A4D008C1769 /* Product+CoreDataProperties.swift in Sources */, |
|
1241 | 1270 | CE3B7AD22225E62C0050FE4B /* OrderStatus+CoreDataClass.swift in Sources */, |
1242 | 1271 | 027D3E6E23A0EEA4007D91B0 /* StorageType+Deletions.swift in Sources */, |
1243 | 1272 | D8FBFF5922D66A06006E3336 /* OrderStatsV4+CoreDataClass.swift in Sources */, |
| 1273 | + 031C1EA727AD3AFE00298699 /* WCPayCardPresentReceiptDetails+CoreDataClass.swift in Sources */, |
1244 | 1274 | 74B7D6AE20F90CBB002667AC /* OrderNote+CoreDataProperties.swift in Sources */, |
1245 | 1275 | 02C254EF2563B12E00A04423 /* ShippingLabelRefund+CoreDataClass.swift in Sources */, |
1246 | 1276 | 025CA2BE238EB86200B05C81 /* ProductShippingClass+CoreDataProperties.swift in Sources */, |
|
1260 | 1290 | 2618707425409C65006522A1 /* ShippingLineTax+CoreDataProperties.swift in Sources */, |
1261 | 1291 | B52B0F7B20AA28A800477698 /* Object.swift in Sources */, |
1262 | 1292 | 02C254F12563B12E00A04423 /* ShippingLabelAddress+CoreDataClass.swift in Sources */, |
| 1293 | + 031C1EA827AD3AFE00298699 /* WCPayCardPresentReceiptDetails+CoreDataProperties.swift in Sources */, |
1263 | 1294 | 02D45649231CFB27008CF0A9 /* StatsVersionBannerVisibility.swift in Sources */, |
1264 | 1295 | 7426A05020F69D00002A4E07 /* OrderCoupon+CoreDataClass.swift in Sources */, |
1265 | 1296 | 02C254F22563B12E00A04423 /* ShippingLabelAddress+CoreDataProperties.swift in Sources */, |
1266 | 1297 | 02C254F02563B12E00A04423 /* ShippingLabelRefund+CoreDataProperties.swift in Sources */, |
1267 | 1298 | 746A9D23214078080013F6FF /* TopEarnerStatsItem+CoreDataClass.swift in Sources */, |
1268 | 1299 | 4501068B2399AC9B00E24722 /* TaxClass+CoreDataProperties.swift in Sources */, |
1269 | 1300 | 74F009C02183B99B002B4566 /* Note+CoreDataClass.swift in Sources */, |
| 1301 | + 031C1EA527AD3AFE00298699 /* WCPayCardPaymentDetails+CoreDataClass.swift in Sources */, |
1270 | 1302 | CC2C030B262DCC6900928C9C /* ShippingLabelAccountSettings+CoreDataClass.swift in Sources */, |
1271 | 1303 | 7499FA44221C7A60004EC0B4 /* ShipmentTracking+CoreDataClass.swift in Sources */, |
1272 | 1304 | D87F61532265AA230031A13B /* FileStorage.swift in Sources */, |
|
0 commit comments