|
21 | 21 | /* End PBXAggregateTarget section */ |
22 | 22 |
|
23 | 23 | /* Begin PBXBuildFile section */ |
| 24 | + AE56A5A0254B011A009F98CB /* DiffableSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE56A59F254B011A009F98CB /* DiffableSection.swift */; }; |
| 25 | + AE9CC26C254AF375009CDAE9 /* GRDiffableCollectionViewProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE9CC26B254AF375009CDAE9 /* GRDiffableCollectionViewProvider.swift */; }; |
| 26 | + AE9CC275254AF4C9009CDAE9 /* DiffableCollectionProviderViewSampleController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE9CC274254AF4C9009CDAE9 /* DiffableCollectionProviderViewSampleController.swift */; }; |
24 | 27 | B18C775F2483F8D800B7E12F /* DeppDiffCollectionProviderSampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B18C774D2483F8D700B7E12F /* DeppDiffCollectionProviderSampleViewController.swift */; }; |
25 | 28 | B18C77602483F8D800B7E12F /* CollectionProviderSampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B18C774E2483F8D700B7E12F /* CollectionProviderSampleViewController.swift */; }; |
26 | 29 | B18C77612483F8D800B7E12F /* SimpleCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B18C774F2483F8D700B7E12F /* SimpleCollectionViewCell.swift */; }; |
|
106 | 109 | /* End PBXContainerItemProxy section */ |
107 | 110 |
|
108 | 111 | /* Begin PBXFileReference section */ |
| 112 | + AE56A59F254B011A009F98CB /* DiffableSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiffableSection.swift; sourceTree = "<group>"; }; |
| 113 | + AE9CC26B254AF375009CDAE9 /* GRDiffableCollectionViewProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GRDiffableCollectionViewProvider.swift; sourceTree = "<group>"; }; |
| 114 | + AE9CC274254AF4C9009CDAE9 /* DiffableCollectionProviderViewSampleController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiffableCollectionProviderViewSampleController.swift; sourceTree = "<group>"; }; |
109 | 115 | B18C770C2483F80400B7E12F /* Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Sample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
110 | 116 | B18C774D2483F8D700B7E12F /* DeppDiffCollectionProviderSampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DeppDiffCollectionProviderSampleViewController.swift; sourceTree = "<group>"; }; |
111 | 117 | B18C774E2483F8D700B7E12F /* CollectionProviderSampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CollectionProviderSampleViewController.swift; sourceTree = "<group>"; }; |
|
125 | 131 | B18C776F2483F8FD00B7E12F /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
126 | 132 | B18C77742483F94B00B7E12F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
127 | 133 | B18C777F2483FCCB00B7E12F /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; }; |
128 | | - "DeepDiff::DeepDiff::Product" /* DeepDiff.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = DeepDiff.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 134 | + "DeepDiff::DeepDiff::Product" /* DeepDiff.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = DeepDiff.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
129 | 135 | "GRProvider::GRProvider::Product" /* GRProvider.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = GRProvider.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
130 | | - "GRProvider::GRProviderTests::Product" /* GRProviderTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = GRProviderTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 136 | + "GRProvider::GRProviderTests::Product" /* GRProviderTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = GRProviderTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
131 | 137 | OBJ_10 /* CollectionViewExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionViewExtensions.swift; sourceTree = "<group>"; }; |
132 | 138 | OBJ_11 /* GRCollectionViewProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRCollectionViewProvider.swift; sourceTree = "<group>"; }; |
133 | 139 | OBJ_12 /* GRDeepDiffCollectionViewProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRDeepDiffCollectionViewProvider.swift; sourceTree = "<group>"; }; |
|
215 | 221 | /* End PBXFrameworksBuildPhase section */ |
216 | 222 |
|
217 | 223 | /* Begin PBXGroup section */ |
| 224 | + AE56A5E7254BFCDE009F98CB /* Deep Diff */ = { |
| 225 | + isa = PBXGroup; |
| 226 | + children = ( |
| 227 | + OBJ_12 /* GRDeepDiffCollectionViewProvider.swift */, |
| 228 | + OBJ_13 /* DeepDiffCollectionViewBindingExtension.swift */, |
| 229 | + OBJ_14 /* DeepDiffCollectionViewUpdateExtensions.swift */, |
| 230 | + ); |
| 231 | + path = "Deep Diff"; |
| 232 | + sourceTree = "<group>"; |
| 233 | + }; |
| 234 | + AE56A5E8254BFCF9009F98CB /* Diffable */ = { |
| 235 | + isa = PBXGroup; |
| 236 | + children = ( |
| 237 | + AE9CC26B254AF375009CDAE9 /* GRDiffableCollectionViewProvider.swift */, |
| 238 | + ); |
| 239 | + path = Diffable; |
| 240 | + sourceTree = "<group>"; |
| 241 | + }; |
218 | 242 | B18C770D2483F80400B7E12F /* Sample */ = { |
219 | 243 | isa = PBXGroup; |
220 | 244 | children = ( |
|
245 | 269 | B18C774E2483F8D700B7E12F /* CollectionProviderSampleViewController.swift */, |
246 | 270 | B18C774F2483F8D700B7E12F /* SimpleCollectionViewCell.swift */, |
247 | 271 | B18C77502483F8D700B7E12F /* SimpleCollectionViewSupplementaryView.swift */, |
| 272 | + AE9CC274254AF4C9009CDAE9 /* DiffableCollectionProviderViewSampleController.swift */, |
248 | 273 | ); |
249 | 274 | path = "Collection View"; |
250 | 275 | sourceTree = "<group>"; |
|
267 | 292 | B18C77592483F8D700B7E12F /* UITableViewExtensions.swift */, |
268 | 293 | B18C775A2483F8D700B7E12F /* UICollectionViewExtensions.swift */, |
269 | 294 | B18C775B2483F8D700B7E12F /* UIKitExtensions.swift */, |
| 295 | + AE56A59F254B011A009F98CB /* DiffableSection.swift */, |
270 | 296 | ); |
271 | 297 | path = Common; |
272 | 298 | sourceTree = "<group>"; |
273 | 299 | }; |
274 | 300 | OBJ_19 /* Table View */ = { |
275 | 301 | isa = PBXGroup; |
276 | 302 | children = ( |
277 | | - OBJ_20 /* GRSimpleTableViewProvider.swift */, |
278 | | - OBJ_21 /* GRTableViewProvider.swift */, |
279 | 303 | OBJ_22 /* Deep Diff */, |
280 | 304 | OBJ_26 /* Diffable */, |
| 305 | + OBJ_20 /* GRSimpleTableViewProvider.swift */, |
| 306 | + OBJ_21 /* GRTableViewProvider.swift */, |
281 | 307 | OBJ_29 /* TableViewExtensions.swift */, |
282 | 308 | OBJ_30 /* TableViewProvider.swift */, |
283 | 309 | ); |
|
423 | 449 | OBJ_9 /* Collection View */ = { |
424 | 450 | isa = PBXGroup; |
425 | 451 | children = ( |
| 452 | + AE56A5E7254BFCDE009F98CB /* Deep Diff */, |
| 453 | + AE56A5E8254BFCF9009F98CB /* Diffable */, |
426 | 454 | OBJ_10 /* CollectionViewExtensions.swift */, |
427 | 455 | OBJ_11 /* GRCollectionViewProvider.swift */, |
428 | | - OBJ_12 /* GRDeepDiffCollectionViewProvider.swift */, |
429 | | - OBJ_13 /* DeepDiffCollectionViewBindingExtension.swift */, |
430 | | - OBJ_14 /* DeepDiffCollectionViewUpdateExtensions.swift */, |
431 | 456 | ); |
432 | 457 | path = "Collection View"; |
433 | 458 | sourceTree = "<group>"; |
|
595 | 620 | files = ( |
596 | 621 | B18C77672483F8D800B7E12F /* TableViewSampleController.swift in Sources */, |
597 | 622 | B18C77662483F8D800B7E12F /* DiffableTableViewSampleController.swift in Sources */, |
| 623 | + AE56A5A0254B011A009F98CB /* DiffableSection.swift in Sources */, |
598 | 624 | B18C77692483F8D800B7E12F /* UITableViewExtensions.swift in Sources */, |
599 | 625 | B18C77612483F8D800B7E12F /* SimpleCollectionViewCell.swift in Sources */, |
600 | 626 | B18C77702483F8FD00B7E12F /* AppDelegate.swift in Sources */, |
|
604 | 630 | B18C776B2483F8D800B7E12F /* UIKitExtensions.swift in Sources */, |
605 | 631 | B18C77642483F8D800B7E12F /* SimpleTableViewCell.swift in Sources */, |
606 | 632 | B18C77652483F8D800B7E12F /* SimpleTableViewSampleController.swift in Sources */, |
| 633 | + AE9CC275254AF4C9009CDAE9 /* DiffableCollectionProviderViewSampleController.swift in Sources */, |
607 | 634 | B18C77602483F8D800B7E12F /* CollectionProviderSampleViewController.swift in Sources */, |
608 | 635 | B18C77622483F8D800B7E12F /* SimpleCollectionViewSupplementaryView.swift in Sources */, |
609 | 636 | ); |
|
658 | 685 | OBJ_91 /* GRCollectionViewProvider.swift in Sources */, |
659 | 686 | OBJ_92 /* GRDeepDiffCollectionViewProvider.swift in Sources */, |
660 | 687 | OBJ_93 /* DeepDiffCollectionViewBindingExtension.swift in Sources */, |
| 688 | + AE9CC26C254AF375009CDAE9 /* GRDiffableCollectionViewProvider.swift in Sources */, |
661 | 689 | OBJ_94 /* DeepDiffCollectionViewUpdateExtensions.swift in Sources */, |
662 | 690 | OBJ_95 /* DeepDiffHelper.swift in Sources */, |
663 | 691 | OBJ_96 /* Displayable.swift in Sources */, |
|
865 | 893 | INFOPLIST_FILE = GRProvider.xcodeproj/GRProviderTests_Info.plist; |
866 | 894 | IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
867 | 895 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks"; |
868 | | - MACOSX_DEPLOYMENT_TARGET = 10.10; |
869 | 896 | OTHER_CFLAGS = "$(inherited)"; |
870 | 897 | OTHER_LDFLAGS = "$(inherited)"; |
871 | 898 | OTHER_SWIFT_FLAGS = "$(inherited)"; |
|
890 | 917 | INFOPLIST_FILE = GRProvider.xcodeproj/GRProviderTests_Info.plist; |
891 | 918 | IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
892 | 919 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks"; |
893 | | - MACOSX_DEPLOYMENT_TARGET = 10.10; |
894 | 920 | OTHER_CFLAGS = "$(inherited)"; |
895 | 921 | OTHER_LDFLAGS = "$(inherited)"; |
896 | 922 | OTHER_SWIFT_FLAGS = "$(inherited)"; |
|
917 | 943 | "SWIFT_PACKAGE=1", |
918 | 944 | "DEBUG=1", |
919 | 945 | ); |
920 | | - MACOSX_DEPLOYMENT_TARGET = 10.10; |
| 946 | + MACOSX_DEPLOYMENT_TARGET = 10.11; |
921 | 947 | ONLY_ACTIVE_ARCH = YES; |
922 | 948 | OTHER_SWIFT_FLAGS = "$(inherited) -DXcode"; |
923 | 949 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
942 | 968 | "$(inherited)", |
943 | 969 | "SWIFT_PACKAGE=1", |
944 | 970 | ); |
945 | | - MACOSX_DEPLOYMENT_TARGET = 10.10; |
| 971 | + MACOSX_DEPLOYMENT_TARGET = 10.11; |
946 | 972 | OTHER_SWIFT_FLAGS = "$(inherited) -DXcode"; |
947 | 973 | PRODUCT_NAME = "$(TARGET_NAME)"; |
948 | 974 | SDKROOT = macosx; |
|
965 | 991 | INFOPLIST_FILE = GRProvider.xcodeproj/DeepDiff_Info.plist; |
966 | 992 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
967 | 993 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; |
968 | | - MACOSX_DEPLOYMENT_TARGET = 10.11; |
969 | 994 | OTHER_CFLAGS = "$(inherited)"; |
970 | 995 | OTHER_LDFLAGS = "$(inherited)"; |
971 | 996 | OTHER_SWIFT_FLAGS = "$(inherited)"; |
|
993 | 1018 | INFOPLIST_FILE = GRProvider.xcodeproj/DeepDiff_Info.plist; |
994 | 1019 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
995 | 1020 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; |
996 | | - MACOSX_DEPLOYMENT_TARGET = 10.11; |
997 | 1021 | OTHER_CFLAGS = "$(inherited)"; |
998 | 1022 | OTHER_LDFLAGS = "$(inherited)"; |
999 | 1023 | OTHER_SWIFT_FLAGS = "$(inherited)"; |
|
1039 | 1063 | INFOPLIST_FILE = GRProvider.xcodeproj/GRProvider_Info.plist; |
1040 | 1064 | IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
1041 | 1065 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; |
1042 | | - MACOSX_DEPLOYMENT_TARGET = 10.10; |
1043 | 1066 | MARKETING_VERSION = 0.0.1; |
1044 | 1067 | OTHER_CFLAGS = "$(inherited)"; |
1045 | 1068 | OTHER_LDFLAGS = "$(inherited)"; |
|
1068 | 1091 | INFOPLIST_FILE = GRProvider.xcodeproj/GRProvider_Info.plist; |
1069 | 1092 | IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
1070 | 1093 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; |
1071 | | - MACOSX_DEPLOYMENT_TARGET = 10.10; |
1072 | 1094 | MARKETING_VERSION = 0.0.1; |
1073 | 1095 | OTHER_CFLAGS = "$(inherited)"; |
1074 | 1096 | OTHER_LDFLAGS = "$(inherited)"; |
|
0 commit comments