Skip to content

Commit be8ab1c

Browse files
committed
Fix IceCream not compiled successfully on macOS/watchOS/tvOS issue
1 parent 383be1f commit be8ab1c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

IceCream.xcodeproj/project.pbxproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
objects = {
88

99
/* 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 */; };
1019
41767BFD209863BA00178513 /* SyncEngine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41767BFC209863BA00178513 /* SyncEngine.swift */; };
1120
673B1E6E2273EECF00EB4FEE /* DatabaseManagerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 673B1E6B2273EECE00EB4FEE /* DatabaseManagerProtocol.swift */; };
1221
673B1E6F2273EECF00EB4FEE /* PrivateDatabaseManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 673B1E6C2273EECF00EB4FEE /* PrivateDatabaseManager.swift */; };
@@ -414,12 +423,15 @@
414423
files = (
415424
67478157213BEDD6005C132B /* Syncable.swift in Sources */,
416425
67478158213BEDD6005C132B /* CKRecordConvertible.swift in Sources */,
426+
0DF861D322D0563000B20AEA /* DatabaseManagerProtocol.swift in Sources */,
417427
67478159213BEDD6005C132B /* CKRecordRecoverable.swift in Sources */,
418428
6747815A213BEDD6005C132B /* ErrorHandler.swift in Sources */,
429+
0DF861D922D0563800B20AEA /* PublicDatabaseManager.swift in Sources */,
419430
6747815C213BEDD6005C132B /* Manifest.swift in Sources */,
420431
6747815D213BEDD6005C132B /* CreamAsset.swift in Sources */,
421432
6747815E213BEDD6005C132B /* Notification+Name.swift in Sources */,
422433
6747815F213BEDD6005C132B /* SyncEngine.swift in Sources */,
434+
0DF861D622D0563400B20AEA /* PrivateDatabaseManager.swift in Sources */,
423435
67478160213BEDD6005C132B /* SyncObject.swift in Sources */,
424436
);
425437
runOnlyForDeploymentPostprocessing = 0;
@@ -430,12 +442,15 @@
430442
files = (
431443
67478166213BEF0E005C132B /* Syncable.swift in Sources */,
432444
67478167213BEF0E005C132B /* CKRecordConvertible.swift in Sources */,
445+
0DF861D422D0563100B20AEA /* DatabaseManagerProtocol.swift in Sources */,
433446
67478168213BEF0E005C132B /* CKRecordRecoverable.swift in Sources */,
434447
67478169213BEF0E005C132B /* ErrorHandler.swift in Sources */,
448+
0DF861DA22D0563800B20AEA /* PublicDatabaseManager.swift in Sources */,
435449
6747816B213BEF0E005C132B /* Manifest.swift in Sources */,
436450
6747816C213BEF0E005C132B /* CreamAsset.swift in Sources */,
437451
6747816D213BEF0E005C132B /* Notification+Name.swift in Sources */,
438452
6747816E213BEF0E005C132B /* SyncEngine.swift in Sources */,
453+
0DF861D722D0563500B20AEA /* PrivateDatabaseManager.swift in Sources */,
439454
6747816F213BEF0E005C132B /* SyncObject.swift in Sources */,
440455
);
441456
runOnlyForDeploymentPostprocessing = 0;
@@ -446,12 +461,15 @@
446461
files = (
447462
D826ADD1212189F2002B5C0F /* SyncObject.swift in Sources */,
448463
D826ADCA212189F2002B5C0F /* CKRecordRecoverable.swift in Sources */,
464+
0DF861D222D0563000B20AEA /* DatabaseManagerProtocol.swift in Sources */,
449465
D826ADCD212189F2002B5C0F /* Manifest.swift in Sources */,
450466
D826ADCB212189F2002B5C0F /* ErrorHandler.swift in Sources */,
467+
0DF861D822D0563700B20AEA /* PublicDatabaseManager.swift in Sources */,
451468
D826ADC9212189F2002B5C0F /* CKRecordConvertible.swift in Sources */,
452469
D826ADCF212189F2002B5C0F /* Notification+Name.swift in Sources */,
453470
D826ADCE212189F2002B5C0F /* CreamAsset.swift in Sources */,
454471
D826ADC8212189F2002B5C0F /* Syncable.swift in Sources */,
472+
0DF861D522D0563300B20AEA /* PrivateDatabaseManager.swift in Sources */,
455473
D826ADD0212189F2002B5C0F /* SyncEngine.swift in Sources */,
456474
);
457475
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)