|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 0DF861D222D0563000B20AEA /* DatabaseManagerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 673B1E6B2273EECE00EB4FEE /* DatabaseManagerProtocol.swift */; }; |
| 11 | + 0DF861D322D0563000B20AEA /* DatabaseManagerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 673B1E6B2273EECE00EB4FEE /* DatabaseManagerProtocol.swift */; }; |
| 12 | + 0DF861D422D0563100B20AEA /* DatabaseManagerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 673B1E6B2273EECE00EB4FEE /* DatabaseManagerProtocol.swift */; }; |
| 13 | + 0DF861D522D0563300B20AEA /* PrivateDatabaseManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 673B1E6C2273EECF00EB4FEE /* PrivateDatabaseManager.swift */; }; |
| 14 | + 0DF861D622D0563400B20AEA /* PrivateDatabaseManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 673B1E6C2273EECF00EB4FEE /* PrivateDatabaseManager.swift */; }; |
| 15 | + 0DF861D722D0563500B20AEA /* PrivateDatabaseManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 673B1E6C2273EECF00EB4FEE /* PrivateDatabaseManager.swift */; }; |
| 16 | + 0DF861D822D0563700B20AEA /* PublicDatabaseManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 673B1E6D2273EECF00EB4FEE /* PublicDatabaseManager.swift */; }; |
| 17 | + 0DF861D922D0563800B20AEA /* PublicDatabaseManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 673B1E6D2273EECF00EB4FEE /* PublicDatabaseManager.swift */; }; |
| 18 | + 0DF861DA22D0563800B20AEA /* PublicDatabaseManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 673B1E6D2273EECF00EB4FEE /* PublicDatabaseManager.swift */; }; |
10 | 19 | 41767BFD209863BA00178513 /* SyncEngine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41767BFC209863BA00178513 /* SyncEngine.swift */; }; |
11 | 20 | 673B1E6E2273EECF00EB4FEE /* DatabaseManagerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 673B1E6B2273EECE00EB4FEE /* DatabaseManagerProtocol.swift */; }; |
12 | 21 | 673B1E6F2273EECF00EB4FEE /* PrivateDatabaseManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 673B1E6C2273EECF00EB4FEE /* PrivateDatabaseManager.swift */; }; |
|
414 | 423 | files = ( |
415 | 424 | 67478157213BEDD6005C132B /* Syncable.swift in Sources */, |
416 | 425 | 67478158213BEDD6005C132B /* CKRecordConvertible.swift in Sources */, |
| 426 | + 0DF861D322D0563000B20AEA /* DatabaseManagerProtocol.swift in Sources */, |
417 | 427 | 67478159213BEDD6005C132B /* CKRecordRecoverable.swift in Sources */, |
418 | 428 | 6747815A213BEDD6005C132B /* ErrorHandler.swift in Sources */, |
| 429 | + 0DF861D922D0563800B20AEA /* PublicDatabaseManager.swift in Sources */, |
419 | 430 | 6747815C213BEDD6005C132B /* Manifest.swift in Sources */, |
420 | 431 | 6747815D213BEDD6005C132B /* CreamAsset.swift in Sources */, |
421 | 432 | 6747815E213BEDD6005C132B /* Notification+Name.swift in Sources */, |
422 | 433 | 6747815F213BEDD6005C132B /* SyncEngine.swift in Sources */, |
| 434 | + 0DF861D622D0563400B20AEA /* PrivateDatabaseManager.swift in Sources */, |
423 | 435 | 67478160213BEDD6005C132B /* SyncObject.swift in Sources */, |
424 | 436 | ); |
425 | 437 | runOnlyForDeploymentPostprocessing = 0; |
|
430 | 442 | files = ( |
431 | 443 | 67478166213BEF0E005C132B /* Syncable.swift in Sources */, |
432 | 444 | 67478167213BEF0E005C132B /* CKRecordConvertible.swift in Sources */, |
| 445 | + 0DF861D422D0563100B20AEA /* DatabaseManagerProtocol.swift in Sources */, |
433 | 446 | 67478168213BEF0E005C132B /* CKRecordRecoverable.swift in Sources */, |
434 | 447 | 67478169213BEF0E005C132B /* ErrorHandler.swift in Sources */, |
| 448 | + 0DF861DA22D0563800B20AEA /* PublicDatabaseManager.swift in Sources */, |
435 | 449 | 6747816B213BEF0E005C132B /* Manifest.swift in Sources */, |
436 | 450 | 6747816C213BEF0E005C132B /* CreamAsset.swift in Sources */, |
437 | 451 | 6747816D213BEF0E005C132B /* Notification+Name.swift in Sources */, |
438 | 452 | 6747816E213BEF0E005C132B /* SyncEngine.swift in Sources */, |
| 453 | + 0DF861D722D0563500B20AEA /* PrivateDatabaseManager.swift in Sources */, |
439 | 454 | 6747816F213BEF0E005C132B /* SyncObject.swift in Sources */, |
440 | 455 | ); |
441 | 456 | runOnlyForDeploymentPostprocessing = 0; |
|
446 | 461 | files = ( |
447 | 462 | D826ADD1212189F2002B5C0F /* SyncObject.swift in Sources */, |
448 | 463 | D826ADCA212189F2002B5C0F /* CKRecordRecoverable.swift in Sources */, |
| 464 | + 0DF861D222D0563000B20AEA /* DatabaseManagerProtocol.swift in Sources */, |
449 | 465 | D826ADCD212189F2002B5C0F /* Manifest.swift in Sources */, |
450 | 466 | D826ADCB212189F2002B5C0F /* ErrorHandler.swift in Sources */, |
| 467 | + 0DF861D822D0563700B20AEA /* PublicDatabaseManager.swift in Sources */, |
451 | 468 | D826ADC9212189F2002B5C0F /* CKRecordConvertible.swift in Sources */, |
452 | 469 | D826ADCF212189F2002B5C0F /* Notification+Name.swift in Sources */, |
453 | 470 | D826ADCE212189F2002B5C0F /* CreamAsset.swift in Sources */, |
454 | 471 | D826ADC8212189F2002B5C0F /* Syncable.swift in Sources */, |
| 472 | + 0DF861D522D0563300B20AEA /* PrivateDatabaseManager.swift in Sources */, |
455 | 473 | D826ADD0212189F2002B5C0F /* SyncEngine.swift in Sources */, |
456 | 474 | ); |
457 | 475 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments