diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 4a0a171b..5c0d61ab 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -31,6 +31,9 @@ jobs:
- name: Install ruby gems.
run: bundle install
+ - name: Install pods.
+ run: pod install
+
- name: Run unit tests for macOS
run: |
set -o pipefail
@@ -62,6 +65,9 @@ jobs:
- name: Install ruby gems.
run: bundle install
+ - name: Install pods.
+ run: pod install
+
- name: iOS - ${{ matrix.destination }}
run: |
set -o pipefail
diff --git a/Examples/Examples-iOS/IGListKitExamples.xcworkspace/contents.xcworkspacedata b/Examples/Examples-iOS/IGListKitExamples.xcworkspace/contents.xcworkspacedata
deleted file mode 100644
index 106ba5d0..00000000
--- a/Examples/Examples-iOS/IGListKitExamples.xcworkspace/contents.xcworkspacedata
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
diff --git a/Examples/Examples-iOS/IGListKitExamples.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Examples/Examples-iOS/IGListKitExamples.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
deleted file mode 100644
index 18d98100..00000000
--- a/Examples/Examples-iOS/IGListKitExamples.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
- IDEDidComputeMac32BitWarning
-
-
-
diff --git a/Examples/Examples-iOS/Podfile.lock b/Examples/Examples-iOS/Podfile.lock
deleted file mode 100644
index 4e447db3..00000000
--- a/Examples/Examples-iOS/Podfile.lock
+++ /dev/null
@@ -1,28 +0,0 @@
-PODS:
- - IGListDiffKit (4.1.0)
- - IGListKit (4.1.0):
- - IGListDiffKit (= 4.1.0)
- - IGListSwiftKit (4.1.0):
- - IGListKit (= 4.1.0)
-
-DEPENDENCIES:
- - IGListDiffKit (from `../../IGListDiffKit.podspec`)
- - IGListKit (from `../../IGListKit.podspec`)
- - IGListSwiftKit (from `../../IGListSwiftKit.podspec`)
-
-EXTERNAL SOURCES:
- IGListDiffKit:
- :path: "../../IGListDiffKit.podspec"
- IGListKit:
- :path: "../../IGListKit.podspec"
- IGListSwiftKit:
- :path: "../../IGListSwiftKit.podspec"
-
-SPEC CHECKSUMS:
- IGListDiffKit: 7d70583ef1f7883b23b40a21051844c6036128ca
- IGListKit: a2345833762c4ebdf576ed6a51e35db701f0c2f0
- IGListSwiftKit: a2b846f2aa8a1440964b4bce2d97423d685d06b6
-
-PODFILE CHECKSUM: a9a6bbfc859f2bc942afe333e906138bc8c8f559
-
-COCOAPODS: 1.8.4
diff --git a/Examples/Examples-iOS/Pods/Local Podspecs/IGListDiffKit.podspec.json b/Examples/Examples-iOS/Pods/Local Podspecs/IGListDiffKit.podspec.json
deleted file mode 100644
index 75244bfe..00000000
--- a/Examples/Examples-iOS/Pods/Local Podspecs/IGListDiffKit.podspec.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "IGListDiffKit",
- "version": "4.1.0",
- "summary": "Diffing utilities for a data-driven UICollectionView framework.",
- "homepage": "https://github.com/Instagram/IGListKit",
- "documentation_url": "https://instagram.github.io/IGListKit",
- "description": "Diffing utilities for a data-driven UICollectionView framework for building fast and flexible lists.",
- "license": {
- "type": "MIT"
- },
- "authors": "Instagram",
- "social_media_url": "https://twitter.com/fbOpenSource",
- "source": {
- "git": "https://github.com/Instagram/IGListKit.git",
- "tag": "4.1.0",
- "branch": "stable"
- },
- "source_files": "Source/IGListDiffKit/**/*.{h,m,mm}",
- "private_header_files": "Source/IGListDiffKit/Internal/*.h",
- "requires_arc": true,
- "platforms": {
- "ios": "9.0",
- "tvos": "9.0",
- "osx": "10.11"
- },
- "ios": {
- "frameworks": "UIKit"
- },
- "tvos": {
- "frameworks": "UIKit"
- },
- "osx": {
- "frameworks": "Cocoa"
- },
- "libraries": "c++",
- "pod_target_xcconfig": {
- "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
- "CLANG_CXX_LIBRARY": "libc++"
- }
-}
diff --git a/Examples/Examples-iOS/Pods/Local Podspecs/IGListKit.podspec.json b/Examples/Examples-iOS/Pods/Local Podspecs/IGListKit.podspec.json
deleted file mode 100644
index 0c09644e..00000000
--- a/Examples/Examples-iOS/Pods/Local Podspecs/IGListKit.podspec.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "name": "IGListKit",
- "version": "4.1.0",
- "summary": "A data-driven UICollectionView framework.",
- "homepage": "https://github.com/Instagram/IGListKit",
- "documentation_url": "https://instagram.github.io/IGListKit",
- "description": "A data-driven UICollectionView framework for building fast and flexible lists.",
- "license": {
- "type": "MIT"
- },
- "authors": "Instagram",
- "social_media_url": "https://twitter.com/fbOpenSource",
- "source": {
- "git": "https://github.com/Instagram/IGListKit.git",
- "tag": "4.1.0",
- "branch": "stable"
- },
- "dependencies": {
- "IGListDiffKit": [
- "= 4.1.0"
- ]
- },
- "ios": {
- "source_files": [
- "Source/IGListDiffKit/Internal/*.h",
- "Source/IGListKit/**/*.{h,m,mm}"
- ],
- "private_header_files": [
- "Source/IGListDiffKit/Internal/*.h",
- "Source/IGListKit/Internal/*.h"
- ],
- "frameworks": "UIKit"
- },
- "tvos": {
- "source_files": [
- "Source/IGListDiffKit/Internal/*.h",
- "Source/IGListKit/**/*.{h,m,mm}"
- ],
- "private_header_files": [
- "Source/IGListDiffKit/Internal/*.h",
- "Source/IGListKit/Internal/*.h"
- ],
- "frameworks": "UIKit"
- },
- "osx": {
- "source_files": "Source/IGListKit/IGListKit.h",
- "frameworks": "Cocoa"
- },
- "requires_arc": true,
- "platforms": {
- "ios": "9.0",
- "tvos": "9.0",
- "osx": "10.11"
- },
- "libraries": "c++",
- "pod_target_xcconfig": {
- "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
- "CLANG_CXX_LIBRARY": "libc++"
- }
-}
diff --git a/Examples/Examples-iOS/Pods/Local Podspecs/IGListSwiftKit.podspec.json b/Examples/Examples-iOS/Pods/Local Podspecs/IGListSwiftKit.podspec.json
deleted file mode 100644
index decb3c8a..00000000
--- a/Examples/Examples-iOS/Pods/Local Podspecs/IGListSwiftKit.podspec.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "name": "IGListSwiftKit",
- "version": "4.1.0",
- "summary": "A data-driven UICollectionView framework.",
- "homepage": "https://github.com/Instagram/IGListKit",
- "documentation_url": "https://instagram.github.io/IGListKit",
- "description": "A data-driven UICollectionView framework for building fast and flexible lists.",
- "license": {
- "type": "MIT"
- },
- "authors": "Instagram",
- "social_media_url": "https://twitter.com/fbOpenSource",
- "source": {
- "git": "https://github.com/Instagram/IGListKit.git",
- "tag": "4.1.0",
- "branch": "stable"
- },
- "dependencies": {
- "IGListKit": [
- "= 4.1.0"
- ]
- },
- "ios": {
- "source_files": [
- "Source/IGListSwiftKit/**/*.{swift}"
- ],
- "frameworks": "UIKit"
- },
- "tvos": {
- "source_files": [
- "Source/IGListSwiftKit/**/*.{swift}"
- ],
- "frameworks": "UIKit"
- },
- "requires_arc": true,
- "swift_versions": [
- "4.0",
- "5.0",
- "5.1"
- ],
- "platforms": {
- "ios": "9.0",
- "tvos": "9.0"
- },
- "swift_version": "5.1"
-}
diff --git a/Examples/Examples-iOS/Pods/Manifest.lock b/Examples/Examples-iOS/Pods/Manifest.lock
deleted file mode 100644
index 4e447db3..00000000
--- a/Examples/Examples-iOS/Pods/Manifest.lock
+++ /dev/null
@@ -1,28 +0,0 @@
-PODS:
- - IGListDiffKit (4.1.0)
- - IGListKit (4.1.0):
- - IGListDiffKit (= 4.1.0)
- - IGListSwiftKit (4.1.0):
- - IGListKit (= 4.1.0)
-
-DEPENDENCIES:
- - IGListDiffKit (from `../../IGListDiffKit.podspec`)
- - IGListKit (from `../../IGListKit.podspec`)
- - IGListSwiftKit (from `../../IGListSwiftKit.podspec`)
-
-EXTERNAL SOURCES:
- IGListDiffKit:
- :path: "../../IGListDiffKit.podspec"
- IGListKit:
- :path: "../../IGListKit.podspec"
- IGListSwiftKit:
- :path: "../../IGListSwiftKit.podspec"
-
-SPEC CHECKSUMS:
- IGListDiffKit: 7d70583ef1f7883b23b40a21051844c6036128ca
- IGListKit: a2345833762c4ebdf576ed6a51e35db701f0c2f0
- IGListSwiftKit: a2b846f2aa8a1440964b4bce2d97423d685d06b6
-
-PODFILE CHECKSUM: a9a6bbfc859f2bc942afe333e906138bc8c8f559
-
-COCOAPODS: 1.8.4
diff --git a/Examples/Examples-iOS/Pods/Pods.xcodeproj/project.pbxproj b/Examples/Examples-iOS/Pods/Pods.xcodeproj/project.pbxproj
deleted file mode 100644
index fca40476..00000000
--- a/Examples/Examples-iOS/Pods/Pods.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,1935 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
-
-/* Begin PBXBuildFile section */
- 00BED89757D7F681B348E97EF5145193 /* IGListAdapterUpdateListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 2304D658CB232B8132831D85696DC0F7 /* IGListAdapterUpdateListener.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 0418C79D73791D1AF36CD6670D98A9B3 /* IGListCollectionViewLayoutCompatible.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DD6FEDFC7E89039C21AAE1D6D7B6D74 /* IGListCollectionViewLayoutCompatible.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 04987C22549C1E3D47032B9DB7A10099 /* IGListAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E6EB63262CA96678D84F16038CAC369 /* IGListAdapter.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 04EFCB93A09D6FDD2037E29416C22CBD /* IGListAdapter+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F84A1E19E9226F9CCBF6E2CA2655033 /* IGListAdapter+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 05CDE7C4FEA0859D4411AEC4A32C79EF /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B911D60FA598ED94D5B3E9F3469464C /* UIKit.framework */; };
- 0693FC6C988A735A9CE26EDEA275D89F /* IGListReloadTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = F5A5D866E6A79D70B095707B2A9FA868 /* IGListReloadTransaction.m */; };
- 06DD35E83E4836C7AF724B6E1FB0FF54 /* IGListDataSourceChangeTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BD4B515AD9AD3B918143D96A1503527 /* IGListDataSourceChangeTransaction.m */; };
- 0BB89ED5BDA985532FE903E6156819F3 /* IGListAdapterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 49C5A51AF863319234A29A96198D161A /* IGListAdapterProxy.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 0ED762DF3CEE6A6CF82CB842339D349E /* IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = 32E461A4CD1238418591723CABC5D8AD /* IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 0F92ED8C90F203AFE85016CCE4A37262 /* IGListBindingSingleSectionController.h in Headers */ = {isa = PBXBuildFile; fileRef = 06500877C9F083DCE0EA6807FB863C1E /* IGListBindingSingleSectionController.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 10EBC928ED396109D97DB48AB758987D /* IGListBatchUpdateData.mm in Sources */ = {isa = PBXBuildFile; fileRef = C6F12B4A217D70B98FF2EE76E839F316 /* IGListBatchUpdateData.mm */; };
- 138D2D9D394C1C5CB5212337647C71AB /* IGListUpdatingDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 20C2105FD2B1C0D7E6367E1EF4D9C07D /* IGListUpdatingDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 1508B046659C7B44087D9C1809016825 /* Pods-IGListKitTodayExample-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 43A90091CE3B801203BB0C2E80AD3345 /* Pods-IGListKitTodayExample-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 16D5EA8611FD39E172487E03C44FF968 /* NSString+IGListDiffable.m in Sources */ = {isa = PBXBuildFile; fileRef = 056D358102CE2C15CE742C70348CBFFC /* NSString+IGListDiffable.m */; };
- 16EFF060EE92D5681F3480C55827463F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5D128A24D3562103CB389F68D1ECCD9 /* Foundation.framework */; };
- 17820CA7F278C9E1BA390375CE5295B4 /* UIScrollView+IGListKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 038E10CF55BF95CB0C73547010F2142D /* UIScrollView+IGListKit.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 184DB191CE638D16B771B0A41B230EB6 /* IGListExperimentalAdapterUpdater+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = D0B9228C042B55AD7879884861B07485 /* IGListExperimentalAdapterUpdater+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 19C8DE21E7EE70124E9B3C5FC88FD1FE /* IGListTransitionDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 04205A66EBA0FECD180C94CE511CBAAC /* IGListTransitionDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 1E8FEC08096E440D0ABEF155E84F5F4A /* IGListCollectionContext.h in Headers */ = {isa = PBXBuildFile; fileRef = CAB6022F48642E9595B5E3ABDB4820AB /* IGListCollectionContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 1F6488B1B918490D4C3A5321384AEFB5 /* IGListDiff.h in Headers */ = {isa = PBXBuildFile; fileRef = C818FE0CC577DCD87F54DD24062B0EFB /* IGListDiff.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 21BBAF35396C64424C5CF241366DB0F3 /* IGListAdapterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 166AABDA0832F4C8666B91403DD58F39 /* IGListAdapterProxy.m */; };
- 23072947045B1501BDA8DFBF73177D2C /* IGListBindingSectionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F5A17D1D22711A4A409793C460FC37E /* IGListBindingSectionController.m */; };
- 2335F14C0A023DD1F179917264DF6C49 /* IGListCollectionContext+Refinements.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA108CDAFFC403FF5FCEC99FC5F0640 /* IGListCollectionContext+Refinements.swift */; };
- 24A655D7DA2A57D7AF7DA932B0C96A30 /* IGListBatchUpdates.m in Sources */ = {isa = PBXBuildFile; fileRef = 592A7425E415B5401014BC7010E922CC /* IGListBatchUpdates.m */; };
- 25F2F145EF01B770C956208F48DE84A4 /* Pods-IGListKitExamples-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F4C5EE92F852265D56B0A773C6D65567 /* Pods-IGListKitExamples-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 276ED1EA28588D8E0EE83504A537CA5C /* IGListMoveIndexPath.m in Sources */ = {isa = PBXBuildFile; fileRef = B03840746DD79C09DBCDF4199165864E /* IGListMoveIndexPath.m */; };
- 278F9DA25BAA14EBDBB50D37A5C82991 /* IGListSectionMap+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8562BABAF34A64ED681782A0A6CEFE49 /* IGListSectionMap+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 2790C2C05135220570FEE4940E36C2FB /* UIScrollView+IGListKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 70609755271858399A87551338DCC5C1 /* UIScrollView+IGListKit.m */; };
- 29B57CEA098103A8418AF394BDD15638 /* IGListMoveIndexPathInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BBB38F13FF0E124B1973207DAB1B1F83 /* IGListMoveIndexPathInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 2C4B12AA2DB2B3180AA03987FF56703E /* IGListDebuggingUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 7096A928FB0DB3C4EC7F43ED20B8BF21 /* IGListDebuggingUtilities.m */; };
- 2F8CECD953EFF9E187AD1A5226074557 /* IGListItemUpdatesCollector.m in Sources */ = {isa = PBXBuildFile; fileRef = 4296B602924B1A2BEE5279B0257A4A06 /* IGListItemUpdatesCollector.m */; };
- 30BE2A961FB6F4EDCFF2B1B384ABEFE3 /* IGListReloadDataUpdater.h in Headers */ = {isa = PBXBuildFile; fileRef = 01D08B11E1547C3F178532163182DC7F /* IGListReloadDataUpdater.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 3440A2CF45413051B5BC43ED5F67C67E /* Pods-IGListKitExamples-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D55AD15474822523B1FDC15DBA6AD3D5 /* Pods-IGListKitExamples-dummy.m */; };
- 361A36F327EB9C7344DF8D5DE05A3D13 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5D128A24D3562103CB389F68D1ECCD9 /* Foundation.framework */; };
- 3AB7D7496609625928AFEBAA21A46551 /* IGListDiffKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5D51664F030716E0CC187DF6BF2D8C4 /* IGListDiffKit.framework */; };
- 3AEB8E0AA743B717DE4BD84293672990 /* IGListBatchContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 506F64B585038909BF1722736F62725B /* IGListBatchContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 3B3C8E5496609647723F8EE87A9885E5 /* IGListDisplayDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 65F663CFD0354F6835AFB2A84E19213C /* IGListDisplayDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 3D6130314DD5A7880F6D5B3F9AC1FD15 /* IGListCollectionViewLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DBCBCBBF3819A86A746D1F2CEB4A7F9 /* IGListCollectionViewLayout.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 3F3DC1C41A06D4395D54E7EA8C746457 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B911D60FA598ED94D5B3E9F3469464C /* UIKit.framework */; };
- 41F444AB3CBC8342B7AE10AFE057267A /* IGListUpdateTransactable.h in Headers */ = {isa = PBXBuildFile; fileRef = A3260C9CF62CF984387BC2936A430540 /* IGListUpdateTransactable.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 448F58FA8766AEE5F73AAA241212DA6C /* Pods-IGListKitTodayExample-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 88960E5B9C8489127FFEFE614DB3BDA7 /* Pods-IGListKitTodayExample-dummy.m */; };
- 4583B5F6F374723533851C5E79014BAC /* IGListDiffKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C5F657DF25B4B60353A9DAC0D23DFC57 /* IGListDiffKit-dummy.m */; };
- 47C4E42456A7C8D35403B76CC0399B8E /* UICollectionViewLayout+InteractiveReordering.h in Headers */ = {isa = PBXBuildFile; fileRef = 45268A329E69C95D6AF6F69305A44ABC /* UICollectionViewLayout+InteractiveReordering.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 4BB081EB8170B86B1246636608258C0B /* IGListAdapterDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D41D58FA4CB11E92A6A00E817F3A0D4 /* IGListAdapterDataSource.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 4C8AAD250DE056A5951AC248380C08B2 /* IGListBatchUpdateData.h in Headers */ = {isa = PBXBuildFile; fileRef = 5413AB35520479F80123C232573F7C11 /* IGListBatchUpdateData.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 4C90C99AA20F6EE72E4087791F43E25B /* UICollectionView+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 508B8AFD911B9D324C68AE718806A8EC /* UICollectionView+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 53DF45459D6E20B0F2EAC148B149833D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5D128A24D3562103CB389F68D1ECCD9 /* Foundation.framework */; };
- 54AEC09C59FED525B1F60CA517139564 /* IGListMoveIndexInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = A52EADA9E501F8EFE996993A86ADF585 /* IGListMoveIndexInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 58DF603A1D45A3D196894F23859D6F60 /* IGListBatchUpdateTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = C08A3F280962B39D956D1497925004ED /* IGListBatchUpdateTransaction.m */; };
- 59B67CA394ACF3B57001EC9C8E24C561 /* IGListKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 30727EAE20131A8FB4D983D1A0370564 /* IGListKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 5A25632E0D98A4310787EF0EAB75A280 /* IGListWorkingRangeHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46A4BE15DAE75E8617413DD589864CDC /* IGListWorkingRangeHandler.mm */; };
- 5A40CF2EBC55BE425EA35FD1525ACE5B /* IGListMoveIndexPathInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BBB38F13FF0E124B1973207DAB1B1F83 /* IGListMoveIndexPathInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 5AC836625C5BF45583A97519C34F5789 /* IGListAdapterPerformanceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F9887F0DB1F3850622FB10A1001DDD23 /* IGListAdapterPerformanceDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 5B440AAE8805EA8BB53D2F0B2C3AEB8F /* IGListDebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = F1CF52303AC6C660A047E507A5C320F9 /* IGListDebugger.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 5E4836F0ABA2B0CD672A293D1865C31A /* IGListSupplementaryViewSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E956F04BA509B58610893C3A8D8B743 /* IGListSupplementaryViewSource.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 60090E7C394DE70A0BA6176AFCAEE3A1 /* IGListIndexPathResult.h in Headers */ = {isa = PBXBuildFile; fileRef = B5CD6ABD27B30B00EED2534478922661 /* IGListIndexPathResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 6139A8CE763185782BB5B5743BC01B1A /* IGListSectionMap+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = AACABFEA334B51978248C9C13F1FDB5A /* IGListSectionMap+DebugDescription.m */; };
- 61BB8914D8FEBCBB78D79DF86DEBD60C /* IGListBindingSectionController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F167B2E12FD37384C1F1A0682A150B2 /* IGListBindingSectionController.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 63E81F0CDCB73AC43157B783CD46A8B0 /* IGListCollectionViewDelegateLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 612D895CE17D05BF6A0A0C2CA9C03F1F /* IGListCollectionViewDelegateLayout.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 65FCB2EBD51841589818A80A845D09E4 /* UICollectionView+IGListBatchUpdateData.h in Headers */ = {isa = PBXBuildFile; fileRef = A1772FA645B239E573F0C28BE94E37D3 /* UICollectionView+IGListBatchUpdateData.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 6AB9A83A8907173072E8FF0B9B5254BC /* IGListAdapter+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = A822D7DBF3410C24FD721FA25AE5CE20 /* IGListAdapter+DebugDescription.m */; };
- 6D009A03EDCED648FA1ADED02A8B00B0 /* IGListBatchUpdateTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D35F44BB99AADB3A5044E9DB15196FC /* IGListBatchUpdateTransaction.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 6DB18ADCF4D568E6216FE1BB67A68517 /* IGListWorkingRangeHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 72CEA80260C6198FB9CF217D659A0E83 /* IGListWorkingRangeHandler.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 70345015ED47CD005400283145617059 /* Pods-IGListKitMessageExample-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AED8C6DF3E128FBDE0BB6B907882E3D1 /* Pods-IGListKitMessageExample-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 710C89B5156E4F1F4F707C0B4897E316 /* IGListMoveIndexPath.h in Headers */ = {isa = PBXBuildFile; fileRef = F16D7928690C004774CC23945C132F60 /* IGListMoveIndexPath.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 72E53C2B50DF95022969CEE4BF72C146 /* IGListCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = C33A3E1CF2AF69CAD36660EFE04B8CDF /* IGListCollectionView.m */; };
- 7303011342FB6AEA1CF89C4FC6D763E5 /* IGListDataSourceChangeTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = 1682455E6609136EAD848BB1F486F40E /* IGListDataSourceChangeTransaction.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 7452944721DDE0E16B7B8221CB175BA7 /* IGListReloadDataUpdater.m in Sources */ = {isa = PBXBuildFile; fileRef = 7146D4142C77D925A5818228415660E2 /* IGListReloadDataUpdater.m */; };
- 75E31BCA33BE1B74A5FDA27015D750D7 /* IGListBatchUpdateData+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B67433BA1218F70BD2A6E9A8C5C78DE /* IGListBatchUpdateData+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 76B3754FEEE3AE81A02AE31ABDEC26DF /* IGListUpdateTransactionBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E4AA38578925563A00C894E21F2C1F9 /* IGListUpdateTransactionBuilder.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 76E14D794DF94EB273BD2204D49B616A /* IGListBatchUpdates.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E2A6E818D105030D27648B7A31EA8A2 /* IGListBatchUpdates.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 775575FA5A6B803CCD8F7B60EF5329BD /* IGListItemUpdatesCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 25283DF3DEFCA1AB9E9D5012017A4BC9 /* IGListItemUpdatesCollector.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 789595725BD091BDE3FC6725F70DB2B2 /* IGListMoveIndexInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = A52EADA9E501F8EFE996993A86ADF585 /* IGListMoveIndexInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 7BDFE18C5C29FF7494CA1AB9AECB4D15 /* IGListMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 27F41CEDC966E69F9DE3B03D748E83A6 /* IGListMacros.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 7D11979E71F78B5346AFA961FDA37798 /* NSNumber+IGListDiffable.m in Sources */ = {isa = PBXBuildFile; fileRef = 590957D0B1484CAE2793EF0555E56D8F /* NSNumber+IGListDiffable.m */; };
- 7DCB3BF53A89269AFEEC952AB2AF2711 /* IGListAdapterUpdaterInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CC2F48B1F6296A5304F262F0D924C90B /* IGListAdapterUpdaterInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 7E839CF6263FB5FBA695832DB0D88E02 /* IGListReloadIndexPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 9446D8414CC2627A64DD91FAE34B4213 /* IGListReloadIndexPath.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 7F9396A9CFC9CEC198EA9BC6F5C4B31A /* IGListAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ACE57F6A1FFE0F38534490BFF977551 /* IGListAdapter.m */; };
- 7FA23FAEB2F8A3AC86D7E771FA3C3EC2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5D128A24D3562103CB389F68D1ECCD9 /* Foundation.framework */; };
- 7FFB30C07B5BD3F82C2AAC7D298A6775 /* UICollectionView+IGListBatchUpdateData.m in Sources */ = {isa = PBXBuildFile; fileRef = 805835364A00CFBC6D269A823E0868A5 /* UICollectionView+IGListBatchUpdateData.m */; };
- 8223E13C8E5A09903F7D2C0C62C91F5A /* IGListTransitionData.h in Headers */ = {isa = PBXBuildFile; fileRef = E53DA1CE1C7133E4D615A5C8E7576CC1 /* IGListTransitionData.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 828485096ADC591FCCC9B579B60EBDC0 /* IGListCollectionViewLayout.mm in Sources */ = {isa = PBXBuildFile; fileRef = 962D9F2E76169BA8E87E258588C60B4C /* IGListCollectionViewLayout.mm */; };
- 828D320C036FD2A0AE3B0E4F16ACB4AA /* IGListSwiftKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9575B1B7CB68D17334298940E3FD0674 /* IGListSwiftKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 843EE449271DD9489A31C7662CE1D10C /* IGListIndexPathResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 78C94F44437C6AA906A2A4D19154035A /* IGListIndexPathResultInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 844CBC29825585636877E195C4855F05 /* IGListAdapter+UICollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C5B48B96BDCB5D976C5A9F451854918 /* IGListAdapter+UICollectionView.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 846AB4CED09EA7256CFFC3F379C26C43 /* IGListDisplayHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AC56D56E24375605362AA4F80867B34 /* IGListDisplayHandler.m */; };
- 89BB00595A3712C03A7701A929364475 /* IGListSectionMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 48DA3C2EE1B0D5AB40BCD8B29EA600B1 /* IGListSectionMap.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 8A2C2C556B162713B7381E9B5936012F /* ListIdentifiable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 883E2371BF0A3B5BFFC625C9B346D7DE /* ListIdentifiable.swift */; };
- 8B0A4907431A42CCD744E16797F0170E /* IGListUpdateTransactionBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = A23997549373B6D4BC183F4C14C1CD52 /* IGListUpdateTransactionBuilder.m */; };
- 8BE8BB8D1D9F6D21F3AC5EFCA71FEF67 /* ListValueSectionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F4E29D3BD28AEBB03ED66E86FA8BEEC /* ListValueSectionController.swift */; };
- 902DB4B80B964812B99560E5F456A2D1 /* IGListIndexSetResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 10009AC5560AAF565676905AE35A5F15 /* IGListIndexSetResultInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 906FC87F91C74BEA54BA0D855770A301 /* IGListKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CD4DBFCA7CD38CA83483338583506CD /* IGListKit-dummy.m */; };
- 92CCFF469FBF23B7CF43C1112AA2A7B6 /* IGListDebugger.m in Sources */ = {isa = PBXBuildFile; fileRef = 20957A88CBFBD229B5F074016D0476AF /* IGListDebugger.m */; };
- 93BA3295CCCD78A3EE4055353BABB64F /* IGListCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C9FC48914BDD5F35963B77F6291EA5 /* IGListCompatibility.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 94D1CBC0B07AC78C69A7C8E333F5C3FF /* IGListKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C620A439298E9C8573667EBE3779CCD /* IGListKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 9644BF61ED6D22D1B52910567E089F5C /* IGListBatchUpdateData+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 08AE9AB7D2C45709529E7C95D62A88AE /* IGListBatchUpdateData+DebugDescription.m */; };
- 9A06D82AD48511CFC4F31399CFB0478D /* IGListBindable.h in Headers */ = {isa = PBXBuildFile; fileRef = D8D6A97750ACC210AF52EF992C4FF9CC /* IGListBindable.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 9A239E19E11A2EDD16B7B02889F487F9 /* IGListSingleSectionController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5707BCDA034BCEF747F9065363ACB1B3 /* IGListSingleSectionController.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 9A4427BBB9C35015DF9712D47082A42A /* IGListAdapterDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D379A2179EE92C05A1BDC6BBECC5EBD /* IGListAdapterDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 9B77DACCA8FD3F3BD2F9F288B57D20E2 /* IGListKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B3C1D15B8C65313758814DA5177B8CA /* IGListKit.framework */; };
- 9C9E16A302C064A9950FC7282595DDEA /* IGListAdapterUpdater.m in Sources */ = {isa = PBXBuildFile; fileRef = CA7BACDBA8CAD9A5CCB46ACDF0D53D47 /* IGListAdapterUpdater.m */; };
- 9D65040CC5F6E16E24AA23018E6A7F2E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5D128A24D3562103CB389F68D1ECCD9 /* Foundation.framework */; };
- 9D80D09BEFBBA90B41DFD9EA2DE2FBD5 /* IGListDiff.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2F3EC318DACF11C20A1B9A0D033122B6 /* IGListDiff.mm */; };
- A120F24918389729C0CFB6ABDC80D5F3 /* IGListBindingSectionController+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 179649B63D140813C918A384248DEB0A /* IGListBindingSectionController+DebugDescription.m */; };
- A35322B547FF08016F6E3871A1A6AD11 /* IGListDiffKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E78805CFDBB4056D2752077DE97EC434 /* IGListDiffKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
- A4970D5EB772FF80111ECDF17059306C /* IGListGenericSectionController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FC30FA3667149A9E9C678775D0DA4AD /* IGListGenericSectionController.h */; settings = {ATTRIBUTES = (Public, ); }; };
- A7A1C40344DD1A37DB1CE21DC1A1902C /* IGListDisplayHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DE7D0CD3E3A68F4B5E12D3FBFB0E57A /* IGListDisplayHandler.h */; settings = {ATTRIBUTES = (Private, ); }; };
- A824B2412004C54CCD6DA655BC6E592E /* IGListSwiftKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 700AC03179D17EDCB64BEAFB594411EC /* IGListSwiftKit-dummy.m */; };
- A848E835C5D33AE96023CE6A5E0CBE2A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5D128A24D3562103CB389F68D1ECCD9 /* Foundation.framework */; };
- A886463D2501665AF0623CE76E120CC7 /* IGListMoveIndex.m in Sources */ = {isa = PBXBuildFile; fileRef = C8FDF44B122DFDC6992E2636F4729D6C /* IGListMoveIndex.m */; };
- ABBA5DF4360A6B236E0AD4712DE2E879 /* IGListBatchUpdateState.h in Headers */ = {isa = PBXBuildFile; fileRef = E4586189293C4CEE0D74135B6E973F08 /* IGListBatchUpdateState.h */; settings = {ATTRIBUTES = (Private, ); }; };
- AF612E8D601A6987E8EDD3BAE0FB82AA /* IGListGenericSectionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 650C82FB4A3E5CFBCDEACCCE47DDB875 /* IGListGenericSectionController.m */; };
- AF8A1588A896B341658FB3E4A88012A8 /* IGListIndexSetResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 10009AC5560AAF565676905AE35A5F15 /* IGListIndexSetResultInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
- AFCECF1FF3E2744D64D8837F94C24651 /* IGListIndexSetResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DA64B840220B36B499F140D39DA11CB /* IGListIndexSetResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
- B405860B13A11DA4AE7C3D6F41AF06B8 /* IGListDebuggingUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 013EF2F1E98B5D23D5CEBBF63D888574 /* IGListDebuggingUtilities.h */; settings = {ATTRIBUTES = (Private, ); }; };
- BAE0EA3FA63147DE20BB011DA89C4403 /* IGListBindingSectionController+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D1CC73E7BDE6E015280E27A51CC6656 /* IGListBindingSectionController+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
- BDF884010DFACD88AB3F04497F22622F /* IGListCollectionViewLayoutInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 65943773339735BF20335E0CA2F6A97D /* IGListCollectionViewLayoutInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
- BED02047E23D9AEC26287039E9161E55 /* IGListIndexSetResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 309DCA1F3011DC2E4E3DFE80F893F988 /* IGListIndexSetResult.m */; };
- C1FC7663BB50656FFEF0529F60F471F6 /* NSString+IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F63B058EE4697FDEAD096703633F13 /* NSString+IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
- C2000BB8AF0D8148901D9763B70FDE9A /* UICollectionViewLayout+InteractiveReordering.m in Sources */ = {isa = PBXBuildFile; fileRef = CD9E39ACFD5C1B8BF5BAB437C74A5032 /* UICollectionViewLayout+InteractiveReordering.m */; };
- C345D59F8F991A0E732DE6262F40C884 /* IGListMoveIndex.h in Headers */ = {isa = PBXBuildFile; fileRef = B59E8D489A63A527242040885FE6D52E /* IGListMoveIndex.h */; settings = {ATTRIBUTES = (Public, ); }; };
- C3610A6C715BF212803A044A5A853D5E /* IGListReloadTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = 61F06B9F07793A75082FA8E7B85AE5C3 /* IGListReloadTransaction.h */; settings = {ATTRIBUTES = (Private, ); }; };
- C4E4C8FCD0E639344F06342C6397CBFC /* IGListBindingSingleSectionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 229FBC5E8E13E7B7BEC02FA6E1C234E3 /* IGListBindingSingleSectionController.m */; };
- C850AA4C12E32D47A3AC87756CE911A5 /* IGListScrollDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F29BC6D0BFDD2737DEB3C1876C0BF9AF /* IGListScrollDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CBC338D40C0D4A58D3AB07A6898D2039 /* IGListAdapter+UICollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 50F6CA31FF68B2F10CEF56C83A7ED9B5 /* IGListAdapter+UICollectionView.m */; };
- CD8C995BCBE775C1E365B7FC14050D19 /* IGListSingleSectionController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC1BD9091E0C5D47A396629424D3433B /* IGListSingleSectionController.m */; };
- CE86E4B77227C8EA51204BB943E86556 /* IGListAdapterUpdaterHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A55E31BAA383BEFBE3DE4A72F22D1B6 /* IGListAdapterUpdaterHelpers.h */; settings = {ATTRIBUTES = (Private, ); }; };
- D093F13FA98BE11A81C277B9336C25B1 /* IGListSectionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 259D3320B26772893A0822C4C0322F86 /* IGListSectionController.m */; };
- D15DD1CBDCB3DD2E275B95AC1884B0E6 /* IGListExperiments.h in Headers */ = {isa = PBXBuildFile; fileRef = 975DA28B896FF9F92BF2DB43137B8C33 /* IGListExperiments.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D26A89944A2CB8C2D7C38C6608F81A31 /* IGListReloadIndexPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D7B997FE99E5F829B702490B3066FF4 /* IGListReloadIndexPath.m */; };
- D33BE062248135B9F351FBE951728831 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B911D60FA598ED94D5B3E9F3469464C /* UIKit.framework */; };
- D400CBFFC4D52531C1AABD3E1031E8ED /* IGListAdapterUpdaterHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F2236F83BFB22B788DB06FF21ED9C7D /* IGListAdapterUpdaterHelpers.m */; };
- D499E83A829540AEAAFCACE600D147BD /* IGListAdapterUpdaterDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BACF706BF6884DC3425486DEAB26BFF /* IGListAdapterUpdaterDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D716F0C33D0DE41C3415E45F87D269C8 /* IGListBindingSectionControllerDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = AB4F4D4493A30753811E3A1226997261 /* IGListBindingSectionControllerDataSource.h */; settings = {ATTRIBUTES = (Public, ); }; };
- DB8CC9A47109DB843F1B7305896E1C70 /* IGListAdapterUpdater+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = C59D8D2619212CFB887CAFF1FA897938 /* IGListAdapterUpdater+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
- DBEADEAABA90F1090E5F7F62CD771876 /* IGListDiffKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B9A668F10704A46804F5DDF050E2FCA /* IGListDiffKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
- DCF6A10EC8BEACD756A0D315FA5FB008 /* Pods-IGListKitMessageExample-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FE864099BB5AEEA2BCC0D5FEB80157C /* Pods-IGListKitMessageExample-dummy.m */; };
- DF97A97610BF2F3E6296C28D34CD7047 /* IGListCollectionScrollingTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = F318DE326C70C46C4A57833F07BF52D2 /* IGListCollectionScrollingTraits.h */; settings = {ATTRIBUTES = (Public, ); }; };
- E402E1D91C03EC633B9FB865DD375D67 /* IGListAdapterMoveDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCDA6F6450D2AA30A033C487391E063 /* IGListAdapterMoveDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- E53DA907ECA9EE5F68CB5FC2116F3A4D /* IGListSectionControllerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = EAC5CA1C5B02AFD5319F9BE941CE3159 /* IGListSectionControllerInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
- E70F7CF4E48F4CCF104B138FFB720869 /* IGListBindingSectionControllerSelectionDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 11BAE317B9BE19E158DE3C9AE3826D25 /* IGListBindingSectionControllerSelectionDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- EC575B8A4553B178E3336811423C1FD7 /* IGListAdapterUpdater.h in Headers */ = {isa = PBXBuildFile; fileRef = 30501B927B797E40619516BD106165E2 /* IGListAdapterUpdater.h */; settings = {ATTRIBUTES = (Public, ); }; };
- ED5D4B36E0866CA0FD80784525EF9215 /* IGListAdapterInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 851810589AA9C2096B06498BEF1D4061 /* IGListAdapterInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
- ED8B973B4BB9712E875E3B3B629F0D90 /* IGListArrayUtilsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 587D4C331501408F7A72A3787A63E9FD /* IGListArrayUtilsInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
- EDE3E9DB49459C7E177631AE3A165DE9 /* IGListTransitionData.m in Sources */ = {isa = PBXBuildFile; fileRef = 68D30BEE1C2A7C087ED9FD19E0C3903D /* IGListTransitionData.m */; };
- EEE6325FF69DD0E4AC37D9D0BAE3FD4E /* IGListAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F1E26E8D8290BD33F9D710CB2733371 /* IGListAssert.h */; settings = {ATTRIBUTES = (Public, ); }; };
- EF56358D8559F63C139573849B65A9CA /* NSNumber+IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = 84431AC5C831DEBF803704798D97D888 /* NSNumber+IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
- F00390FC1827F0729A7EC12BEF073723 /* IGListSingleSectionController+Refinements.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DCF06C38BB6F64F6B7CAB896FC10E83 /* IGListSingleSectionController+Refinements.swift */; };
- F02F019B6EE548991A688CBEFAAE72CE /* IGListIndexPathResult.m in Sources */ = {isa = PBXBuildFile; fileRef = E35F2ED975A4F8D3FA20068AFCA306B7 /* IGListIndexPathResult.m */; };
- F3DD77EC7278FB36B563CC49E3D32BE2 /* UICollectionView+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 206E3E0171FEAD10D830EA6BA08893C6 /* UICollectionView+DebugDescription.m */; };
- F79E40BCF47A54D13E2AFD2191492A1D /* IGListIndexPathResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 78C94F44437C6AA906A2A4D19154035A /* IGListIndexPathResultInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
- F7BFFCD1DAA0FD17BED8B7E5B75D0E1E /* IGListSectionController.h in Headers */ = {isa = PBXBuildFile; fileRef = E49DD3A0FF2565D9DDAE258E0214CB28 /* IGListSectionController.h */; settings = {ATTRIBUTES = (Public, ); }; };
- FB75C9F52383A4128E4F9185A0363624 /* IGListSectionMap.m in Sources */ = {isa = PBXBuildFile; fileRef = AD5513AFE027D6DE29C15A9D43115BBC /* IGListSectionMap.m */; };
- FD286CBAA6094FDA8BAE5A3EBE6FE682 /* IGListCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4952CF5C5703457EF79CB8F2A8C88FA0 /* IGListCollectionView.h */; settings = {ATTRIBUTES = (Public, ); }; };
- FDB20589228B366BFEF863F31CD0255A /* IGListWorkingRangeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FC9099E38E7F449F49A06400BF9DA2F /* IGListWorkingRangeDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- FFA614C79C1456A92CD75D1704881E6C /* IGListAdapterUpdater+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = DB2F110BE55911A303E326460CB3F746 /* IGListAdapterUpdater+DebugDescription.m */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXContainerItemProxy section */
- 034951A35F7BF56DBDA11E412CB49D55 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 2D07A05F514BF9C5434DAC907988C708;
- remoteInfo = IGListDiffKit;
- };
- 0472E7E5FEC68A3C18341D0E2CD62EC7 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 2D07A05F514BF9C5434DAC907988C708;
- remoteInfo = IGListDiffKit;
- };
- 05D562B761BC28B3F6C10C0F78C93161 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 2DCD17F53165C0158F6BA096E4FD2A06;
- remoteInfo = IGListSwiftKit;
- };
- 0D9F3620AE13B5068F78B4ED6C98CA34 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 2DCD17F53165C0158F6BA096E4FD2A06;
- remoteInfo = IGListSwiftKit;
- };
- 6722EF5BB41DD08CFACE7D7954EAD1E7 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 674FDCAB4D51E702521F4CD31807F659;
- remoteInfo = IGListKit;
- };
- 7EC384DE58EAD76E177EA93C3C8802BA /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 674FDCAB4D51E702521F4CD31807F659;
- remoteInfo = IGListKit;
- };
- 901078EC32C50D13666FEDC5225C904D /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 2D07A05F514BF9C5434DAC907988C708;
- remoteInfo = IGListDiffKit;
- };
- 9034945E14C166BC0F82B449074D0A22 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 2DCD17F53165C0158F6BA096E4FD2A06;
- remoteInfo = IGListSwiftKit;
- };
- 93482118036A09F93E480A253B034625 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 2D07A05F514BF9C5434DAC907988C708;
- remoteInfo = IGListDiffKit;
- };
- CBAE665FD2F7A5021ED5CC877F117CA2 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 674FDCAB4D51E702521F4CD31807F659;
- remoteInfo = IGListKit;
- };
- EBEC2E4EB3325F49B534127428B33812 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 674FDCAB4D51E702521F4CD31807F659;
- remoteInfo = IGListKit;
- };
-/* End PBXContainerItemProxy section */
-
-/* Begin PBXFileReference section */
- 013EF2F1E98B5D23D5CEBBF63D888574 /* IGListDebuggingUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListDebuggingUtilities.h; sourceTree = ""; };
- 01D08B11E1547C3F178532163182DC7F /* IGListReloadDataUpdater.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListReloadDataUpdater.h; sourceTree = ""; };
- 02E483F7026C95FCFB0D1971440AC1DF /* IGListKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListKit-prefix.pch"; sourceTree = ""; };
- 038E10CF55BF95CB0C73547010F2142D /* UIScrollView+IGListKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+IGListKit.h"; sourceTree = ""; };
- 04205A66EBA0FECD180C94CE511CBAAC /* IGListTransitionDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListTransitionDelegate.h; sourceTree = ""; };
- 056D358102CE2C15CE742C70348CBFFC /* NSString+IGListDiffable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+IGListDiffable.m"; path = "Source/IGListDiffKit/NSString+IGListDiffable.m"; sourceTree = ""; };
- 06500877C9F083DCE0EA6807FB863C1E /* IGListBindingSingleSectionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListBindingSingleSectionController.h; sourceTree = ""; };
- 08AE9AB7D2C45709529E7C95D62A88AE /* IGListBatchUpdateData+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListBatchUpdateData+DebugDescription.m"; sourceTree = ""; };
- 0A55E31BAA383BEFBE3DE4A72F22D1B6 /* IGListAdapterUpdaterHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapterUpdaterHelpers.h; sourceTree = ""; };
- 0B3C1D15B8C65313758814DA5177B8CA /* IGListKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IGListKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 0F167B2E12FD37384C1F1A0682A150B2 /* IGListBindingSectionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListBindingSectionController.h; sourceTree = ""; };
- 0F842E17D76038DEA036D9D0D37BE0B7 /* Pods-IGListKitTodayExample.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-IGListKitTodayExample.modulemap"; sourceTree = ""; };
- 0FC9099E38E7F449F49A06400BF9DA2F /* IGListWorkingRangeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListWorkingRangeDelegate.h; sourceTree = ""; };
- 10009AC5560AAF565676905AE35A5F15 /* IGListIndexSetResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexSetResultInternal.h; sourceTree = ""; };
- 10642A3757FD86CA717DF39C62BC0BB5 /* IGListSwiftKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IGListSwiftKit.modulemap; sourceTree = ""; };
- 11BAE317B9BE19E158DE3C9AE3826D25 /* IGListBindingSectionControllerSelectionDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListBindingSectionControllerSelectionDelegate.h; sourceTree = ""; };
- 166AABDA0832F4C8666B91403DD58F39 /* IGListAdapterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListAdapterProxy.m; sourceTree = ""; };
- 1682455E6609136EAD848BB1F486F40E /* IGListDataSourceChangeTransaction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListDataSourceChangeTransaction.h; sourceTree = ""; };
- 179649B63D140813C918A384248DEB0A /* IGListBindingSectionController+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListBindingSectionController+DebugDescription.m"; sourceTree = ""; };
- 195AD71F7938FEA988FDCC5B0A10FFDF /* IGListDiffKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IGListDiffKit.framework; path = IGListDiffKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 1967799F4EE34E50A2BCA37018E48919 /* Pods-IGListKitMessageExample.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-IGListKitMessageExample.modulemap"; sourceTree = ""; };
- 1EA108CDAFFC403FF5FCEC99FC5F0640 /* IGListCollectionContext+Refinements.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IGListCollectionContext+Refinements.swift"; path = "Source/IGListSwiftKit/IGListCollectionContext+Refinements.swift"; sourceTree = ""; };
- 206E3E0171FEAD10D830EA6BA08893C6 /* UICollectionView+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UICollectionView+DebugDescription.m"; sourceTree = ""; };
- 20957A88CBFBD229B5F074016D0476AF /* IGListDebugger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListDebugger.m; sourceTree = ""; };
- 20C2105FD2B1C0D7E6367E1EF4D9C07D /* IGListUpdatingDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListUpdatingDelegate.h; sourceTree = ""; };
- 229FBC5E8E13E7B7BEC02FA6E1C234E3 /* IGListBindingSingleSectionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListBindingSingleSectionController.m; sourceTree = ""; };
- 22BFA5C2F26AE4C068E873AB06EBD337 /* Pods-IGListKitTodayExample-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-IGListKitTodayExample-acknowledgements.markdown"; sourceTree = ""; };
- 2304D658CB232B8132831D85696DC0F7 /* IGListAdapterUpdateListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapterUpdateListener.h; sourceTree = ""; };
- 232C3FD2A2148165726C3638A8C84EB7 /* IGListKit.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = IGListKit.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
- 24F0859F5A4214E8CA0BDA16F935F327 /* Pods-IGListKitExamples.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitExamples.release.xcconfig"; sourceTree = ""; };
- 24F9E6A6420DB467E50ECDFCC07C4C82 /* IGListDiffKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IGListDiffKit-Info.plist"; sourceTree = ""; };
- 25283DF3DEFCA1AB9E9D5012017A4BC9 /* IGListItemUpdatesCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListItemUpdatesCollector.h; sourceTree = ""; };
- 259D3320B26772893A0822C4C0322F86 /* IGListSectionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListSectionController.m; sourceTree = ""; };
- 262D3B94198F3451CA4FC131B3986E07 /* IGListKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IGListKit.xcconfig; sourceTree = ""; };
- 27F41CEDC966E69F9DE3B03D748E83A6 /* IGListMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListMacros.h; path = Source/IGListDiffKit/IGListMacros.h; sourceTree = ""; };
- 2B9A668F10704A46804F5DDF050E2FCA /* IGListDiffKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListDiffKit.h; path = Source/IGListDiffKit/IGListDiffKit.h; sourceTree = ""; };
- 2EA299D8E97B5BE506FA5295DB526339 /* Pods_IGListKitMessageExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_IGListKitMessageExample.framework; path = "Pods-IGListKitMessageExample.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
- 2F3EC318DACF11C20A1B9A0D033122B6 /* IGListDiff.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDiff.mm; path = Source/IGListDiffKit/IGListDiff.mm; sourceTree = ""; };
- 30501B927B797E40619516BD106165E2 /* IGListAdapterUpdater.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapterUpdater.h; sourceTree = ""; };
- 30727EAE20131A8FB4D983D1A0370564 /* IGListKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListKit.h; sourceTree = ""; };
- 309DCA1F3011DC2E4E3DFE80F893F988 /* IGListIndexSetResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListIndexSetResult.m; path = Source/IGListDiffKit/IGListIndexSetResult.m; sourceTree = ""; };
- 32E461A4CD1238418591723CABC5D8AD /* IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListDiffable.h; path = Source/IGListDiffKit/IGListDiffable.h; sourceTree = ""; };
- 35A43E5B967D26C91CF13A0948CB9077 /* Pods-IGListKitMessageExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitMessageExample.release.xcconfig"; sourceTree = ""; };
- 3B911D60FA598ED94D5B3E9F3469464C /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
- 3E2A6E818D105030D27648B7A31EA8A2 /* IGListBatchUpdates.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListBatchUpdates.h; sourceTree = ""; };
- 3F1E26E8D8290BD33F9D710CB2733371 /* IGListAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAssert.h; path = Source/IGListDiffKit/IGListAssert.h; sourceTree = ""; };
- 3F2236F83BFB22B788DB06FF21ED9C7D /* IGListAdapterUpdaterHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListAdapterUpdaterHelpers.m; sourceTree = ""; };
- 3F4E29D3BD28AEBB03ED66E86FA8BEEC /* ListValueSectionController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ListValueSectionController.swift; path = Source/IGListSwiftKit/ListValueSectionController.swift; sourceTree = ""; };
- 4296B602924B1A2BEE5279B0257A4A06 /* IGListItemUpdatesCollector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListItemUpdatesCollector.m; sourceTree = ""; };
- 43A90091CE3B801203BB0C2E80AD3345 /* Pods-IGListKitTodayExample-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-IGListKitTodayExample-umbrella.h"; sourceTree = ""; };
- 45268A329E69C95D6AF6F69305A44ABC /* UICollectionViewLayout+InteractiveReordering.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UICollectionViewLayout+InteractiveReordering.h"; sourceTree = ""; };
- 46A4BE15DAE75E8617413DD589864CDC /* IGListWorkingRangeHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = IGListWorkingRangeHandler.mm; sourceTree = ""; };
- 486F79596A0C04EEAE074A38399E2220 /* Pods_IGListKitExamples.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_IGListKitExamples.framework; path = "Pods-IGListKitExamples.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
- 48DA3C2EE1B0D5AB40BCD8B29EA600B1 /* IGListSectionMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListSectionMap.h; sourceTree = ""; };
- 4952CF5C5703457EF79CB8F2A8C88FA0 /* IGListCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListCollectionView.h; sourceTree = ""; };
- 49C5A51AF863319234A29A96198D161A /* IGListAdapterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapterProxy.h; sourceTree = ""; };
- 4B4EC1F3F749AD6B7DCE2AD00B031027 /* IGListSwiftKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IGListSwiftKit.xcconfig; sourceTree = ""; };
- 506F64B585038909BF1722736F62725B /* IGListBatchContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListBatchContext.h; sourceTree = ""; };
- 508B8AFD911B9D324C68AE718806A8EC /* UICollectionView+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UICollectionView+DebugDescription.h"; sourceTree = ""; };
- 50F6CA31FF68B2F10CEF56C83A7ED9B5 /* IGListAdapter+UICollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListAdapter+UICollectionView.m"; sourceTree = ""; };
- 5413AB35520479F80123C232573F7C11 /* IGListBatchUpdateData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListBatchUpdateData.h; path = Source/IGListDiffKit/IGListBatchUpdateData.h; sourceTree = ""; };
- 54C9FC48914BDD5F35963B77F6291EA5 /* IGListCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListCompatibility.h; path = Source/IGListDiffKit/IGListCompatibility.h; sourceTree = ""; };
- 5707BCDA034BCEF747F9065363ACB1B3 /* IGListSingleSectionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListSingleSectionController.h; sourceTree = ""; };
- 5725F42A6B32814F1090E8189DA4C93B /* Pods-IGListKitTodayExample-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitTodayExample-acknowledgements.plist"; sourceTree = ""; };
- 587D4C331501408F7A72A3787A63E9FD /* IGListArrayUtilsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListArrayUtilsInternal.h; sourceTree = ""; };
- 590957D0B1484CAE2793EF0555E56D8F /* NSNumber+IGListDiffable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNumber+IGListDiffable.m"; path = "Source/IGListDiffKit/NSNumber+IGListDiffable.m"; sourceTree = ""; };
- 592A7425E415B5401014BC7010E922CC /* IGListBatchUpdates.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListBatchUpdates.m; sourceTree = ""; };
- 59E50C92BF4B7D46F9B288808273FE1A /* Pods-IGListKitExamples-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitExamples-acknowledgements.plist"; sourceTree = ""; };
- 5ACE57F6A1FFE0F38534490BFF977551 /* IGListAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListAdapter.m; sourceTree = ""; };
- 5D1CC73E7BDE6E015280E27A51CC6656 /* IGListBindingSectionController+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListBindingSectionController+DebugDescription.h"; sourceTree = ""; };
- 5D35F44BB99AADB3A5044E9DB15196FC /* IGListBatchUpdateTransaction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListBatchUpdateTransaction.h; sourceTree = ""; };
- 5EDC618BAC29231BF6CCC66BB9D6BECB /* Pods-IGListKitTodayExample-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitTodayExample-Info.plist"; sourceTree = ""; };
- 5FC30FA3667149A9E9C678775D0DA4AD /* IGListGenericSectionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListGenericSectionController.h; sourceTree = ""; };
- 5FE864099BB5AEEA2BCC0D5FEB80157C /* Pods-IGListKitMessageExample-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-IGListKitMessageExample-dummy.m"; sourceTree = ""; };
- 6011EBEAF4F48DFC7D7128A3D10B4E24 /* IGListSwiftKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListSwiftKit-prefix.pch"; sourceTree = ""; };
- 612D895CE17D05BF6A0A0C2CA9C03F1F /* IGListCollectionViewDelegateLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListCollectionViewDelegateLayout.h; sourceTree = ""; };
- 61F06B9F07793A75082FA8E7B85AE5C3 /* IGListReloadTransaction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListReloadTransaction.h; sourceTree = ""; };
- 643FF536DB8AD25F78D1AAB316A6E9FC /* IGListSwiftKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IGListSwiftKit.framework; path = IGListSwiftKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 650C82FB4A3E5CFBCDEACCCE47DDB875 /* IGListGenericSectionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListGenericSectionController.m; sourceTree = ""; };
- 65943773339735BF20335E0CA2F6A97D /* IGListCollectionViewLayoutInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListCollectionViewLayoutInternal.h; sourceTree = ""; };
- 65F663CFD0354F6835AFB2A84E19213C /* IGListDisplayDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListDisplayDelegate.h; sourceTree = ""; };
- 68D30BEE1C2A7C087ED9FD19E0C3903D /* IGListTransitionData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListTransitionData.m; sourceTree = ""; };
- 6AC56D56E24375605362AA4F80867B34 /* IGListDisplayHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListDisplayHandler.m; sourceTree = ""; };
- 6BD4B515AD9AD3B918143D96A1503527 /* IGListDataSourceChangeTransaction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListDataSourceChangeTransaction.m; sourceTree = ""; };
- 6CFB9E04C751635D67CB5910AC35799F /* Pods-IGListKitMessageExample-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-IGListKitMessageExample-acknowledgements.markdown"; sourceTree = ""; };
- 6DD6FEDFC7E89039C21AAE1D6D7B6D74 /* IGListCollectionViewLayoutCompatible.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListCollectionViewLayoutCompatible.h; sourceTree = ""; };
- 6DE7D0CD3E3A68F4B5E12D3FBFB0E57A /* IGListDisplayHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListDisplayHandler.h; sourceTree = ""; };
- 6E956F04BA509B58610893C3A8D8B743 /* IGListSupplementaryViewSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListSupplementaryViewSource.h; sourceTree = ""; };
- 6F993499D2D97F923A081D0E0A710F7C /* Pods-IGListKitExamples-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-IGListKitExamples-frameworks.sh"; sourceTree = ""; };
- 700AC03179D17EDCB64BEAFB594411EC /* IGListSwiftKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListSwiftKit-dummy.m"; sourceTree = ""; };
- 70609755271858399A87551338DCC5C1 /* UIScrollView+IGListKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+IGListKit.m"; sourceTree = ""; };
- 7096A928FB0DB3C4EC7F43ED20B8BF21 /* IGListDebuggingUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListDebuggingUtilities.m; sourceTree = ""; };
- 7146D4142C77D925A5818228415660E2 /* IGListReloadDataUpdater.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListReloadDataUpdater.m; sourceTree = ""; };
- 72C7ABC8ED51F56D0BF3583094BB8ECE /* IGListDiffKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IGListDiffKit.modulemap; sourceTree = ""; };
- 72CEA80260C6198FB9CF217D659A0E83 /* IGListWorkingRangeHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListWorkingRangeHandler.h; sourceTree = ""; };
- 78C94F44437C6AA906A2A4D19154035A /* IGListIndexPathResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexPathResultInternal.h; sourceTree = ""; };
- 79B7145954AAC3AA5B5ACA877E7DAEAD /* Pods-IGListKitExamples-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-IGListKitExamples-acknowledgements.markdown"; sourceTree = ""; };
- 7B67433BA1218F70BD2A6E9A8C5C78DE /* IGListBatchUpdateData+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListBatchUpdateData+DebugDescription.h"; sourceTree = ""; };
- 7D379A2179EE92C05A1BDC6BBECC5EBD /* IGListAdapterDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapterDelegate.h; sourceTree = ""; };
- 7E6EB63262CA96678D84F16038CAC369 /* IGListAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapter.h; sourceTree = ""; };
- 7F2DFCA82DD1FA3AD307A52286041048 /* Pods_IGListKitTodayExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_IGListKitTodayExample.framework; path = "Pods-IGListKitTodayExample.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
- 7F84A1E19E9226F9CCBF6E2CA2655033 /* IGListAdapter+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListAdapter+DebugDescription.h"; sourceTree = ""; };
- 805835364A00CFBC6D269A823E0868A5 /* UICollectionView+IGListBatchUpdateData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UICollectionView+IGListBatchUpdateData.m"; sourceTree = ""; };
- 807D84B9F17B4ADC930E59B6E3A5193F /* IGListSwiftKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IGListSwiftKit-Info.plist"; sourceTree = ""; };
- 80AA5706013EDD6BA5DFAD8098239CCE /* Pods-IGListKitMessageExample-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitMessageExample-Info.plist"; sourceTree = ""; };
- 82ECCFA86E0037A64DABBE83F00A0121 /* IGListSwiftKit.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = IGListSwiftKit.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
- 84431AC5C831DEBF803704798D97D888 /* NSNumber+IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNumber+IGListDiffable.h"; path = "Source/IGListDiffKit/NSNumber+IGListDiffable.h"; sourceTree = ""; };
- 851810589AA9C2096B06498BEF1D4061 /* IGListAdapterInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapterInternal.h; sourceTree = ""; };
- 8562BABAF34A64ED681782A0A6CEFE49 /* IGListSectionMap+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListSectionMap+DebugDescription.h"; sourceTree = ""; };
- 883E2371BF0A3B5BFFC625C9B346D7DE /* ListIdentifiable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ListIdentifiable.swift; path = Source/IGListSwiftKit/ListIdentifiable.swift; sourceTree = ""; };
- 88960E5B9C8489127FFEFE614DB3BDA7 /* Pods-IGListKitTodayExample-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-IGListKitTodayExample-dummy.m"; sourceTree = ""; };
- 8C620A439298E9C8573667EBE3779CCD /* IGListKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListKit-umbrella.h"; sourceTree = ""; };
- 8D7B997FE99E5F829B702490B3066FF4 /* IGListReloadIndexPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListReloadIndexPath.m; sourceTree = ""; };
- 8DA64B840220B36B499F140D39DA11CB /* IGListIndexSetResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListIndexSetResult.h; path = Source/IGListDiffKit/IGListIndexSetResult.h; sourceTree = ""; };
- 8DCF06C38BB6F64F6B7CAB896FC10E83 /* IGListSingleSectionController+Refinements.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IGListSingleSectionController+Refinements.swift"; path = "Source/IGListSwiftKit/IGListSingleSectionController+Refinements.swift"; sourceTree = ""; };
- 8F5A17D1D22711A4A409793C460FC37E /* IGListBindingSectionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListBindingSectionController.m; sourceTree = ""; };
- 9446D8414CC2627A64DD91FAE34B4213 /* IGListReloadIndexPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListReloadIndexPath.h; sourceTree = ""; };
- 9476386916237F8A9C679A3FC6E76569 /* IGListDiffKit.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = IGListDiffKit.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
- 9575B1B7CB68D17334298940E3FD0674 /* IGListSwiftKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListSwiftKit-umbrella.h"; sourceTree = ""; };
- 9595870D6BDB26D9E8F946A3EC8B9ACF /* Pods-IGListKitExamples.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitExamples.debug.xcconfig"; sourceTree = ""; };
- 962D9F2E76169BA8E87E258588C60B4C /* IGListCollectionViewLayout.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = IGListCollectionViewLayout.mm; sourceTree = ""; };
- 9723AC0542204CCB15215142908BD947 /* Pods-IGListKitMessageExample-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitMessageExample-acknowledgements.plist"; sourceTree = ""; };
- 975DA28B896FF9F92BF2DB43137B8C33 /* IGListExperiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListExperiments.h; path = Source/IGListDiffKit/IGListExperiments.h; sourceTree = ""; };
- 9A76BC721368254F7A9FFB37EEE81A1C /* IGListKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IGListKit-Info.plist"; sourceTree = ""; };
- 9BACF706BF6884DC3425486DEAB26BFF /* IGListAdapterUpdaterDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapterUpdaterDelegate.h; sourceTree = ""; };
- 9C5B48B96BDCB5D976C5A9F451854918 /* IGListAdapter+UICollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListAdapter+UICollectionView.h"; sourceTree = ""; };
- 9CD4DBFCA7CD38CA83483338583506CD /* IGListKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListKit-dummy.m"; sourceTree = ""; };
- 9D41D58FA4CB11E92A6A00E817F3A0D4 /* IGListAdapterDataSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapterDataSource.h; sourceTree = ""; };
- 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
- 9DBCBCBBF3819A86A746D1F2CEB4A7F9 /* IGListCollectionViewLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListCollectionViewLayout.h; sourceTree = ""; };
- 9E4AA38578925563A00C894E21F2C1F9 /* IGListUpdateTransactionBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListUpdateTransactionBuilder.h; sourceTree = ""; };
- A1772FA645B239E573F0C28BE94E37D3 /* UICollectionView+IGListBatchUpdateData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UICollectionView+IGListBatchUpdateData.h"; sourceTree = ""; };
- A23997549373B6D4BC183F4C14C1CD52 /* IGListUpdateTransactionBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListUpdateTransactionBuilder.m; sourceTree = ""; };
- A289D2A44C1745379A3FC93ACF4A28AB /* IGListDiffKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IGListDiffKit.xcconfig; sourceTree = ""; };
- A3260C9CF62CF984387BC2936A430540 /* IGListUpdateTransactable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListUpdateTransactable.h; sourceTree = ""; };
- A52EADA9E501F8EFE996993A86ADF585 /* IGListMoveIndexInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndexInternal.h; sourceTree = ""; };
- A822D7DBF3410C24FD721FA25AE5CE20 /* IGListAdapter+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListAdapter+DebugDescription.m"; sourceTree = ""; };
- AACABFEA334B51978248C9C13F1FDB5A /* IGListSectionMap+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListSectionMap+DebugDescription.m"; sourceTree = ""; };
- AB4F4D4493A30753811E3A1226997261 /* IGListBindingSectionControllerDataSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListBindingSectionControllerDataSource.h; sourceTree = ""; };
- AD5513AFE027D6DE29C15A9D43115BBC /* IGListSectionMap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListSectionMap.m; sourceTree = ""; };
- AED8C6DF3E128FBDE0BB6B907882E3D1 /* Pods-IGListKitMessageExample-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-IGListKitMessageExample-umbrella.h"; sourceTree = ""; };
- AFFA40EE8869BEACFA0C8F6EEE217777 /* Pods-IGListKitTodayExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitTodayExample.release.xcconfig"; sourceTree = ""; };
- B03840746DD79C09DBCDF4199165864E /* IGListMoveIndexPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListMoveIndexPath.m; path = Source/IGListDiffKit/IGListMoveIndexPath.m; sourceTree = ""; };
- B1C31B7481CD1101235F9472A6394E95 /* IGListDiffKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListDiffKit-prefix.pch"; sourceTree = ""; };
- B3C6C3E0B0FE2750FE588E0AFBA66D62 /* IGListKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IGListKit.framework; path = IGListKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- B59E8D489A63A527242040885FE6D52E /* IGListMoveIndex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListMoveIndex.h; path = Source/IGListDiffKit/IGListMoveIndex.h; sourceTree = ""; };
- B5CD6ABD27B30B00EED2534478922661 /* IGListIndexPathResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListIndexPathResult.h; path = Source/IGListDiffKit/IGListIndexPathResult.h; sourceTree = ""; };
- BBB38F13FF0E124B1973207DAB1B1F83 /* IGListMoveIndexPathInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndexPathInternal.h; sourceTree = ""; };
- BC1BD9091E0C5D47A396629424D3433B /* IGListSingleSectionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListSingleSectionController.m; sourceTree = ""; };
- C08A3F280962B39D956D1497925004ED /* IGListBatchUpdateTransaction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListBatchUpdateTransaction.m; sourceTree = ""; };
- C2B74C4D58A43085CAEF495722A32B7C /* Pods-IGListKitMessageExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitMessageExample.debug.xcconfig"; sourceTree = ""; };
- C33A3E1CF2AF69CAD36660EFE04B8CDF /* IGListCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListCollectionView.m; sourceTree = ""; };
- C59D8D2619212CFB887CAFF1FA897938 /* IGListAdapterUpdater+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListAdapterUpdater+DebugDescription.h"; sourceTree = ""; };
- C5F657DF25B4B60353A9DAC0D23DFC57 /* IGListDiffKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListDiffKit-dummy.m"; sourceTree = ""; };
- C6F12B4A217D70B98FF2EE76E839F316 /* IGListBatchUpdateData.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBatchUpdateData.mm; path = Source/IGListDiffKit/IGListBatchUpdateData.mm; sourceTree = ""; };
- C818FE0CC577DCD87F54DD24062B0EFB /* IGListDiff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListDiff.h; path = Source/IGListDiffKit/IGListDiff.h; sourceTree = ""; };
- C8FDF44B122DFDC6992E2636F4729D6C /* IGListMoveIndex.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListMoveIndex.m; path = Source/IGListDiffKit/IGListMoveIndex.m; sourceTree = ""; };
- CA7BACDBA8CAD9A5CCB46ACDF0D53D47 /* IGListAdapterUpdater.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListAdapterUpdater.m; sourceTree = ""; };
- CAB6022F48642E9595B5E3ABDB4820AB /* IGListCollectionContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListCollectionContext.h; sourceTree = ""; };
- CC2F48B1F6296A5304F262F0D924C90B /* IGListAdapterUpdaterInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapterUpdaterInternal.h; sourceTree = ""; };
- CCB11F57D4FC15E16BC71C4A3669D4F5 /* IGListKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IGListKit.modulemap; sourceTree = ""; };
- CD9E39ACFD5C1B8BF5BAB437C74A5032 /* UICollectionViewLayout+InteractiveReordering.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UICollectionViewLayout+InteractiveReordering.m"; sourceTree = ""; };
- CDCDA6F6450D2AA30A033C487391E063 /* IGListAdapterMoveDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapterMoveDelegate.h; sourceTree = ""; };
- D0A50CEB42C3DC2CBD6B6AC24F6528A2 /* Pods-IGListKitExamples-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitExamples-Info.plist"; sourceTree = ""; };
- D0B9228C042B55AD7879884861B07485 /* IGListExperimentalAdapterUpdater+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListExperimentalAdapterUpdater+DebugDescription.h"; sourceTree = ""; };
- D10DAC6F9BDB5D3B7D2E530584832D98 /* Pods-IGListKitExamples.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-IGListKitExamples.modulemap"; sourceTree = ""; };
- D55AD15474822523B1FDC15DBA6AD3D5 /* Pods-IGListKitExamples-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-IGListKitExamples-dummy.m"; sourceTree = ""; };
- D8D6A97750ACC210AF52EF992C4FF9CC /* IGListBindable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListBindable.h; sourceTree = ""; };
- DB2F110BE55911A303E326460CB3F746 /* IGListAdapterUpdater+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListAdapterUpdater+DebugDescription.m"; sourceTree = ""; };
- E35F2ED975A4F8D3FA20068AFCA306B7 /* IGListIndexPathResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListIndexPathResult.m; path = Source/IGListDiffKit/IGListIndexPathResult.m; sourceTree = ""; };
- E4586189293C4CEE0D74135B6E973F08 /* IGListBatchUpdateState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListBatchUpdateState.h; sourceTree = ""; };
- E49DD3A0FF2565D9DDAE258E0214CB28 /* IGListSectionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListSectionController.h; sourceTree = ""; };
- E53DA1CE1C7133E4D615A5C8E7576CC1 /* IGListTransitionData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListTransitionData.h; sourceTree = ""; };
- E5D51664F030716E0CC187DF6BF2D8C4 /* IGListDiffKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IGListDiffKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- E78805CFDBB4056D2752077DE97EC434 /* IGListDiffKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListDiffKit-umbrella.h"; sourceTree = ""; };
- EAC5CA1C5B02AFD5319F9BE941CE3159 /* IGListSectionControllerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListSectionControllerInternal.h; sourceTree = ""; };
- F16D7928690C004774CC23945C132F60 /* IGListMoveIndexPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListMoveIndexPath.h; path = Source/IGListDiffKit/IGListMoveIndexPath.h; sourceTree = ""; };
- F1CF52303AC6C660A047E507A5C320F9 /* IGListDebugger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListDebugger.h; sourceTree = ""; };
- F29BC6D0BFDD2737DEB3C1876C0BF9AF /* IGListScrollDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListScrollDelegate.h; sourceTree = ""; };
- F318DE326C70C46C4A57833F07BF52D2 /* IGListCollectionScrollingTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListCollectionScrollingTraits.h; sourceTree = ""; };
- F3F63B058EE4697FDEAD096703633F13 /* NSString+IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+IGListDiffable.h"; path = "Source/IGListDiffKit/NSString+IGListDiffable.h"; sourceTree = ""; };
- F4C5EE92F852265D56B0A773C6D65567 /* Pods-IGListKitExamples-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-IGListKitExamples-umbrella.h"; sourceTree = ""; };
- F5A5D866E6A79D70B095707B2A9FA868 /* IGListReloadTransaction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListReloadTransaction.m; sourceTree = ""; };
- F5D128A24D3562103CB389F68D1ECCD9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
- F9887F0DB1F3850622FB10A1001DDD23 /* IGListAdapterPerformanceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapterPerformanceDelegate.h; sourceTree = ""; };
- FE234B6B25BCEF5C32AB4774428C778B /* Pods-IGListKitTodayExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitTodayExample.debug.xcconfig"; sourceTree = ""; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
- 4275221616C4BB65DDE5F4CB89D071D8 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 16EFF060EE92D5681F3480C55827463F /* Foundation.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 600AE64279D572B5C839D933AC7203EF /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 9D65040CC5F6E16E24AA23018E6A7F2E /* Foundation.framework in Frameworks */,
- 3AB7D7496609625928AFEBAA21A46551 /* IGListDiffKit.framework in Frameworks */,
- 05CDE7C4FEA0859D4411AEC4A32C79EF /* UIKit.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- D77A5BD44A6FD9D19CC70C59AA8604D7 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7FA23FAEB2F8A3AC86D7E771FA3C3EC2 /* Foundation.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- E8B6D0DDD7A8887378044BE34CC7E4CA /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 53DF45459D6E20B0F2EAC148B149833D /* Foundation.framework in Frameworks */,
- 3F3DC1C41A06D4395D54E7EA8C746457 /* UIKit.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- F73421DD673124F0B3B6E86744A34CA0 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 361A36F327EB9C7344DF8D5DE05A3D13 /* Foundation.framework in Frameworks */,
- 9B77DACCA8FD3F3BD2F9F288B57D20E2 /* IGListKit.framework in Frameworks */,
- D33BE062248135B9F351FBE951728831 /* UIKit.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- FEFBE4DE2EFFC34983A91EBACCE7D6EB /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A848E835C5D33AE96023CE6A5E0CBE2A /* Foundation.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
- 01A2494C5D4ED1E6599221ABC2B4AB0B /* IGListKit */ = {
- isa = PBXGroup;
- children = (
- 276CEC4A230CDAE4BF486843309B61CF /* IGListKit */,
- F9302CAB95B359CB6DC008FF859ED1F9 /* Pod */,
- 24C1F458558AEBCA5E1130B37082B122 /* Support Files */,
- );
- name = IGListKit;
- path = ../../..;
- sourceTree = "";
- };
- 0A91BA7A33648232AEE6E76AEE9D39E7 /* iOS */ = {
- isa = PBXGroup;
- children = (
- F5D128A24D3562103CB389F68D1ECCD9 /* Foundation.framework */,
- 3B911D60FA598ED94D5B3E9F3469464C /* UIKit.framework */,
- );
- name = iOS;
- sourceTree = "";
- };
- 1435D741B0FCC549EF00EE1DB0D85DFC /* Internal */ = {
- isa = PBXGroup;
- children = (
- 78C94F44437C6AA906A2A4D19154035A /* IGListIndexPathResultInternal.h */,
- 10009AC5560AAF565676905AE35A5F15 /* IGListIndexSetResultInternal.h */,
- A52EADA9E501F8EFE996993A86ADF585 /* IGListMoveIndexInternal.h */,
- BBB38F13FF0E124B1973207DAB1B1F83 /* IGListMoveIndexPathInternal.h */,
- );
- name = Internal;
- path = Source/IGListDiffKit/Internal;
- sourceTree = "";
- };
- 1C7AD797E97CC19EF0D53BFE78E4AD04 /* Pods-IGListKitMessageExample */ = {
- isa = PBXGroup;
- children = (
- 1967799F4EE34E50A2BCA37018E48919 /* Pods-IGListKitMessageExample.modulemap */,
- 6CFB9E04C751635D67CB5910AC35799F /* Pods-IGListKitMessageExample-acknowledgements.markdown */,
- 9723AC0542204CCB15215142908BD947 /* Pods-IGListKitMessageExample-acknowledgements.plist */,
- 5FE864099BB5AEEA2BCC0D5FEB80157C /* Pods-IGListKitMessageExample-dummy.m */,
- 80AA5706013EDD6BA5DFAD8098239CCE /* Pods-IGListKitMessageExample-Info.plist */,
- AED8C6DF3E128FBDE0BB6B907882E3D1 /* Pods-IGListKitMessageExample-umbrella.h */,
- C2B74C4D58A43085CAEF495722A32B7C /* Pods-IGListKitMessageExample.debug.xcconfig */,
- 35A43E5B967D26C91CF13A0948CB9077 /* Pods-IGListKitMessageExample.release.xcconfig */,
- );
- name = "Pods-IGListKitMessageExample";
- path = "Target Support Files/Pods-IGListKitMessageExample";
- sourceTree = "";
- };
- 24C1F458558AEBCA5E1130B37082B122 /* Support Files */ = {
- isa = PBXGroup;
- children = (
- CCB11F57D4FC15E16BC71C4A3669D4F5 /* IGListKit.modulemap */,
- 262D3B94198F3451CA4FC131B3986E07 /* IGListKit.xcconfig */,
- 9CD4DBFCA7CD38CA83483338583506CD /* IGListKit-dummy.m */,
- 9A76BC721368254F7A9FFB37EEE81A1C /* IGListKit-Info.plist */,
- 02E483F7026C95FCFB0D1971440AC1DF /* IGListKit-prefix.pch */,
- 8C620A439298E9C8573667EBE3779CCD /* IGListKit-umbrella.h */,
- );
- name = "Support Files";
- path = "Examples/Examples-iOS/Pods/Target Support Files/IGListKit";
- sourceTree = "";
- };
- 2645FE348EFE1212BBF8271E985E2100 /* Targets Support Files */ = {
- isa = PBXGroup;
- children = (
- 7413E422185E532053339B2B06BB4D21 /* Pods-IGListKitExamples */,
- 1C7AD797E97CC19EF0D53BFE78E4AD04 /* Pods-IGListKitMessageExample */,
- B57FAF36255E5D389458526DCB803718 /* Pods-IGListKitTodayExample */,
- );
- name = "Targets Support Files";
- sourceTree = "";
- };
- 276CEC4A230CDAE4BF486843309B61CF /* IGListKit */ = {
- isa = PBXGroup;
- children = (
- 7E6EB63262CA96678D84F16038CAC369 /* IGListAdapter.h */,
- 5ACE57F6A1FFE0F38534490BFF977551 /* IGListAdapter.m */,
- 9D41D58FA4CB11E92A6A00E817F3A0D4 /* IGListAdapterDataSource.h */,
- 7D379A2179EE92C05A1BDC6BBECC5EBD /* IGListAdapterDelegate.h */,
- CDCDA6F6450D2AA30A033C487391E063 /* IGListAdapterMoveDelegate.h */,
- F9887F0DB1F3850622FB10A1001DDD23 /* IGListAdapterPerformanceDelegate.h */,
- 2304D658CB232B8132831D85696DC0F7 /* IGListAdapterUpdateListener.h */,
- 30501B927B797E40619516BD106165E2 /* IGListAdapterUpdater.h */,
- CA7BACDBA8CAD9A5CCB46ACDF0D53D47 /* IGListAdapterUpdater.m */,
- 9BACF706BF6884DC3425486DEAB26BFF /* IGListAdapterUpdaterDelegate.h */,
- 506F64B585038909BF1722736F62725B /* IGListBatchContext.h */,
- D8D6A97750ACC210AF52EF992C4FF9CC /* IGListBindable.h */,
- 0F167B2E12FD37384C1F1A0682A150B2 /* IGListBindingSectionController.h */,
- 8F5A17D1D22711A4A409793C460FC37E /* IGListBindingSectionController.m */,
- AB4F4D4493A30753811E3A1226997261 /* IGListBindingSectionControllerDataSource.h */,
- 11BAE317B9BE19E158DE3C9AE3826D25 /* IGListBindingSectionControllerSelectionDelegate.h */,
- 06500877C9F083DCE0EA6807FB863C1E /* IGListBindingSingleSectionController.h */,
- 229FBC5E8E13E7B7BEC02FA6E1C234E3 /* IGListBindingSingleSectionController.m */,
- CAB6022F48642E9595B5E3ABDB4820AB /* IGListCollectionContext.h */,
- F318DE326C70C46C4A57833F07BF52D2 /* IGListCollectionScrollingTraits.h */,
- 4952CF5C5703457EF79CB8F2A8C88FA0 /* IGListCollectionView.h */,
- C33A3E1CF2AF69CAD36660EFE04B8CDF /* IGListCollectionView.m */,
- 612D895CE17D05BF6A0A0C2CA9C03F1F /* IGListCollectionViewDelegateLayout.h */,
- 9DBCBCBBF3819A86A746D1F2CEB4A7F9 /* IGListCollectionViewLayout.h */,
- 962D9F2E76169BA8E87E258588C60B4C /* IGListCollectionViewLayout.mm */,
- 6DD6FEDFC7E89039C21AAE1D6D7B6D74 /* IGListCollectionViewLayoutCompatible.h */,
- 65F663CFD0354F6835AFB2A84E19213C /* IGListDisplayDelegate.h */,
- 5FC30FA3667149A9E9C678775D0DA4AD /* IGListGenericSectionController.h */,
- 650C82FB4A3E5CFBCDEACCCE47DDB875 /* IGListGenericSectionController.m */,
- 30727EAE20131A8FB4D983D1A0370564 /* IGListKit.h */,
- 01D08B11E1547C3F178532163182DC7F /* IGListReloadDataUpdater.h */,
- 7146D4142C77D925A5818228415660E2 /* IGListReloadDataUpdater.m */,
- F29BC6D0BFDD2737DEB3C1876C0BF9AF /* IGListScrollDelegate.h */,
- E49DD3A0FF2565D9DDAE258E0214CB28 /* IGListSectionController.h */,
- 259D3320B26772893A0822C4C0322F86 /* IGListSectionController.m */,
- 5707BCDA034BCEF747F9065363ACB1B3 /* IGListSingleSectionController.h */,
- BC1BD9091E0C5D47A396629424D3433B /* IGListSingleSectionController.m */,
- 6E956F04BA509B58610893C3A8D8B743 /* IGListSupplementaryViewSource.h */,
- E53DA1CE1C7133E4D615A5C8E7576CC1 /* IGListTransitionData.h */,
- 68D30BEE1C2A7C087ED9FD19E0C3903D /* IGListTransitionData.m */,
- 04205A66EBA0FECD180C94CE511CBAAC /* IGListTransitionDelegate.h */,
- 20C2105FD2B1C0D7E6367E1EF4D9C07D /* IGListUpdatingDelegate.h */,
- 0FC9099E38E7F449F49A06400BF9DA2F /* IGListWorkingRangeDelegate.h */,
- EEB3317DFDCDB41094C2E34731A360EF /* Internal */,
- );
- name = IGListKit;
- path = Source/IGListKit;
- sourceTree = "";
- };
- 45C57255CD04C4257D6C817DB7747B23 /* Support Files */ = {
- isa = PBXGroup;
- children = (
- 72C7ABC8ED51F56D0BF3583094BB8ECE /* IGListDiffKit.modulemap */,
- A289D2A44C1745379A3FC93ACF4A28AB /* IGListDiffKit.xcconfig */,
- C5F657DF25B4B60353A9DAC0D23DFC57 /* IGListDiffKit-dummy.m */,
- 24F9E6A6420DB467E50ECDFCC07C4C82 /* IGListDiffKit-Info.plist */,
- B1C31B7481CD1101235F9472A6394E95 /* IGListDiffKit-prefix.pch */,
- E78805CFDBB4056D2752077DE97EC434 /* IGListDiffKit-umbrella.h */,
- );
- name = "Support Files";
- path = "Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit";
- sourceTree = "";
- };
- 64866065519A32EDC9F33B5286B418F4 /* Development Pods */ = {
- isa = PBXGroup;
- children = (
- ECC3CCA3A558AEC2ABDE305C13DB65FF /* IGListDiffKit */,
- 01A2494C5D4ED1E6599221ABC2B4AB0B /* IGListKit */,
- F3DB836D7A89372BAFDD41FD61527913 /* IGListSwiftKit */,
- );
- name = "Development Pods";
- sourceTree = "";
- };
- 6F4716A999D38BA5CC394A6671A77441 /* Pod */ = {
- isa = PBXGroup;
- children = (
- 82ECCFA86E0037A64DABBE83F00A0121 /* IGListSwiftKit.podspec */,
- );
- name = Pod;
- sourceTree = "";
- };
- 73A88B9D0E7C8B54A3F89A6ED413D578 /* Products */ = {
- isa = PBXGroup;
- children = (
- 195AD71F7938FEA988FDCC5B0A10FFDF /* IGListDiffKit.framework */,
- B3C6C3E0B0FE2750FE588E0AFBA66D62 /* IGListKit.framework */,
- 643FF536DB8AD25F78D1AAB316A6E9FC /* IGListSwiftKit.framework */,
- 486F79596A0C04EEAE074A38399E2220 /* Pods_IGListKitExamples.framework */,
- 2EA299D8E97B5BE506FA5295DB526339 /* Pods_IGListKitMessageExample.framework */,
- 7F2DFCA82DD1FA3AD307A52286041048 /* Pods_IGListKitTodayExample.framework */,
- );
- name = Products;
- sourceTree = "";
- };
- 7413E422185E532053339B2B06BB4D21 /* Pods-IGListKitExamples */ = {
- isa = PBXGroup;
- children = (
- D10DAC6F9BDB5D3B7D2E530584832D98 /* Pods-IGListKitExamples.modulemap */,
- 79B7145954AAC3AA5B5ACA877E7DAEAD /* Pods-IGListKitExamples-acknowledgements.markdown */,
- 59E50C92BF4B7D46F9B288808273FE1A /* Pods-IGListKitExamples-acknowledgements.plist */,
- D55AD15474822523B1FDC15DBA6AD3D5 /* Pods-IGListKitExamples-dummy.m */,
- 6F993499D2D97F923A081D0E0A710F7C /* Pods-IGListKitExamples-frameworks.sh */,
- D0A50CEB42C3DC2CBD6B6AC24F6528A2 /* Pods-IGListKitExamples-Info.plist */,
- F4C5EE92F852265D56B0A773C6D65567 /* Pods-IGListKitExamples-umbrella.h */,
- 9595870D6BDB26D9E8F946A3EC8B9ACF /* Pods-IGListKitExamples.debug.xcconfig */,
- 24F0859F5A4214E8CA0BDA16F935F327 /* Pods-IGListKitExamples.release.xcconfig */,
- );
- name = "Pods-IGListKitExamples";
- path = "Target Support Files/Pods-IGListKitExamples";
- sourceTree = "";
- };
- A0C63B602F9C07BE165FDA18BBA3C153 /* Pod */ = {
- isa = PBXGroup;
- children = (
- 9476386916237F8A9C679A3FC6E76569 /* IGListDiffKit.podspec */,
- );
- name = Pod;
- sourceTree = "";
- };
- A6F5A7C33B4E596B2A3EE55005569628 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- E5D51664F030716E0CC187DF6BF2D8C4 /* IGListDiffKit.framework */,
- 0B3C1D15B8C65313758814DA5177B8CA /* IGListKit.framework */,
- 0A91BA7A33648232AEE6E76AEE9D39E7 /* iOS */,
- );
- name = Frameworks;
- sourceTree = "";
- };
- B57FAF36255E5D389458526DCB803718 /* Pods-IGListKitTodayExample */ = {
- isa = PBXGroup;
- children = (
- 0F842E17D76038DEA036D9D0D37BE0B7 /* Pods-IGListKitTodayExample.modulemap */,
- 22BFA5C2F26AE4C068E873AB06EBD337 /* Pods-IGListKitTodayExample-acknowledgements.markdown */,
- 5725F42A6B32814F1090E8189DA4C93B /* Pods-IGListKitTodayExample-acknowledgements.plist */,
- 88960E5B9C8489127FFEFE614DB3BDA7 /* Pods-IGListKitTodayExample-dummy.m */,
- 5EDC618BAC29231BF6CCC66BB9D6BECB /* Pods-IGListKitTodayExample-Info.plist */,
- 43A90091CE3B801203BB0C2E80AD3345 /* Pods-IGListKitTodayExample-umbrella.h */,
- FE234B6B25BCEF5C32AB4774428C778B /* Pods-IGListKitTodayExample.debug.xcconfig */,
- AFFA40EE8869BEACFA0C8F6EEE217777 /* Pods-IGListKitTodayExample.release.xcconfig */,
- );
- name = "Pods-IGListKitTodayExample";
- path = "Target Support Files/Pods-IGListKitTodayExample";
- sourceTree = "";
- };
- CF1408CF629C7361332E53B88F7BD30C = {
- isa = PBXGroup;
- children = (
- 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */,
- 64866065519A32EDC9F33B5286B418F4 /* Development Pods */,
- A6F5A7C33B4E596B2A3EE55005569628 /* Frameworks */,
- 73A88B9D0E7C8B54A3F89A6ED413D578 /* Products */,
- 2645FE348EFE1212BBF8271E985E2100 /* Targets Support Files */,
- );
- sourceTree = "";
- };
- ECC3CCA3A558AEC2ABDE305C13DB65FF /* IGListDiffKit */ = {
- isa = PBXGroup;
- children = (
- 3F1E26E8D8290BD33F9D710CB2733371 /* IGListAssert.h */,
- 5413AB35520479F80123C232573F7C11 /* IGListBatchUpdateData.h */,
- C6F12B4A217D70B98FF2EE76E839F316 /* IGListBatchUpdateData.mm */,
- 54C9FC48914BDD5F35963B77F6291EA5 /* IGListCompatibility.h */,
- C818FE0CC577DCD87F54DD24062B0EFB /* IGListDiff.h */,
- 2F3EC318DACF11C20A1B9A0D033122B6 /* IGListDiff.mm */,
- 32E461A4CD1238418591723CABC5D8AD /* IGListDiffable.h */,
- 2B9A668F10704A46804F5DDF050E2FCA /* IGListDiffKit.h */,
- 975DA28B896FF9F92BF2DB43137B8C33 /* IGListExperiments.h */,
- B5CD6ABD27B30B00EED2534478922661 /* IGListIndexPathResult.h */,
- E35F2ED975A4F8D3FA20068AFCA306B7 /* IGListIndexPathResult.m */,
- 8DA64B840220B36B499F140D39DA11CB /* IGListIndexSetResult.h */,
- 309DCA1F3011DC2E4E3DFE80F893F988 /* IGListIndexSetResult.m */,
- 27F41CEDC966E69F9DE3B03D748E83A6 /* IGListMacros.h */,
- B59E8D489A63A527242040885FE6D52E /* IGListMoveIndex.h */,
- C8FDF44B122DFDC6992E2636F4729D6C /* IGListMoveIndex.m */,
- F16D7928690C004774CC23945C132F60 /* IGListMoveIndexPath.h */,
- B03840746DD79C09DBCDF4199165864E /* IGListMoveIndexPath.m */,
- 84431AC5C831DEBF803704798D97D888 /* NSNumber+IGListDiffable.h */,
- 590957D0B1484CAE2793EF0555E56D8F /* NSNumber+IGListDiffable.m */,
- F3F63B058EE4697FDEAD096703633F13 /* NSString+IGListDiffable.h */,
- 056D358102CE2C15CE742C70348CBFFC /* NSString+IGListDiffable.m */,
- 1435D741B0FCC549EF00EE1DB0D85DFC /* Internal */,
- A0C63B602F9C07BE165FDA18BBA3C153 /* Pod */,
- 45C57255CD04C4257D6C817DB7747B23 /* Support Files */,
- );
- name = IGListDiffKit;
- path = ../../..;
- sourceTree = "";
- };
- EEB3317DFDCDB41094C2E34731A360EF /* Internal */ = {
- isa = PBXGroup;
- children = (
- 7F84A1E19E9226F9CCBF6E2CA2655033 /* IGListAdapter+DebugDescription.h */,
- A822D7DBF3410C24FD721FA25AE5CE20 /* IGListAdapter+DebugDescription.m */,
- 9C5B48B96BDCB5D976C5A9F451854918 /* IGListAdapter+UICollectionView.h */,
- 50F6CA31FF68B2F10CEF56C83A7ED9B5 /* IGListAdapter+UICollectionView.m */,
- 851810589AA9C2096B06498BEF1D4061 /* IGListAdapterInternal.h */,
- 49C5A51AF863319234A29A96198D161A /* IGListAdapterProxy.h */,
- 166AABDA0832F4C8666B91403DD58F39 /* IGListAdapterProxy.m */,
- C59D8D2619212CFB887CAFF1FA897938 /* IGListAdapterUpdater+DebugDescription.h */,
- DB2F110BE55911A303E326460CB3F746 /* IGListAdapterUpdater+DebugDescription.m */,
- 0A55E31BAA383BEFBE3DE4A72F22D1B6 /* IGListAdapterUpdaterHelpers.h */,
- 3F2236F83BFB22B788DB06FF21ED9C7D /* IGListAdapterUpdaterHelpers.m */,
- CC2F48B1F6296A5304F262F0D924C90B /* IGListAdapterUpdaterInternal.h */,
- 587D4C331501408F7A72A3787A63E9FD /* IGListArrayUtilsInternal.h */,
- 7B67433BA1218F70BD2A6E9A8C5C78DE /* IGListBatchUpdateData+DebugDescription.h */,
- 08AE9AB7D2C45709529E7C95D62A88AE /* IGListBatchUpdateData+DebugDescription.m */,
- 3E2A6E818D105030D27648B7A31EA8A2 /* IGListBatchUpdates.h */,
- 592A7425E415B5401014BC7010E922CC /* IGListBatchUpdates.m */,
- E4586189293C4CEE0D74135B6E973F08 /* IGListBatchUpdateState.h */,
- 5D35F44BB99AADB3A5044E9DB15196FC /* IGListBatchUpdateTransaction.h */,
- C08A3F280962B39D956D1497925004ED /* IGListBatchUpdateTransaction.m */,
- 5D1CC73E7BDE6E015280E27A51CC6656 /* IGListBindingSectionController+DebugDescription.h */,
- 179649B63D140813C918A384248DEB0A /* IGListBindingSectionController+DebugDescription.m */,
- 65943773339735BF20335E0CA2F6A97D /* IGListCollectionViewLayoutInternal.h */,
- 1682455E6609136EAD848BB1F486F40E /* IGListDataSourceChangeTransaction.h */,
- 6BD4B515AD9AD3B918143D96A1503527 /* IGListDataSourceChangeTransaction.m */,
- F1CF52303AC6C660A047E507A5C320F9 /* IGListDebugger.h */,
- 20957A88CBFBD229B5F074016D0476AF /* IGListDebugger.m */,
- 013EF2F1E98B5D23D5CEBBF63D888574 /* IGListDebuggingUtilities.h */,
- 7096A928FB0DB3C4EC7F43ED20B8BF21 /* IGListDebuggingUtilities.m */,
- 6DE7D0CD3E3A68F4B5E12D3FBFB0E57A /* IGListDisplayHandler.h */,
- 6AC56D56E24375605362AA4F80867B34 /* IGListDisplayHandler.m */,
- D0B9228C042B55AD7879884861B07485 /* IGListExperimentalAdapterUpdater+DebugDescription.h */,
- 25283DF3DEFCA1AB9E9D5012017A4BC9 /* IGListItemUpdatesCollector.h */,
- 4296B602924B1A2BEE5279B0257A4A06 /* IGListItemUpdatesCollector.m */,
- 9446D8414CC2627A64DD91FAE34B4213 /* IGListReloadIndexPath.h */,
- 8D7B997FE99E5F829B702490B3066FF4 /* IGListReloadIndexPath.m */,
- 61F06B9F07793A75082FA8E7B85AE5C3 /* IGListReloadTransaction.h */,
- F5A5D866E6A79D70B095707B2A9FA868 /* IGListReloadTransaction.m */,
- EAC5CA1C5B02AFD5319F9BE941CE3159 /* IGListSectionControllerInternal.h */,
- 48DA3C2EE1B0D5AB40BCD8B29EA600B1 /* IGListSectionMap.h */,
- AD5513AFE027D6DE29C15A9D43115BBC /* IGListSectionMap.m */,
- 8562BABAF34A64ED681782A0A6CEFE49 /* IGListSectionMap+DebugDescription.h */,
- AACABFEA334B51978248C9C13F1FDB5A /* IGListSectionMap+DebugDescription.m */,
- A3260C9CF62CF984387BC2936A430540 /* IGListUpdateTransactable.h */,
- 9E4AA38578925563A00C894E21F2C1F9 /* IGListUpdateTransactionBuilder.h */,
- A23997549373B6D4BC183F4C14C1CD52 /* IGListUpdateTransactionBuilder.m */,
- 72CEA80260C6198FB9CF217D659A0E83 /* IGListWorkingRangeHandler.h */,
- 46A4BE15DAE75E8617413DD589864CDC /* IGListWorkingRangeHandler.mm */,
- 508B8AFD911B9D324C68AE718806A8EC /* UICollectionView+DebugDescription.h */,
- 206E3E0171FEAD10D830EA6BA08893C6 /* UICollectionView+DebugDescription.m */,
- A1772FA645B239E573F0C28BE94E37D3 /* UICollectionView+IGListBatchUpdateData.h */,
- 805835364A00CFBC6D269A823E0868A5 /* UICollectionView+IGListBatchUpdateData.m */,
- 45268A329E69C95D6AF6F69305A44ABC /* UICollectionViewLayout+InteractiveReordering.h */,
- CD9E39ACFD5C1B8BF5BAB437C74A5032 /* UICollectionViewLayout+InteractiveReordering.m */,
- 038E10CF55BF95CB0C73547010F2142D /* UIScrollView+IGListKit.h */,
- 70609755271858399A87551338DCC5C1 /* UIScrollView+IGListKit.m */,
- );
- name = Internal;
- path = Internal;
- sourceTree = "";
- };
- F3DB836D7A89372BAFDD41FD61527913 /* IGListSwiftKit */ = {
- isa = PBXGroup;
- children = (
- 1EA108CDAFFC403FF5FCEC99FC5F0640 /* IGListCollectionContext+Refinements.swift */,
- 8DCF06C38BB6F64F6B7CAB896FC10E83 /* IGListSingleSectionController+Refinements.swift */,
- 883E2371BF0A3B5BFFC625C9B346D7DE /* ListIdentifiable.swift */,
- 3F4E29D3BD28AEBB03ED66E86FA8BEEC /* ListValueSectionController.swift */,
- 6F4716A999D38BA5CC394A6671A77441 /* Pod */,
- FA3B2D06C70F7398A60B8278C2B9751C /* Support Files */,
- );
- name = IGListSwiftKit;
- path = ../../..;
- sourceTree = "";
- };
- F9302CAB95B359CB6DC008FF859ED1F9 /* Pod */ = {
- isa = PBXGroup;
- children = (
- 232C3FD2A2148165726C3638A8C84EB7 /* IGListKit.podspec */,
- );
- name = Pod;
- sourceTree = "";
- };
- FA3B2D06C70F7398A60B8278C2B9751C /* Support Files */ = {
- isa = PBXGroup;
- children = (
- 10642A3757FD86CA717DF39C62BC0BB5 /* IGListSwiftKit.modulemap */,
- 4B4EC1F3F749AD6B7DCE2AD00B031027 /* IGListSwiftKit.xcconfig */,
- 700AC03179D17EDCB64BEAFB594411EC /* IGListSwiftKit-dummy.m */,
- 807D84B9F17B4ADC930E59B6E3A5193F /* IGListSwiftKit-Info.plist */,
- 6011EBEAF4F48DFC7D7128A3D10B4E24 /* IGListSwiftKit-prefix.pch */,
- 9575B1B7CB68D17334298940E3FD0674 /* IGListSwiftKit-umbrella.h */,
- );
- name = "Support Files";
- path = "Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit";
- sourceTree = "";
- };
-/* End PBXGroup section */
-
-/* Begin PBXHeadersBuildPhase section */
- 1D4D513C14BABA7E745072E49666B5FB /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 828D320C036FD2A0AE3B0E4F16ACB4AA /* IGListSwiftKit-umbrella.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 2D4AF39954DA6C54B6825492615FE3A3 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 1508B046659C7B44087D9C1809016825 /* Pods-IGListKitTodayExample-umbrella.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 2D785923619E60CC33D31E3CE4FF62BA /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 70345015ED47CD005400283145617059 /* Pods-IGListKitMessageExample-umbrella.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- A13CAD489E08878191CB8B9EC47F51DF /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 04987C22549C1E3D47032B9DB7A10099 /* IGListAdapter.h in Headers */,
- 04EFCB93A09D6FDD2037E29416C22CBD /* IGListAdapter+DebugDescription.h in Headers */,
- 844CBC29825585636877E195C4855F05 /* IGListAdapter+UICollectionView.h in Headers */,
- 4BB081EB8170B86B1246636608258C0B /* IGListAdapterDataSource.h in Headers */,
- 9A4427BBB9C35015DF9712D47082A42A /* IGListAdapterDelegate.h in Headers */,
- ED5D4B36E0866CA0FD80784525EF9215 /* IGListAdapterInternal.h in Headers */,
- E402E1D91C03EC633B9FB865DD375D67 /* IGListAdapterMoveDelegate.h in Headers */,
- 5AC836625C5BF45583A97519C34F5789 /* IGListAdapterPerformanceDelegate.h in Headers */,
- 0BB89ED5BDA985532FE903E6156819F3 /* IGListAdapterProxy.h in Headers */,
- 00BED89757D7F681B348E97EF5145193 /* IGListAdapterUpdateListener.h in Headers */,
- EC575B8A4553B178E3336811423C1FD7 /* IGListAdapterUpdater.h in Headers */,
- DB8CC9A47109DB843F1B7305896E1C70 /* IGListAdapterUpdater+DebugDescription.h in Headers */,
- D499E83A829540AEAAFCACE600D147BD /* IGListAdapterUpdaterDelegate.h in Headers */,
- CE86E4B77227C8EA51204BB943E86556 /* IGListAdapterUpdaterHelpers.h in Headers */,
- 7DCB3BF53A89269AFEEC952AB2AF2711 /* IGListAdapterUpdaterInternal.h in Headers */,
- ED8B973B4BB9712E875E3B3B629F0D90 /* IGListArrayUtilsInternal.h in Headers */,
- 3AEB8E0AA743B717DE4BD84293672990 /* IGListBatchContext.h in Headers */,
- 75E31BCA33BE1B74A5FDA27015D750D7 /* IGListBatchUpdateData+DebugDescription.h in Headers */,
- 76E14D794DF94EB273BD2204D49B616A /* IGListBatchUpdates.h in Headers */,
- ABBA5DF4360A6B236E0AD4712DE2E879 /* IGListBatchUpdateState.h in Headers */,
- 6D009A03EDCED648FA1ADED02A8B00B0 /* IGListBatchUpdateTransaction.h in Headers */,
- 9A06D82AD48511CFC4F31399CFB0478D /* IGListBindable.h in Headers */,
- 61BB8914D8FEBCBB78D79DF86DEBD60C /* IGListBindingSectionController.h in Headers */,
- BAE0EA3FA63147DE20BB011DA89C4403 /* IGListBindingSectionController+DebugDescription.h in Headers */,
- D716F0C33D0DE41C3415E45F87D269C8 /* IGListBindingSectionControllerDataSource.h in Headers */,
- E70F7CF4E48F4CCF104B138FFB720869 /* IGListBindingSectionControllerSelectionDelegate.h in Headers */,
- 0F92ED8C90F203AFE85016CCE4A37262 /* IGListBindingSingleSectionController.h in Headers */,
- 1E8FEC08096E440D0ABEF155E84F5F4A /* IGListCollectionContext.h in Headers */,
- DF97A97610BF2F3E6296C28D34CD7047 /* IGListCollectionScrollingTraits.h in Headers */,
- FD286CBAA6094FDA8BAE5A3EBE6FE682 /* IGListCollectionView.h in Headers */,
- 63E81F0CDCB73AC43157B783CD46A8B0 /* IGListCollectionViewDelegateLayout.h in Headers */,
- 3D6130314DD5A7880F6D5B3F9AC1FD15 /* IGListCollectionViewLayout.h in Headers */,
- 0418C79D73791D1AF36CD6670D98A9B3 /* IGListCollectionViewLayoutCompatible.h in Headers */,
- BDF884010DFACD88AB3F04497F22622F /* IGListCollectionViewLayoutInternal.h in Headers */,
- 7303011342FB6AEA1CF89C4FC6D763E5 /* IGListDataSourceChangeTransaction.h in Headers */,
- 5B440AAE8805EA8BB53D2F0B2C3AEB8F /* IGListDebugger.h in Headers */,
- B405860B13A11DA4AE7C3D6F41AF06B8 /* IGListDebuggingUtilities.h in Headers */,
- 3B3C8E5496609647723F8EE87A9885E5 /* IGListDisplayDelegate.h in Headers */,
- A7A1C40344DD1A37DB1CE21DC1A1902C /* IGListDisplayHandler.h in Headers */,
- 184DB191CE638D16B771B0A41B230EB6 /* IGListExperimentalAdapterUpdater+DebugDescription.h in Headers */,
- A4970D5EB772FF80111ECDF17059306C /* IGListGenericSectionController.h in Headers */,
- 843EE449271DD9489A31C7662CE1D10C /* IGListIndexPathResultInternal.h in Headers */,
- 902DB4B80B964812B99560E5F456A2D1 /* IGListIndexSetResultInternal.h in Headers */,
- 775575FA5A6B803CCD8F7B60EF5329BD /* IGListItemUpdatesCollector.h in Headers */,
- 59B67CA394ACF3B57001EC9C8E24C561 /* IGListKit.h in Headers */,
- 94D1CBC0B07AC78C69A7C8E333F5C3FF /* IGListKit-umbrella.h in Headers */,
- 789595725BD091BDE3FC6725F70DB2B2 /* IGListMoveIndexInternal.h in Headers */,
- 29B57CEA098103A8418AF394BDD15638 /* IGListMoveIndexPathInternal.h in Headers */,
- 30BE2A961FB6F4EDCFF2B1B384ABEFE3 /* IGListReloadDataUpdater.h in Headers */,
- 7E839CF6263FB5FBA695832DB0D88E02 /* IGListReloadIndexPath.h in Headers */,
- C3610A6C715BF212803A044A5A853D5E /* IGListReloadTransaction.h in Headers */,
- C850AA4C12E32D47A3AC87756CE911A5 /* IGListScrollDelegate.h in Headers */,
- F7BFFCD1DAA0FD17BED8B7E5B75D0E1E /* IGListSectionController.h in Headers */,
- E53DA907ECA9EE5F68CB5FC2116F3A4D /* IGListSectionControllerInternal.h in Headers */,
- 89BB00595A3712C03A7701A929364475 /* IGListSectionMap.h in Headers */,
- 278F9DA25BAA14EBDBB50D37A5C82991 /* IGListSectionMap+DebugDescription.h in Headers */,
- 9A239E19E11A2EDD16B7B02889F487F9 /* IGListSingleSectionController.h in Headers */,
- 5E4836F0ABA2B0CD672A293D1865C31A /* IGListSupplementaryViewSource.h in Headers */,
- 8223E13C8E5A09903F7D2C0C62C91F5A /* IGListTransitionData.h in Headers */,
- 19C8DE21E7EE70124E9B3C5FC88FD1FE /* IGListTransitionDelegate.h in Headers */,
- 41F444AB3CBC8342B7AE10AFE057267A /* IGListUpdateTransactable.h in Headers */,
- 76B3754FEEE3AE81A02AE31ABDEC26DF /* IGListUpdateTransactionBuilder.h in Headers */,
- 138D2D9D394C1C5CB5212337647C71AB /* IGListUpdatingDelegate.h in Headers */,
- FDB20589228B366BFEF863F31CD0255A /* IGListWorkingRangeDelegate.h in Headers */,
- 6DB18ADCF4D568E6216FE1BB67A68517 /* IGListWorkingRangeHandler.h in Headers */,
- 4C90C99AA20F6EE72E4087791F43E25B /* UICollectionView+DebugDescription.h in Headers */,
- 65FCB2EBD51841589818A80A845D09E4 /* UICollectionView+IGListBatchUpdateData.h in Headers */,
- 47C4E42456A7C8D35403B76CC0399B8E /* UICollectionViewLayout+InteractiveReordering.h in Headers */,
- 17820CA7F278C9E1BA390375CE5295B4 /* UIScrollView+IGListKit.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- CD6E72A5032B4CD48F1D8D809C65FEE5 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 25F2F145EF01B770C956208F48DE84A4 /* Pods-IGListKitExamples-umbrella.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- EB4DB4AFAD447108042B973472499B26 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- EEE6325FF69DD0E4AC37D9D0BAE3FD4E /* IGListAssert.h in Headers */,
- 4C8AAD250DE056A5951AC248380C08B2 /* IGListBatchUpdateData.h in Headers */,
- 93BA3295CCCD78A3EE4055353BABB64F /* IGListCompatibility.h in Headers */,
- 1F6488B1B918490D4C3A5321384AEFB5 /* IGListDiff.h in Headers */,
- 0ED762DF3CEE6A6CF82CB842339D349E /* IGListDiffable.h in Headers */,
- DBEADEAABA90F1090E5F7F62CD771876 /* IGListDiffKit.h in Headers */,
- A35322B547FF08016F6E3871A1A6AD11 /* IGListDiffKit-umbrella.h in Headers */,
- D15DD1CBDCB3DD2E275B95AC1884B0E6 /* IGListExperiments.h in Headers */,
- 60090E7C394DE70A0BA6176AFCAEE3A1 /* IGListIndexPathResult.h in Headers */,
- F79E40BCF47A54D13E2AFD2191492A1D /* IGListIndexPathResultInternal.h in Headers */,
- AFCECF1FF3E2744D64D8837F94C24651 /* IGListIndexSetResult.h in Headers */,
- AF8A1588A896B341658FB3E4A88012A8 /* IGListIndexSetResultInternal.h in Headers */,
- 7BDFE18C5C29FF7494CA1AB9AECB4D15 /* IGListMacros.h in Headers */,
- C345D59F8F991A0E732DE6262F40C884 /* IGListMoveIndex.h in Headers */,
- 54AEC09C59FED525B1F60CA517139564 /* IGListMoveIndexInternal.h in Headers */,
- 710C89B5156E4F1F4F707C0B4897E316 /* IGListMoveIndexPath.h in Headers */,
- 5A40CF2EBC55BE425EA35FD1525ACE5B /* IGListMoveIndexPathInternal.h in Headers */,
- EF56358D8559F63C139573849B65A9CA /* NSNumber+IGListDiffable.h in Headers */,
- C1FC7663BB50656FFEF0529F60F471F6 /* NSString+IGListDiffable.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXHeadersBuildPhase section */
-
-/* Begin PBXNativeTarget section */
- 0FDF3F9A56008D495007F93F7EF41EDC /* Pods-IGListKitTodayExample */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 31F0531136535DE9C9A8ACE90EEF7FC8 /* Build configuration list for PBXNativeTarget "Pods-IGListKitTodayExample" */;
- buildPhases = (
- 2D4AF39954DA6C54B6825492615FE3A3 /* Headers */,
- B9AE8D71821F9DE2FD87FC92F452C1CD /* Sources */,
- 4275221616C4BB65DDE5F4CB89D071D8 /* Frameworks */,
- D358EF48DC285BF5E160CDC53512928D /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- B157C48AF5670B77DC0A2D43C0473A39 /* PBXTargetDependency */,
- 99304605DB8D8AFBFB25B01B8304D484 /* PBXTargetDependency */,
- D97BC11572FAA9D147ED85FEAF3629A1 /* PBXTargetDependency */,
- );
- name = "Pods-IGListKitTodayExample";
- productName = "Pods-IGListKitTodayExample";
- productReference = 7F2DFCA82DD1FA3AD307A52286041048 /* Pods_IGListKitTodayExample.framework */;
- productType = "com.apple.product-type.framework";
- };
- 2D07A05F514BF9C5434DAC907988C708 /* IGListDiffKit */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 6521CB395D7AF2ECC2FC9D12A186E550 /* Build configuration list for PBXNativeTarget "IGListDiffKit" */;
- buildPhases = (
- EB4DB4AFAD447108042B973472499B26 /* Headers */,
- 99AF4707435F99DF9B9FE2E417028391 /* Sources */,
- E8B6D0DDD7A8887378044BE34CC7E4CA /* Frameworks */,
- 17460AAF0F4C530B050B3D63EFBB844F /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = IGListDiffKit;
- productName = IGListDiffKit;
- productReference = 195AD71F7938FEA988FDCC5B0A10FFDF /* IGListDiffKit.framework */;
- productType = "com.apple.product-type.framework";
- };
- 2DCD17F53165C0158F6BA096E4FD2A06 /* IGListSwiftKit */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 82FAB82A813AA36A26442952A72E64AC /* Build configuration list for PBXNativeTarget "IGListSwiftKit" */;
- buildPhases = (
- 1D4D513C14BABA7E745072E49666B5FB /* Headers */,
- 6F2E394B503791AEEC52BDA6D93F6B6B /* Sources */,
- F73421DD673124F0B3B6E86744A34CA0 /* Frameworks */,
- B557DDB9EB057C0A75299E0B029E9FD8 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- 216408D32EC51B7EA718A453713BFFD8 /* PBXTargetDependency */,
- );
- name = IGListSwiftKit;
- productName = IGListSwiftKit;
- productReference = 643FF536DB8AD25F78D1AAB316A6E9FC /* IGListSwiftKit.framework */;
- productType = "com.apple.product-type.framework";
- };
- 59D9B58E0C1CCB35A722AF178D5F5E09 /* Pods-IGListKitExamples */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = B616E984A5723D556939B75EE240B22C /* Build configuration list for PBXNativeTarget "Pods-IGListKitExamples" */;
- buildPhases = (
- CD6E72A5032B4CD48F1D8D809C65FEE5 /* Headers */,
- 63FC3691E87301C6B043E6446DBFD61B /* Sources */,
- D77A5BD44A6FD9D19CC70C59AA8604D7 /* Frameworks */,
- C0FBD4BE3F46CAD68BDB3654219656B9 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- 0DBE600EE5DFA3FB0BF51F9C9DBAF78F /* PBXTargetDependency */,
- B5F823F336E1744E9D614753D1BDD0EF /* PBXTargetDependency */,
- 6B8848355E317439D9CA583BF8198771 /* PBXTargetDependency */,
- );
- name = "Pods-IGListKitExamples";
- productName = "Pods-IGListKitExamples";
- productReference = 486F79596A0C04EEAE074A38399E2220 /* Pods_IGListKitExamples.framework */;
- productType = "com.apple.product-type.framework";
- };
- 674FDCAB4D51E702521F4CD31807F659 /* IGListKit */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 9294F1915FF52F68F669FBA540CE6347 /* Build configuration list for PBXNativeTarget "IGListKit" */;
- buildPhases = (
- A13CAD489E08878191CB8B9EC47F51DF /* Headers */,
- 1C19C4C0F4940BEAF4E765D257194C81 /* Sources */,
- 600AE64279D572B5C839D933AC7203EF /* Frameworks */,
- 7DABAC513495597FDB491AED43EB31CC /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- 72BFB13289D4E278A6E3E5F71F2B8542 /* PBXTargetDependency */,
- );
- name = IGListKit;
- productName = IGListKit;
- productReference = B3C6C3E0B0FE2750FE588E0AFBA66D62 /* IGListKit.framework */;
- productType = "com.apple.product-type.framework";
- };
- F1653ABA5A3C6CF44C6ED8D15E9B6C5C /* Pods-IGListKitMessageExample */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 126B33F77139095194C7BB404D4655B7 /* Build configuration list for PBXNativeTarget "Pods-IGListKitMessageExample" */;
- buildPhases = (
- 2D785923619E60CC33D31E3CE4FF62BA /* Headers */,
- 178C677F3945C0D2BC274F396FB6BFAD /* Sources */,
- FEFBE4DE2EFFC34983A91EBACCE7D6EB /* Frameworks */,
- 4DC1428DC2A4D905699C82D99468EAB1 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- 924CE55C815149FCC37A20816B204E15 /* PBXTargetDependency */,
- B8477DBCEDBB4E8D0F460A5E732BB7AC /* PBXTargetDependency */,
- 302C8468984C27025A7C0EC362504326 /* PBXTargetDependency */,
- );
- name = "Pods-IGListKitMessageExample";
- productName = "Pods-IGListKitMessageExample";
- productReference = 2EA299D8E97B5BE506FA5295DB526339 /* Pods_IGListKitMessageExample.framework */;
- productType = "com.apple.product-type.framework";
- };
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
- BFDFE7DC352907FC980B868725387E98 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastSwiftUpdateCheck = 1240;
- LastUpgradeCheck = 1240;
- };
- buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = CF1408CF629C7361332E53B88F7BD30C;
- productRefGroup = 73A88B9D0E7C8B54A3F89A6ED413D578 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 2D07A05F514BF9C5434DAC907988C708 /* IGListDiffKit */,
- 674FDCAB4D51E702521F4CD31807F659 /* IGListKit */,
- 2DCD17F53165C0158F6BA096E4FD2A06 /* IGListSwiftKit */,
- 59D9B58E0C1CCB35A722AF178D5F5E09 /* Pods-IGListKitExamples */,
- F1653ABA5A3C6CF44C6ED8D15E9B6C5C /* Pods-IGListKitMessageExample */,
- 0FDF3F9A56008D495007F93F7EF41EDC /* Pods-IGListKitTodayExample */,
- );
- };
-/* End PBXProject section */
-
-/* Begin PBXResourcesBuildPhase section */
- 17460AAF0F4C530B050B3D63EFBB844F /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 4DC1428DC2A4D905699C82D99468EAB1 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7DABAC513495597FDB491AED43EB31CC /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- B557DDB9EB057C0A75299E0B029E9FD8 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- C0FBD4BE3F46CAD68BDB3654219656B9 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- D358EF48DC285BF5E160CDC53512928D /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXResourcesBuildPhase section */
-
-/* Begin PBXSourcesBuildPhase section */
- 178C677F3945C0D2BC274F396FB6BFAD /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- DCF6A10EC8BEACD756A0D315FA5FB008 /* Pods-IGListKitMessageExample-dummy.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 1C19C4C0F4940BEAF4E765D257194C81 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7F9396A9CFC9CEC198EA9BC6F5C4B31A /* IGListAdapter.m in Sources */,
- 6AB9A83A8907173072E8FF0B9B5254BC /* IGListAdapter+DebugDescription.m in Sources */,
- CBC338D40C0D4A58D3AB07A6898D2039 /* IGListAdapter+UICollectionView.m in Sources */,
- 21BBAF35396C64424C5CF241366DB0F3 /* IGListAdapterProxy.m in Sources */,
- 9C9E16A302C064A9950FC7282595DDEA /* IGListAdapterUpdater.m in Sources */,
- FFA614C79C1456A92CD75D1704881E6C /* IGListAdapterUpdater+DebugDescription.m in Sources */,
- D400CBFFC4D52531C1AABD3E1031E8ED /* IGListAdapterUpdaterHelpers.m in Sources */,
- 9644BF61ED6D22D1B52910567E089F5C /* IGListBatchUpdateData+DebugDescription.m in Sources */,
- 24A655D7DA2A57D7AF7DA932B0C96A30 /* IGListBatchUpdates.m in Sources */,
- 58DF603A1D45A3D196894F23859D6F60 /* IGListBatchUpdateTransaction.m in Sources */,
- 23072947045B1501BDA8DFBF73177D2C /* IGListBindingSectionController.m in Sources */,
- A120F24918389729C0CFB6ABDC80D5F3 /* IGListBindingSectionController+DebugDescription.m in Sources */,
- C4E4C8FCD0E639344F06342C6397CBFC /* IGListBindingSingleSectionController.m in Sources */,
- 72E53C2B50DF95022969CEE4BF72C146 /* IGListCollectionView.m in Sources */,
- 828485096ADC591FCCC9B579B60EBDC0 /* IGListCollectionViewLayout.mm in Sources */,
- 06DD35E83E4836C7AF724B6E1FB0FF54 /* IGListDataSourceChangeTransaction.m in Sources */,
- 92CCFF469FBF23B7CF43C1112AA2A7B6 /* IGListDebugger.m in Sources */,
- 2C4B12AA2DB2B3180AA03987FF56703E /* IGListDebuggingUtilities.m in Sources */,
- 846AB4CED09EA7256CFFC3F379C26C43 /* IGListDisplayHandler.m in Sources */,
- AF612E8D601A6987E8EDD3BAE0FB82AA /* IGListGenericSectionController.m in Sources */,
- 2F8CECD953EFF9E187AD1A5226074557 /* IGListItemUpdatesCollector.m in Sources */,
- 906FC87F91C74BEA54BA0D855770A301 /* IGListKit-dummy.m in Sources */,
- 7452944721DDE0E16B7B8221CB175BA7 /* IGListReloadDataUpdater.m in Sources */,
- D26A89944A2CB8C2D7C38C6608F81A31 /* IGListReloadIndexPath.m in Sources */,
- 0693FC6C988A735A9CE26EDEA275D89F /* IGListReloadTransaction.m in Sources */,
- D093F13FA98BE11A81C277B9336C25B1 /* IGListSectionController.m in Sources */,
- FB75C9F52383A4128E4F9185A0363624 /* IGListSectionMap.m in Sources */,
- 6139A8CE763185782BB5B5743BC01B1A /* IGListSectionMap+DebugDescription.m in Sources */,
- CD8C995BCBE775C1E365B7FC14050D19 /* IGListSingleSectionController.m in Sources */,
- EDE3E9DB49459C7E177631AE3A165DE9 /* IGListTransitionData.m in Sources */,
- 8B0A4907431A42CCD744E16797F0170E /* IGListUpdateTransactionBuilder.m in Sources */,
- 5A25632E0D98A4310787EF0EAB75A280 /* IGListWorkingRangeHandler.mm in Sources */,
- F3DD77EC7278FB36B563CC49E3D32BE2 /* UICollectionView+DebugDescription.m in Sources */,
- 7FFB30C07B5BD3F82C2AAC7D298A6775 /* UICollectionView+IGListBatchUpdateData.m in Sources */,
- C2000BB8AF0D8148901D9763B70FDE9A /* UICollectionViewLayout+InteractiveReordering.m in Sources */,
- 2790C2C05135220570FEE4940E36C2FB /* UIScrollView+IGListKit.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 63FC3691E87301C6B043E6446DBFD61B /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 3440A2CF45413051B5BC43ED5F67C67E /* Pods-IGListKitExamples-dummy.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 6F2E394B503791AEEC52BDA6D93F6B6B /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 2335F14C0A023DD1F179917264DF6C49 /* IGListCollectionContext+Refinements.swift in Sources */,
- F00390FC1827F0729A7EC12BEF073723 /* IGListSingleSectionController+Refinements.swift in Sources */,
- A824B2412004C54CCD6DA655BC6E592E /* IGListSwiftKit-dummy.m in Sources */,
- 8A2C2C556B162713B7381E9B5936012F /* ListIdentifiable.swift in Sources */,
- 8BE8BB8D1D9F6D21F3AC5EFCA71FEF67 /* ListValueSectionController.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 99AF4707435F99DF9B9FE2E417028391 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 10EBC928ED396109D97DB48AB758987D /* IGListBatchUpdateData.mm in Sources */,
- 9D80D09BEFBBA90B41DFD9EA2DE2FBD5 /* IGListDiff.mm in Sources */,
- 4583B5F6F374723533851C5E79014BAC /* IGListDiffKit-dummy.m in Sources */,
- F02F019B6EE548991A688CBEFAAE72CE /* IGListIndexPathResult.m in Sources */,
- BED02047E23D9AEC26287039E9161E55 /* IGListIndexSetResult.m in Sources */,
- A886463D2501665AF0623CE76E120CC7 /* IGListMoveIndex.m in Sources */,
- 276ED1EA28588D8E0EE83504A537CA5C /* IGListMoveIndexPath.m in Sources */,
- 7D11979E71F78B5346AFA961FDA37798 /* NSNumber+IGListDiffable.m in Sources */,
- 16D5EA8611FD39E172487E03C44FF968 /* NSString+IGListDiffable.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- B9AE8D71821F9DE2FD87FC92F452C1CD /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 448F58FA8766AEE5F73AAA241212DA6C /* Pods-IGListKitTodayExample-dummy.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXSourcesBuildPhase section */
-
-/* Begin PBXTargetDependency section */
- 0DBE600EE5DFA3FB0BF51F9C9DBAF78F /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = IGListDiffKit;
- target = 2D07A05F514BF9C5434DAC907988C708 /* IGListDiffKit */;
- targetProxy = 034951A35F7BF56DBDA11E412CB49D55 /* PBXContainerItemProxy */;
- };
- 216408D32EC51B7EA718A453713BFFD8 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = IGListKit;
- target = 674FDCAB4D51E702521F4CD31807F659 /* IGListKit */;
- targetProxy = CBAE665FD2F7A5021ED5CC877F117CA2 /* PBXContainerItemProxy */;
- };
- 302C8468984C27025A7C0EC362504326 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = IGListSwiftKit;
- target = 2DCD17F53165C0158F6BA096E4FD2A06 /* IGListSwiftKit */;
- targetProxy = 05D562B761BC28B3F6C10C0F78C93161 /* PBXContainerItemProxy */;
- };
- 6B8848355E317439D9CA583BF8198771 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = IGListSwiftKit;
- target = 2DCD17F53165C0158F6BA096E4FD2A06 /* IGListSwiftKit */;
- targetProxy = 9034945E14C166BC0F82B449074D0A22 /* PBXContainerItemProxy */;
- };
- 72BFB13289D4E278A6E3E5F71F2B8542 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = IGListDiffKit;
- target = 2D07A05F514BF9C5434DAC907988C708 /* IGListDiffKit */;
- targetProxy = 93482118036A09F93E480A253B034625 /* PBXContainerItemProxy */;
- };
- 924CE55C815149FCC37A20816B204E15 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = IGListDiffKit;
- target = 2D07A05F514BF9C5434DAC907988C708 /* IGListDiffKit */;
- targetProxy = 0472E7E5FEC68A3C18341D0E2CD62EC7 /* PBXContainerItemProxy */;
- };
- 99304605DB8D8AFBFB25B01B8304D484 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = IGListKit;
- target = 674FDCAB4D51E702521F4CD31807F659 /* IGListKit */;
- targetProxy = 7EC384DE58EAD76E177EA93C3C8802BA /* PBXContainerItemProxy */;
- };
- B157C48AF5670B77DC0A2D43C0473A39 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = IGListDiffKit;
- target = 2D07A05F514BF9C5434DAC907988C708 /* IGListDiffKit */;
- targetProxy = 901078EC32C50D13666FEDC5225C904D /* PBXContainerItemProxy */;
- };
- B5F823F336E1744E9D614753D1BDD0EF /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = IGListKit;
- target = 674FDCAB4D51E702521F4CD31807F659 /* IGListKit */;
- targetProxy = 6722EF5BB41DD08CFACE7D7954EAD1E7 /* PBXContainerItemProxy */;
- };
- B8477DBCEDBB4E8D0F460A5E732BB7AC /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = IGListKit;
- target = 674FDCAB4D51E702521F4CD31807F659 /* IGListKit */;
- targetProxy = EBEC2E4EB3325F49B534127428B33812 /* PBXContainerItemProxy */;
- };
- D97BC11572FAA9D147ED85FEAF3629A1 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = IGListSwiftKit;
- target = 2DCD17F53165C0158F6BA096E4FD2A06 /* IGListSwiftKit */;
- targetProxy = 0D9F3620AE13B5068F78B4ED6C98CA34 /* PBXContainerItemProxy */;
- };
-/* End PBXTargetDependency section */
-
-/* Begin XCBuildConfiguration section */
- 2ECF3E07E6D955B0222611C43CDAA13A /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 35A43E5B967D26C91CF13A0948CB9077 /* Pods-IGListKitMessageExample.release.xcconfig */;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MACH_O_TYPE = staticlib;
- MODULEMAP_FILE = "Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample.modulemap";
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PODS_ROOT = "$(SRCROOT)";
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- 688B4C8E6EE8FF570BCCABF9A26F68D5 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = FE234B6B25BCEF5C32AB4774428C778B /* Pods-IGListKitTodayExample.debug.xcconfig */;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MACH_O_TYPE = staticlib;
- MODULEMAP_FILE = "Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample.modulemap";
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PODS_ROOT = "$(SRCROOT)";
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- 796BCA2C3CFFF932C4DA52EF988B92B7 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = AFFA40EE8869BEACFA0C8F6EEE217777 /* Pods-IGListKitTodayExample.release.xcconfig */;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MACH_O_TYPE = staticlib;
- MODULEMAP_FILE = "Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample.modulemap";
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PODS_ROOT = "$(SRCROOT)";
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- 812600F5EBD43E32E72EEFF2C532A411 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 4B4EC1F3F749AD6B7DCE2AD00B031027 /* IGListSwiftKit.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- GCC_PREFIX_HEADER = "Target Support Files/IGListSwiftKit/IGListSwiftKit-prefix.pch";
- INFOPLIST_FILE = "Target Support Files/IGListSwiftKit/IGListSwiftKit-Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MODULEMAP_FILE = "Target Support Files/IGListSwiftKit/IGListSwiftKit.modulemap";
- PRODUCT_MODULE_NAME = IGListSwiftKit;
- PRODUCT_NAME = IGListSwiftKit;
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
- SWIFT_VERSION = 5.1;
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- 9D3141B2ADFB7858146F26CDA740ABE7 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = A289D2A44C1745379A3FC93ACF4A28AB /* IGListDiffKit.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- GCC_PREFIX_HEADER = "Target Support Files/IGListDiffKit/IGListDiffKit-prefix.pch";
- INFOPLIST_FILE = "Target Support Files/IGListDiffKit/IGListDiffKit-Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MODULEMAP_FILE = "Target Support Files/IGListDiffKit/IGListDiffKit.modulemap";
- PRODUCT_MODULE_NAME = IGListDiffKit;
- PRODUCT_NAME = IGListDiffKit;
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- 9D651481F6055AF08B90C1CCC3C73B4E /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 4B4EC1F3F749AD6B7DCE2AD00B031027 /* IGListSwiftKit.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- GCC_PREFIX_HEADER = "Target Support Files/IGListSwiftKit/IGListSwiftKit-prefix.pch";
- INFOPLIST_FILE = "Target Support Files/IGListSwiftKit/IGListSwiftKit-Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MODULEMAP_FILE = "Target Support Files/IGListSwiftKit/IGListSwiftKit.modulemap";
- PRODUCT_MODULE_NAME = IGListSwiftKit;
- PRODUCT_NAME = IGListSwiftKit;
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
- SWIFT_VERSION = 5.1;
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- A222F61E4D7224744C7AF167EEFFB0DE /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = C2B74C4D58A43085CAEF495722A32B7C /* Pods-IGListKitMessageExample.debug.xcconfig */;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MACH_O_TYPE = staticlib;
- MODULEMAP_FILE = "Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample.modulemap";
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PODS_ROOT = "$(SRCROOT)";
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- A3048FF95D7358FA04839F4EBCB0B68F /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 24F0859F5A4214E8CA0BDA16F935F327 /* Pods-IGListKitExamples.release.xcconfig */;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MACH_O_TYPE = staticlib;
- MODULEMAP_FILE = "Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples.modulemap";
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PODS_ROOT = "$(SRCROOT)";
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- AA93C6ACA82329ED01041BB210221104 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = A289D2A44C1745379A3FC93ACF4A28AB /* IGListDiffKit.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- GCC_PREFIX_HEADER = "Target Support Files/IGListDiffKit/IGListDiffKit-prefix.pch";
- INFOPLIST_FILE = "Target Support Files/IGListDiffKit/IGListDiffKit-Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MODULEMAP_FILE = "Target Support Files/IGListDiffKit/IGListDiffKit.modulemap";
- PRODUCT_MODULE_NAME = IGListDiffKit;
- PRODUCT_NAME = IGListDiffKit;
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- B030A7E9F401DEEFCDB4567F75C23CF9 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 262D3B94198F3451CA4FC131B3986E07 /* IGListKit.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- GCC_PREFIX_HEADER = "Target Support Files/IGListKit/IGListKit-prefix.pch";
- INFOPLIST_FILE = "Target Support Files/IGListKit/IGListKit-Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MODULEMAP_FILE = "Target Support Files/IGListKit/IGListKit.modulemap";
- PRODUCT_MODULE_NAME = IGListKit;
- PRODUCT_NAME = IGListKit;
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- BF46CBA6D46CE0A694E38E7BA7C0507D /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 9595870D6BDB26D9E8F946A3EC8B9ACF /* Pods-IGListKitExamples.debug.xcconfig */;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MACH_O_TYPE = staticlib;
- MODULEMAP_FILE = "Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples.modulemap";
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PODS_ROOT = "$(SRCROOT)";
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- C14E932D4C3EFCC589F7DEABCEC18F22 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu11;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "POD_CONFIGURATION_RELEASE=1",
- "$(inherited)",
- );
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- MTL_ENABLE_DEBUG_INFO = NO;
- MTL_FAST_MATH = YES;
- PRODUCT_NAME = "$(TARGET_NAME)";
- STRIP_INSTALLED_PRODUCT = NO;
- SWIFT_COMPILATION_MODE = wholemodule;
- SWIFT_OPTIMIZATION_LEVEL = "-O";
- SWIFT_VERSION = 5.0;
- SYMROOT = "${SRCROOT}/../build";
- };
- name = Release;
- };
- E807909E7A0F972D2DF211A58D4D780A /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 262D3B94198F3451CA4FC131B3986E07 /* IGListKit.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- GCC_PREFIX_HEADER = "Target Support Files/IGListKit/IGListKit-prefix.pch";
- INFOPLIST_FILE = "Target Support Files/IGListKit/IGListKit-Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MODULEMAP_FILE = "Target Support Files/IGListKit/IGListKit.modulemap";
- PRODUCT_MODULE_NAME = IGListKit;
- PRODUCT_NAME = IGListKit;
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- EF3BAAA889B17377BE8F3254633FA0A7 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu11;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "POD_CONFIGURATION_DEBUG=1",
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
- MTL_FAST_MATH = YES;
- ONLY_ACTIVE_ARCH = YES;
- PRODUCT_NAME = "$(TARGET_NAME)";
- STRIP_INSTALLED_PRODUCT = NO;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- SWIFT_VERSION = 5.0;
- SYMROOT = "${SRCROOT}/../build";
- };
- name = Debug;
- };
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
- 126B33F77139095194C7BB404D4655B7 /* Build configuration list for PBXNativeTarget "Pods-IGListKitMessageExample" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- A222F61E4D7224744C7AF167EEFFB0DE /* Debug */,
- 2ECF3E07E6D955B0222611C43CDAA13A /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 31F0531136535DE9C9A8ACE90EEF7FC8 /* Build configuration list for PBXNativeTarget "Pods-IGListKitTodayExample" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 688B4C8E6EE8FF570BCCABF9A26F68D5 /* Debug */,
- 796BCA2C3CFFF932C4DA52EF988B92B7 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- EF3BAAA889B17377BE8F3254633FA0A7 /* Debug */,
- C14E932D4C3EFCC589F7DEABCEC18F22 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 6521CB395D7AF2ECC2FC9D12A186E550 /* Build configuration list for PBXNativeTarget "IGListDiffKit" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- AA93C6ACA82329ED01041BB210221104 /* Debug */,
- 9D3141B2ADFB7858146F26CDA740ABE7 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 82FAB82A813AA36A26442952A72E64AC /* Build configuration list for PBXNativeTarget "IGListSwiftKit" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 812600F5EBD43E32E72EEFF2C532A411 /* Debug */,
- 9D651481F6055AF08B90C1CCC3C73B4E /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 9294F1915FF52F68F669FBA540CE6347 /* Build configuration list for PBXNativeTarget "IGListKit" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- E807909E7A0F972D2DF211A58D4D780A /* Debug */,
- B030A7E9F401DEEFCDB4567F75C23CF9 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- B616E984A5723D556939B75EE240B22C /* Build configuration list for PBXNativeTarget "Pods-IGListKitExamples" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- BF46CBA6D46CE0A694E38E7BA7C0507D /* Debug */,
- A3048FF95D7358FA04839F4EBCB0B68F /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
-/* End XCConfigurationList section */
- };
- rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */;
-}
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit-Info.plist b/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit-Info.plist
deleted file mode 100644
index c26f36f0..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit-Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIdentifier
- ${PRODUCT_BUNDLE_IDENTIFIER}
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- ${PRODUCT_NAME}
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 4.1.0
- CFBundleSignature
- ????
- CFBundleVersion
- ${CURRENT_PROJECT_VERSION}
- NSPrincipalClass
-
-
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit-dummy.m b/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit-dummy.m
deleted file mode 100644
index 1780c1c7..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import
-@interface PodsDummy_IGListDiffKit : NSObject
-@end
-@implementation PodsDummy_IGListDiffKit
-@end
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit-prefix.pch b/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit-prefix.pch
deleted file mode 100644
index beb2a244..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit-prefix.pch
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifdef __OBJC__
-#import
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit-umbrella.h b/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit-umbrella.h
deleted file mode 100644
index beba78c3..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit-umbrella.h
+++ /dev/null
@@ -1,30 +0,0 @@
-#ifdef __OBJC__
-#import
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
-#import "IGListAssert.h"
-#import "IGListBatchUpdateData.h"
-#import "IGListCompatibility.h"
-#import "IGListDiff.h"
-#import "IGListDiffable.h"
-#import "IGListDiffKit.h"
-#import "IGListExperiments.h"
-#import "IGListIndexPathResult.h"
-#import "IGListIndexSetResult.h"
-#import "IGListMacros.h"
-#import "IGListMoveIndex.h"
-#import "IGListMoveIndexPath.h"
-#import "NSNumber+IGListDiffable.h"
-#import "NSString+IGListDiffable.h"
-
-FOUNDATION_EXPORT double IGListDiffKitVersionNumber;
-FOUNDATION_EXPORT const unsigned char IGListDiffKitVersionString[];
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit.modulemap b/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit.modulemap
deleted file mode 100644
index 24eddd19..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit.modulemap
+++ /dev/null
@@ -1,6 +0,0 @@
-framework module IGListDiffKit {
- umbrella header "IGListDiffKit-umbrella.h"
-
- export *
- module * { export * }
-}
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit.xcconfig b/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit.xcconfig
deleted file mode 100644
index 11142ba4..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListDiffKit/IGListDiffKit.xcconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-APPLICATION_EXTENSION_API_ONLY = YES
-CLANG_CXX_LANGUAGE_STANDARD = c++11
-CLANG_CXX_LIBRARY = libc++
-CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/IGListDiffKit
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-OTHER_LDFLAGS = $(inherited) -l"c++" -framework "UIKit"
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../..
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit-Info.plist b/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit-Info.plist
deleted file mode 100644
index c26f36f0..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit-Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIdentifier
- ${PRODUCT_BUNDLE_IDENTIFIER}
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- ${PRODUCT_NAME}
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 4.1.0
- CFBundleSignature
- ????
- CFBundleVersion
- ${CURRENT_PROJECT_VERSION}
- NSPrincipalClass
-
-
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit-dummy.m b/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit-dummy.m
deleted file mode 100644
index 50cf8825..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import
-@interface PodsDummy_IGListKit : NSObject
-@end
-@implementation PodsDummy_IGListKit
-@end
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit-prefix.pch b/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit-prefix.pch
deleted file mode 100644
index beb2a244..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit-prefix.pch
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifdef __OBJC__
-#import
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit-umbrella.h b/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit-umbrella.h
deleted file mode 100644
index 79d221c3..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit-umbrella.h
+++ /dev/null
@@ -1,48 +0,0 @@
-#ifdef __OBJC__
-#import
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
-#import "IGListAdapter.h"
-#import "IGListAdapterDataSource.h"
-#import "IGListAdapterDelegate.h"
-#import "IGListAdapterMoveDelegate.h"
-#import "IGListAdapterPerformanceDelegate.h"
-#import "IGListAdapterUpdateListener.h"
-#import "IGListAdapterUpdater.h"
-#import "IGListAdapterUpdaterDelegate.h"
-#import "IGListBatchContext.h"
-#import "IGListBindable.h"
-#import "IGListBindingSectionController.h"
-#import "IGListBindingSectionControllerDataSource.h"
-#import "IGListBindingSectionControllerSelectionDelegate.h"
-#import "IGListBindingSingleSectionController.h"
-#import "IGListCollectionContext.h"
-#import "IGListCollectionScrollingTraits.h"
-#import "IGListCollectionView.h"
-#import "IGListCollectionViewDelegateLayout.h"
-#import "IGListCollectionViewLayout.h"
-#import "IGListCollectionViewLayoutCompatible.h"
-#import "IGListDisplayDelegate.h"
-#import "IGListGenericSectionController.h"
-#import "IGListKit.h"
-#import "IGListReloadDataUpdater.h"
-#import "IGListScrollDelegate.h"
-#import "IGListSectionController.h"
-#import "IGListSingleSectionController.h"
-#import "IGListSupplementaryViewSource.h"
-#import "IGListTransitionData.h"
-#import "IGListTransitionDelegate.h"
-#import "IGListUpdatingDelegate.h"
-#import "IGListWorkingRangeDelegate.h"
-
-FOUNDATION_EXPORT double IGListKitVersionNumber;
-FOUNDATION_EXPORT const unsigned char IGListKitVersionString[];
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit.modulemap b/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit.modulemap
deleted file mode 100644
index 76fc8f03..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit.modulemap
+++ /dev/null
@@ -1,6 +0,0 @@
-framework module IGListKit {
- umbrella header "IGListKit-umbrella.h"
-
- export *
- module * { export * }
-}
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit.xcconfig b/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit.xcconfig
deleted file mode 100644
index 7da9310a..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/IGListKit.xcconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-APPLICATION_EXTENSION_API_ONLY = YES
-CLANG_CXX_LANGUAGE_STANDARD = c++11
-CLANG_CXX_LIBRARY = libc++
-CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/IGListKit
-FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/IGListDiffKit"
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-OTHER_LDFLAGS = $(inherited) -l"c++" -framework "UIKit"
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../..
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/Info.plist b/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/Info.plist
deleted file mode 100644
index ebdce251..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListKit/Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIdentifier
- ${PRODUCT_BUNDLE_IDENTIFIER}
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- ${PRODUCT_NAME}
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 3.4.0
- CFBundleSignature
- ????
- CFBundleVersion
- ${CURRENT_PROJECT_VERSION}
- NSPrincipalClass
-
-
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit-Info.plist b/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit-Info.plist
deleted file mode 100644
index c26f36f0..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit-Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIdentifier
- ${PRODUCT_BUNDLE_IDENTIFIER}
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- ${PRODUCT_NAME}
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 4.1.0
- CFBundleSignature
- ????
- CFBundleVersion
- ${CURRENT_PROJECT_VERSION}
- NSPrincipalClass
-
-
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit-dummy.m b/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit-dummy.m
deleted file mode 100644
index f37ab480..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import
-@interface PodsDummy_IGListSwiftKit : NSObject
-@end
-@implementation PodsDummy_IGListSwiftKit
-@end
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit-prefix.pch b/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit-prefix.pch
deleted file mode 100644
index beb2a244..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit-prefix.pch
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifdef __OBJC__
-#import
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit-umbrella.h b/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit-umbrella.h
deleted file mode 100644
index cb0e8208..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit-umbrella.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifdef __OBJC__
-#import
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
-
-FOUNDATION_EXPORT double IGListSwiftKitVersionNumber;
-FOUNDATION_EXPORT const unsigned char IGListSwiftKitVersionString[];
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit.modulemap b/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit.modulemap
deleted file mode 100644
index 639b89aa..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit.modulemap
+++ /dev/null
@@ -1,6 +0,0 @@
-framework module IGListSwiftKit {
- umbrella header "IGListSwiftKit-umbrella.h"
-
- export *
- module * { export * }
-}
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit.xcconfig b/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit.xcconfig
deleted file mode 100644
index 629be5cf..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/IGListSwiftKit/IGListSwiftKit.xcconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-APPLICATION_EXTENSION_API_ONLY = YES
-CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/IGListSwiftKit
-FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/IGListDiffKit" "${PODS_CONFIGURATION_BUILD_DIR}/IGListKit"
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-OTHER_LDFLAGS = $(inherited) -framework "UIKit"
-OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../..
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Info.plist b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Info.plist
deleted file mode 100644
index 2243fe6e..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIdentifier
- ${PRODUCT_BUNDLE_IDENTIFIER}
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- ${PRODUCT_NAME}
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 1.0.0
- CFBundleSignature
- ????
- CFBundleVersion
- ${CURRENT_PROJECT_VERSION}
- NSPrincipalClass
-
-
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-Info.plist b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-Info.plist
deleted file mode 100644
index 2243fe6e..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIdentifier
- ${PRODUCT_BUNDLE_IDENTIFIER}
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- ${PRODUCT_NAME}
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 1.0.0
- CFBundleSignature
- ????
- CFBundleVersion
- ${CURRENT_PROJECT_VERSION}
- NSPrincipalClass
-
-
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-acknowledgements.markdown b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-acknowledgements.markdown
deleted file mode 100644
index 1444b92a..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-acknowledgements.markdown
+++ /dev/null
@@ -1,75 +0,0 @@
-# Acknowledgements
-This application makes use of the following third party libraries:
-
-## IGListDiffKit
-
-MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-## IGListKit
-
-MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-## IGListSwiftKit
-
-MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-Generated by CocoaPods - https://cocoapods.org
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-acknowledgements.plist b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-acknowledgements.plist
deleted file mode 100644
index 73b2bfe9..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-acknowledgements.plist
+++ /dev/null
@@ -1,119 +0,0 @@
-
-
-
-
- PreferenceSpecifiers
-
-
- FooterText
- This application makes use of the following third party libraries:
- Title
- Acknowledgements
- Type
- PSGroupSpecifier
-
-
- FooterText
- MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
- License
- MIT
- Title
- IGListDiffKit
- Type
- PSGroupSpecifier
-
-
- FooterText
- MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
- License
- MIT
- Title
- IGListKit
- Type
- PSGroupSpecifier
-
-
- FooterText
- MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
- License
- MIT
- Title
- IGListSwiftKit
- Type
- PSGroupSpecifier
-
-
- FooterText
- Generated by CocoaPods - https://cocoapods.org
- Title
-
- Type
- PSGroupSpecifier
-
-
- StringsTable
- Acknowledgements
- Title
- Acknowledgements
-
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-dummy.m b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-dummy.m
deleted file mode 100644
index 465dc715..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import
-@interface PodsDummy_Pods_IGListKitExamples : NSObject
-@end
-@implementation PodsDummy_Pods_IGListKitExamples
-@end
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-frameworks.sh b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-frameworks.sh
deleted file mode 100755
index 9dfc13b7..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-frameworks.sh
+++ /dev/null
@@ -1,175 +0,0 @@
-#!/bin/sh
-set -e
-set -u
-set -o pipefail
-
-function on_error {
- echo "$(realpath -mq "${0}"):$1: error: Unexpected failure"
-}
-trap 'on_error $LINENO' ERR
-
-if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then
- # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy
- # frameworks to, so exit 0 (signalling the script phase was successful).
- exit 0
-fi
-
-echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
-mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
-
-COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}"
-SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
-
-# Used as a return value for each invocation of `strip_invalid_archs` function.
-STRIP_BINARY_RETVAL=0
-
-# This protects against multiple targets copying the same framework dependency at the same time. The solution
-# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
-RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
-
-# Copies and strips a vendored framework
-install_framework()
-{
- if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
- local source="${BUILT_PRODUCTS_DIR}/$1"
- elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then
- local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")"
- elif [ -r "$1" ]; then
- local source="$1"
- fi
-
- local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
-
- if [ -L "${source}" ]; then
- echo "Symlinked..."
- source="$(readlink "${source}")"
- fi
-
- # Use filter instead of exclude so missing patterns don't throw errors.
- echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\""
- rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}"
-
- local basename
- basename="$(basename -s .framework "$1")"
- binary="${destination}/${basename}.framework/${basename}"
-
- if ! [ -r "$binary" ]; then
- binary="${destination}/${basename}"
- elif [ -L "${binary}" ]; then
- echo "Destination binary is symlinked..."
- dirname="$(dirname "${binary}")"
- binary="${dirname}/$(readlink "${binary}")"
- fi
-
- # Strip invalid architectures so "fat" simulator / device frameworks work on device
- if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then
- strip_invalid_archs "$binary"
- fi
-
- # Resign the code if required by the build settings to avoid unstable apps
- code_sign_if_enabled "${destination}/$(basename "$1")"
-
- # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7.
- if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then
- local swift_runtime_libs
- swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u)
- for lib in $swift_runtime_libs; do
- echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\""
- rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}"
- code_sign_if_enabled "${destination}/${lib}"
- done
- fi
-}
-
-# Copies and strips a vendored dSYM
-install_dsym() {
- local source="$1"
- if [ -r "$source" ]; then
- # Copy the dSYM into a the targets temp dir.
- echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\""
- rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}"
-
- local basename
- basename="$(basename -s .framework.dSYM "$source")"
- binary="${DERIVED_FILES_DIR}/${basename}.framework.dSYM/Contents/Resources/DWARF/${basename}"
-
- # Strip invalid architectures so "fat" simulator / device frameworks work on device
- if [[ "$(file "$binary")" == *"Mach-O "*"dSYM companion"* ]]; then
- strip_invalid_archs "$binary"
- fi
-
- if [[ $STRIP_BINARY_RETVAL == 1 ]]; then
- # Move the stripped file into its final destination.
- echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\""
- rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.framework.dSYM" "${DWARF_DSYM_FOLDER_PATH}"
- else
- # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing.
- touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.framework.dSYM"
- fi
- fi
-}
-
-# Copies the bcsymbolmap files of a vendored framework
-install_bcsymbolmap() {
- local bcsymbolmap_path="$1"
- local destination="${BUILT_PRODUCTS_DIR}"
- echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}""
- rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}"
-}
-
-# Signs a framework with the provided identity
-code_sign_if_enabled() {
- if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
- # Use the current code_sign_identity
- echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
- local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'"
-
- if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
- code_sign_cmd="$code_sign_cmd &"
- fi
- echo "$code_sign_cmd"
- eval "$code_sign_cmd"
- fi
-}
-
-# Strip invalid architectures
-strip_invalid_archs() {
- binary="$1"
- # Get architectures for current target binary
- binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)"
- # Intersect them with the architectures we are building for
- intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)"
- # If there are no archs supported by this binary then warn the user
- if [[ -z "$intersected_archs" ]]; then
- echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)."
- STRIP_BINARY_RETVAL=0
- return
- fi
- stripped=""
- for arch in $binary_archs; do
- if ! [[ "${ARCHS}" == *"$arch"* ]]; then
- # Strip non-valid architectures in-place
- lipo -remove "$arch" -output "$binary" "$binary"
- stripped="$stripped $arch"
- fi
- done
- if [[ "$stripped" ]]; then
- echo "Stripped $binary of architectures:$stripped"
- fi
- STRIP_BINARY_RETVAL=1
-}
-
-
-if [[ "$CONFIGURATION" == "Debug" ]]; then
- install_framework "${BUILT_PRODUCTS_DIR}/IGListDiffKit/IGListDiffKit.framework"
- install_framework "${BUILT_PRODUCTS_DIR}/IGListKit/IGListKit.framework"
- install_framework "${BUILT_PRODUCTS_DIR}/IGListSwiftKit/IGListSwiftKit.framework"
-fi
-if [[ "$CONFIGURATION" == "Release" ]]; then
- install_framework "${BUILT_PRODUCTS_DIR}/IGListDiffKit/IGListDiffKit.framework"
- install_framework "${BUILT_PRODUCTS_DIR}/IGListKit/IGListKit.framework"
- install_framework "${BUILT_PRODUCTS_DIR}/IGListSwiftKit/IGListSwiftKit.framework"
-fi
-if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
- wait
-fi
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-resources.sh b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-resources.sh
deleted file mode 100755
index 565f2d8b..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-resources.sh
+++ /dev/null
@@ -1,123 +0,0 @@
-#!/bin/sh
-# Copyright (c) Facebook, Inc. and its affiliates.
-#
-# This source code is licensed under the MIT license found in the
-# LICENSE file in the root directory of this source tree.
-
-set -e
-set -u
-set -o pipefail
-
-if [ -z ${UNLOCALIZED_RESOURCES_FOLDER_PATH+x} ]; then
- # If UNLOCALIZED_RESOURCES_FOLDER_PATH is not set, then there's nowhere for us to copy
- # resources to, so exit 0 (signalling the script phase was successful).
- exit 0
-fi
-
-mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-
-RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
-> "$RESOURCES_TO_COPY"
-
-XCASSET_FILES=()
-
-# This protects against multiple targets copying the same framework dependency at the same time. The solution
-# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
-RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
-
-case "${TARGETED_DEVICE_FAMILY:-}" in
- 1,2)
- TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
- ;;
- 1)
- TARGET_DEVICE_ARGS="--target-device iphone"
- ;;
- 2)
- TARGET_DEVICE_ARGS="--target-device ipad"
- ;;
- 3)
- TARGET_DEVICE_ARGS="--target-device tv"
- ;;
- 4)
- TARGET_DEVICE_ARGS="--target-device watch"
- ;;
- *)
- TARGET_DEVICE_ARGS="--target-device mac"
- ;;
-esac
-
-install_resource()
-{
- if [[ "$1" = /* ]] ; then
- RESOURCE_PATH="$1"
- else
- RESOURCE_PATH="${PODS_ROOT}/$1"
- fi
- if [[ ! -e "$RESOURCE_PATH" ]] ; then
- cat << EOM
-error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script.
-EOM
- exit 1
- fi
- case $RESOURCE_PATH in
- *.storyboard)
- echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
- ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
- ;;
- *.xib)
- echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
- ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
- ;;
- *.framework)
- echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
- mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
- rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- ;;
- *.xcdatamodel)
- echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true
- xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom"
- ;;
- *.xcdatamodeld)
- echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true
- xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd"
- ;;
- *.xcmappingmodel)
- echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true
- xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
- ;;
- *.xcassets)
- ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH"
- XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
- ;;
- *)
- echo "$RESOURCE_PATH" || true
- echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY"
- ;;
- esac
-}
-
-mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then
- mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
- rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-fi
-rm -f "$RESOURCES_TO_COPY"
-
-if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "${XCASSET_FILES:-}" ]
-then
- # Find all other xcassets (this unfortunately includes those of path pods and other targets).
- OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
- while read line; do
- if [[ $line != "${PODS_ROOT}*" ]]; then
- XCASSET_FILES+=("$line")
- fi
- done <<<"$OTHER_XCASSETS"
-
- if [ -z ${ASSETCATALOG_COMPILER_APPICON_NAME+x} ]; then
- printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
- else
- printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "${TARGET_TEMP_DIR}/assetcatalog_generated_info_cocoapods.plist"
- fi
-fi
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-umbrella.h b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-umbrella.h
deleted file mode 100644
index c649b555..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-umbrella.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifdef __OBJC__
-#import
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
-
-FOUNDATION_EXPORT double Pods_IGListKitExamplesVersionNumber;
-FOUNDATION_EXPORT const unsigned char Pods_IGListKitExamplesVersionString[];
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples.debug.xcconfig b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples.debug.xcconfig
deleted file mode 100644
index f9e475a4..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples.debug.xcconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
-FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/IGListDiffKit" "${PODS_CONFIGURATION_BUILD_DIR}/IGListKit" "${PODS_CONFIGURATION_BUILD_DIR}/IGListSwiftKit"
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/IGListDiffKit/IGListDiffKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IGListKit/IGListKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IGListSwiftKit/IGListSwiftKit.framework/Headers"
-LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
-OTHER_LDFLAGS = $(inherited) -l"c++" -framework "IGListDiffKit" -framework "IGListKit" -framework "IGListSwiftKit" -framework "UIKit"
-OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
-PODS_ROOT = ${SRCROOT}/Pods
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples.modulemap b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples.modulemap
deleted file mode 100644
index b026bedb..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples.modulemap
+++ /dev/null
@@ -1,6 +0,0 @@
-framework module Pods_IGListKitExamples {
- umbrella header "Pods-IGListKitExamples-umbrella.h"
-
- export *
- module * { export * }
-}
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples.release.xcconfig b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples.release.xcconfig
deleted file mode 100644
index f9e475a4..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples.release.xcconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
-FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/IGListDiffKit" "${PODS_CONFIGURATION_BUILD_DIR}/IGListKit" "${PODS_CONFIGURATION_BUILD_DIR}/IGListSwiftKit"
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/IGListDiffKit/IGListDiffKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IGListKit/IGListKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IGListSwiftKit/IGListSwiftKit.framework/Headers"
-LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
-OTHER_LDFLAGS = $(inherited) -l"c++" -framework "IGListDiffKit" -framework "IGListKit" -framework "IGListSwiftKit" -framework "UIKit"
-OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
-PODS_ROOT = ${SRCROOT}/Pods
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Info.plist b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Info.plist
deleted file mode 100644
index 2243fe6e..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIdentifier
- ${PRODUCT_BUNDLE_IDENTIFIER}
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- ${PRODUCT_NAME}
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 1.0.0
- CFBundleSignature
- ????
- CFBundleVersion
- ${CURRENT_PROJECT_VERSION}
- NSPrincipalClass
-
-
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-Info.plist b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-Info.plist
deleted file mode 100644
index 2243fe6e..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIdentifier
- ${PRODUCT_BUNDLE_IDENTIFIER}
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- ${PRODUCT_NAME}
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 1.0.0
- CFBundleSignature
- ????
- CFBundleVersion
- ${CURRENT_PROJECT_VERSION}
- NSPrincipalClass
-
-
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-acknowledgements.markdown b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-acknowledgements.markdown
deleted file mode 100644
index 1444b92a..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-acknowledgements.markdown
+++ /dev/null
@@ -1,75 +0,0 @@
-# Acknowledgements
-This application makes use of the following third party libraries:
-
-## IGListDiffKit
-
-MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-## IGListKit
-
-MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-## IGListSwiftKit
-
-MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-Generated by CocoaPods - https://cocoapods.org
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-acknowledgements.plist b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-acknowledgements.plist
deleted file mode 100644
index 73b2bfe9..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-acknowledgements.plist
+++ /dev/null
@@ -1,119 +0,0 @@
-
-
-
-
- PreferenceSpecifiers
-
-
- FooterText
- This application makes use of the following third party libraries:
- Title
- Acknowledgements
- Type
- PSGroupSpecifier
-
-
- FooterText
- MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
- License
- MIT
- Title
- IGListDiffKit
- Type
- PSGroupSpecifier
-
-
- FooterText
- MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
- License
- MIT
- Title
- IGListKit
- Type
- PSGroupSpecifier
-
-
- FooterText
- MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
- License
- MIT
- Title
- IGListSwiftKit
- Type
- PSGroupSpecifier
-
-
- FooterText
- Generated by CocoaPods - https://cocoapods.org
- Title
-
- Type
- PSGroupSpecifier
-
-
- StringsTable
- Acknowledgements
- Title
- Acknowledgements
-
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-dummy.m b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-dummy.m
deleted file mode 100644
index 1f30f1f3..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import
-@interface PodsDummy_Pods_IGListKitMessageExample : NSObject
-@end
-@implementation PodsDummy_Pods_IGListKitMessageExample
-@end
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-resources.sh b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-resources.sh
deleted file mode 100755
index 565f2d8b..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-resources.sh
+++ /dev/null
@@ -1,123 +0,0 @@
-#!/bin/sh
-# Copyright (c) Facebook, Inc. and its affiliates.
-#
-# This source code is licensed under the MIT license found in the
-# LICENSE file in the root directory of this source tree.
-
-set -e
-set -u
-set -o pipefail
-
-if [ -z ${UNLOCALIZED_RESOURCES_FOLDER_PATH+x} ]; then
- # If UNLOCALIZED_RESOURCES_FOLDER_PATH is not set, then there's nowhere for us to copy
- # resources to, so exit 0 (signalling the script phase was successful).
- exit 0
-fi
-
-mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-
-RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
-> "$RESOURCES_TO_COPY"
-
-XCASSET_FILES=()
-
-# This protects against multiple targets copying the same framework dependency at the same time. The solution
-# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
-RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
-
-case "${TARGETED_DEVICE_FAMILY:-}" in
- 1,2)
- TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
- ;;
- 1)
- TARGET_DEVICE_ARGS="--target-device iphone"
- ;;
- 2)
- TARGET_DEVICE_ARGS="--target-device ipad"
- ;;
- 3)
- TARGET_DEVICE_ARGS="--target-device tv"
- ;;
- 4)
- TARGET_DEVICE_ARGS="--target-device watch"
- ;;
- *)
- TARGET_DEVICE_ARGS="--target-device mac"
- ;;
-esac
-
-install_resource()
-{
- if [[ "$1" = /* ]] ; then
- RESOURCE_PATH="$1"
- else
- RESOURCE_PATH="${PODS_ROOT}/$1"
- fi
- if [[ ! -e "$RESOURCE_PATH" ]] ; then
- cat << EOM
-error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script.
-EOM
- exit 1
- fi
- case $RESOURCE_PATH in
- *.storyboard)
- echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
- ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
- ;;
- *.xib)
- echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
- ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
- ;;
- *.framework)
- echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
- mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
- rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- ;;
- *.xcdatamodel)
- echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true
- xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom"
- ;;
- *.xcdatamodeld)
- echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true
- xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd"
- ;;
- *.xcmappingmodel)
- echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true
- xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
- ;;
- *.xcassets)
- ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH"
- XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
- ;;
- *)
- echo "$RESOURCE_PATH" || true
- echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY"
- ;;
- esac
-}
-
-mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then
- mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
- rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-fi
-rm -f "$RESOURCES_TO_COPY"
-
-if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "${XCASSET_FILES:-}" ]
-then
- # Find all other xcassets (this unfortunately includes those of path pods and other targets).
- OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
- while read line; do
- if [[ $line != "${PODS_ROOT}*" ]]; then
- XCASSET_FILES+=("$line")
- fi
- done <<<"$OTHER_XCASSETS"
-
- if [ -z ${ASSETCATALOG_COMPILER_APPICON_NAME+x} ]; then
- printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
- else
- printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "${TARGET_TEMP_DIR}/assetcatalog_generated_info_cocoapods.plist"
- fi
-fi
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-umbrella.h b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-umbrella.h
deleted file mode 100644
index f5078462..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-umbrella.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifdef __OBJC__
-#import
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
-
-FOUNDATION_EXPORT double Pods_IGListKitMessageExampleVersionNumber;
-FOUNDATION_EXPORT const unsigned char Pods_IGListKitMessageExampleVersionString[];
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample.debug.xcconfig b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample.debug.xcconfig
deleted file mode 100644
index b6cae946..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample.debug.xcconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/IGListDiffKit" "${PODS_CONFIGURATION_BUILD_DIR}/IGListKit" "${PODS_CONFIGURATION_BUILD_DIR}/IGListSwiftKit"
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/IGListDiffKit/IGListDiffKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IGListKit/IGListKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IGListSwiftKit/IGListSwiftKit.framework/Headers"
-LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks'
-OTHER_LDFLAGS = $(inherited) -l"c++" -framework "IGListDiffKit" -framework "IGListKit" -framework "IGListSwiftKit" -framework "UIKit"
-OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
-PODS_ROOT = ${SRCROOT}/Pods
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample.modulemap b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample.modulemap
deleted file mode 100644
index ab6bd6d8..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample.modulemap
+++ /dev/null
@@ -1,6 +0,0 @@
-framework module Pods_IGListKitMessageExample {
- umbrella header "Pods-IGListKitMessageExample-umbrella.h"
-
- export *
- module * { export * }
-}
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample.release.xcconfig b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample.release.xcconfig
deleted file mode 100644
index b6cae946..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample.release.xcconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/IGListDiffKit" "${PODS_CONFIGURATION_BUILD_DIR}/IGListKit" "${PODS_CONFIGURATION_BUILD_DIR}/IGListSwiftKit"
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/IGListDiffKit/IGListDiffKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IGListKit/IGListKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IGListSwiftKit/IGListSwiftKit.framework/Headers"
-LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks'
-OTHER_LDFLAGS = $(inherited) -l"c++" -framework "IGListDiffKit" -framework "IGListKit" -framework "IGListSwiftKit" -framework "UIKit"
-OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
-PODS_ROOT = ${SRCROOT}/Pods
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Info.plist b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Info.plist
deleted file mode 100644
index 2243fe6e..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIdentifier
- ${PRODUCT_BUNDLE_IDENTIFIER}
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- ${PRODUCT_NAME}
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 1.0.0
- CFBundleSignature
- ????
- CFBundleVersion
- ${CURRENT_PROJECT_VERSION}
- NSPrincipalClass
-
-
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-Info.plist b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-Info.plist
deleted file mode 100644
index 2243fe6e..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIdentifier
- ${PRODUCT_BUNDLE_IDENTIFIER}
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- ${PRODUCT_NAME}
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 1.0.0
- CFBundleSignature
- ????
- CFBundleVersion
- ${CURRENT_PROJECT_VERSION}
- NSPrincipalClass
-
-
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-acknowledgements.markdown b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-acknowledgements.markdown
deleted file mode 100644
index 1444b92a..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-acknowledgements.markdown
+++ /dev/null
@@ -1,75 +0,0 @@
-# Acknowledgements
-This application makes use of the following third party libraries:
-
-## IGListDiffKit
-
-MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-## IGListKit
-
-MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-## IGListSwiftKit
-
-MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-Generated by CocoaPods - https://cocoapods.org
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-acknowledgements.plist b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-acknowledgements.plist
deleted file mode 100644
index 73b2bfe9..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-acknowledgements.plist
+++ /dev/null
@@ -1,119 +0,0 @@
-
-
-
-
- PreferenceSpecifiers
-
-
- FooterText
- This application makes use of the following third party libraries:
- Title
- Acknowledgements
- Type
- PSGroupSpecifier
-
-
- FooterText
- MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
- License
- MIT
- Title
- IGListDiffKit
- Type
- PSGroupSpecifier
-
-
- FooterText
- MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
- License
- MIT
- Title
- IGListKit
- Type
- PSGroupSpecifier
-
-
- FooterText
- MIT License
-
-Copyright (c) Facebook, Inc. and its affiliates.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
- License
- MIT
- Title
- IGListSwiftKit
- Type
- PSGroupSpecifier
-
-
- FooterText
- Generated by CocoaPods - https://cocoapods.org
- Title
-
- Type
- PSGroupSpecifier
-
-
- StringsTable
- Acknowledgements
- Title
- Acknowledgements
-
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-dummy.m b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-dummy.m
deleted file mode 100644
index 0a387e5a..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import
-@interface PodsDummy_Pods_IGListKitTodayExample : NSObject
-@end
-@implementation PodsDummy_Pods_IGListKitTodayExample
-@end
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-resources.sh b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-resources.sh
deleted file mode 100755
index 565f2d8b..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-resources.sh
+++ /dev/null
@@ -1,123 +0,0 @@
-#!/bin/sh
-# Copyright (c) Facebook, Inc. and its affiliates.
-#
-# This source code is licensed under the MIT license found in the
-# LICENSE file in the root directory of this source tree.
-
-set -e
-set -u
-set -o pipefail
-
-if [ -z ${UNLOCALIZED_RESOURCES_FOLDER_PATH+x} ]; then
- # If UNLOCALIZED_RESOURCES_FOLDER_PATH is not set, then there's nowhere for us to copy
- # resources to, so exit 0 (signalling the script phase was successful).
- exit 0
-fi
-
-mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-
-RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
-> "$RESOURCES_TO_COPY"
-
-XCASSET_FILES=()
-
-# This protects against multiple targets copying the same framework dependency at the same time. The solution
-# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
-RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
-
-case "${TARGETED_DEVICE_FAMILY:-}" in
- 1,2)
- TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
- ;;
- 1)
- TARGET_DEVICE_ARGS="--target-device iphone"
- ;;
- 2)
- TARGET_DEVICE_ARGS="--target-device ipad"
- ;;
- 3)
- TARGET_DEVICE_ARGS="--target-device tv"
- ;;
- 4)
- TARGET_DEVICE_ARGS="--target-device watch"
- ;;
- *)
- TARGET_DEVICE_ARGS="--target-device mac"
- ;;
-esac
-
-install_resource()
-{
- if [[ "$1" = /* ]] ; then
- RESOURCE_PATH="$1"
- else
- RESOURCE_PATH="${PODS_ROOT}/$1"
- fi
- if [[ ! -e "$RESOURCE_PATH" ]] ; then
- cat << EOM
-error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script.
-EOM
- exit 1
- fi
- case $RESOURCE_PATH in
- *.storyboard)
- echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
- ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
- ;;
- *.xib)
- echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
- ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
- ;;
- *.framework)
- echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
- mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
- rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- ;;
- *.xcdatamodel)
- echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true
- xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom"
- ;;
- *.xcdatamodeld)
- echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true
- xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd"
- ;;
- *.xcmappingmodel)
- echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true
- xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
- ;;
- *.xcassets)
- ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH"
- XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
- ;;
- *)
- echo "$RESOURCE_PATH" || true
- echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY"
- ;;
- esac
-}
-
-mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then
- mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
- rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-fi
-rm -f "$RESOURCES_TO_COPY"
-
-if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "${XCASSET_FILES:-}" ]
-then
- # Find all other xcassets (this unfortunately includes those of path pods and other targets).
- OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
- while read line; do
- if [[ $line != "${PODS_ROOT}*" ]]; then
- XCASSET_FILES+=("$line")
- fi
- done <<<"$OTHER_XCASSETS"
-
- if [ -z ${ASSETCATALOG_COMPILER_APPICON_NAME+x} ]; then
- printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
- else
- printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "${TARGET_TEMP_DIR}/assetcatalog_generated_info_cocoapods.plist"
- fi
-fi
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-umbrella.h b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-umbrella.h
deleted file mode 100644
index bd4abf8f..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-umbrella.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifdef __OBJC__
-#import
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
-
-FOUNDATION_EXPORT double Pods_IGListKitTodayExampleVersionNumber;
-FOUNDATION_EXPORT const unsigned char Pods_IGListKitTodayExampleVersionString[];
-
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample.debug.xcconfig b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample.debug.xcconfig
deleted file mode 100644
index b6cae946..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample.debug.xcconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/IGListDiffKit" "${PODS_CONFIGURATION_BUILD_DIR}/IGListKit" "${PODS_CONFIGURATION_BUILD_DIR}/IGListSwiftKit"
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/IGListDiffKit/IGListDiffKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IGListKit/IGListKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IGListSwiftKit/IGListSwiftKit.framework/Headers"
-LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks'
-OTHER_LDFLAGS = $(inherited) -l"c++" -framework "IGListDiffKit" -framework "IGListKit" -framework "IGListSwiftKit" -framework "UIKit"
-OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
-PODS_ROOT = ${SRCROOT}/Pods
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample.modulemap b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample.modulemap
deleted file mode 100644
index d06a975e..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample.modulemap
+++ /dev/null
@@ -1,6 +0,0 @@
-framework module Pods_IGListKitTodayExample {
- umbrella header "Pods-IGListKitTodayExample-umbrella.h"
-
- export *
- module * { export * }
-}
diff --git a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample.release.xcconfig b/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample.release.xcconfig
deleted file mode 100644
index b6cae946..00000000
--- a/Examples/Examples-iOS/Pods/Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample.release.xcconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/IGListDiffKit" "${PODS_CONFIGURATION_BUILD_DIR}/IGListKit" "${PODS_CONFIGURATION_BUILD_DIR}/IGListSwiftKit"
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/IGListDiffKit/IGListDiffKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IGListKit/IGListKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IGListSwiftKit/IGListSwiftKit.framework/Headers"
-LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks'
-OTHER_LDFLAGS = $(inherited) -l"c++" -framework "IGListDiffKit" -framework "IGListKit" -framework "IGListSwiftKit" -framework "UIKit"
-OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
-PODS_ROOT = ${SRCROOT}/Pods
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/Examples/Examples-macOS/IGListKitExamples.xcworkspace/contents.xcworkspacedata b/Examples/Examples-macOS/IGListKitExamples.xcworkspace/contents.xcworkspacedata
deleted file mode 100644
index 106ba5d0..00000000
--- a/Examples/Examples-macOS/IGListKitExamples.xcworkspace/contents.xcworkspacedata
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
diff --git a/Examples/Examples-macOS/Podfile.lock b/Examples/Examples-macOS/Podfile.lock
deleted file mode 100644
index 04b7f1d5..00000000
--- a/Examples/Examples-macOS/Podfile.lock
+++ /dev/null
@@ -1,16 +0,0 @@
-PODS:
- - IGListDiffKit (4.1.0)
-
-DEPENDENCIES:
- - IGListDiffKit (from `../../IGListDiffKit.podspec`)
-
-EXTERNAL SOURCES:
- IGListDiffKit:
- :path: "../../IGListDiffKit.podspec"
-
-SPEC CHECKSUMS:
- IGListDiffKit: 7d70583ef1f7883b23b40a21051844c6036128ca
-
-PODFILE CHECKSUM: a5e65f00463ec091d58ee2241126ab30f6d2ee69
-
-COCOAPODS: 1.8.4
diff --git a/Examples/Examples-macOS/Pods/Local Podspecs/IGListDiffKit.podspec.json b/Examples/Examples-macOS/Pods/Local Podspecs/IGListDiffKit.podspec.json
deleted file mode 100644
index 75244bfe..00000000
--- a/Examples/Examples-macOS/Pods/Local Podspecs/IGListDiffKit.podspec.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "IGListDiffKit",
- "version": "4.1.0",
- "summary": "Diffing utilities for a data-driven UICollectionView framework.",
- "homepage": "https://github.com/Instagram/IGListKit",
- "documentation_url": "https://instagram.github.io/IGListKit",
- "description": "Diffing utilities for a data-driven UICollectionView framework for building fast and flexible lists.",
- "license": {
- "type": "MIT"
- },
- "authors": "Instagram",
- "social_media_url": "https://twitter.com/fbOpenSource",
- "source": {
- "git": "https://github.com/Instagram/IGListKit.git",
- "tag": "4.1.0",
- "branch": "stable"
- },
- "source_files": "Source/IGListDiffKit/**/*.{h,m,mm}",
- "private_header_files": "Source/IGListDiffKit/Internal/*.h",
- "requires_arc": true,
- "platforms": {
- "ios": "9.0",
- "tvos": "9.0",
- "osx": "10.11"
- },
- "ios": {
- "frameworks": "UIKit"
- },
- "tvos": {
- "frameworks": "UIKit"
- },
- "osx": {
- "frameworks": "Cocoa"
- },
- "libraries": "c++",
- "pod_target_xcconfig": {
- "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
- "CLANG_CXX_LIBRARY": "libc++"
- }
-}
diff --git a/Examples/Examples-macOS/Pods/Local Podspecs/IGListKit.podspec.json b/Examples/Examples-macOS/Pods/Local Podspecs/IGListKit.podspec.json
deleted file mode 100644
index 974b0ac7..00000000
--- a/Examples/Examples-macOS/Pods/Local Podspecs/IGListKit.podspec.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "name": "IGListKit",
- "version": "3.4.0",
- "summary": "A data-driven UICollectionView framework.",
- "homepage": "https://github.com/Instagram/IGListKit",
- "documentation_url": "https://instagram.github.io/IGListKit",
- "description": "A data-driven UICollectionView framework for building fast and flexible lists.",
- "license": {
- "type": "MIT"
- },
- "authors": "Instagram",
- "social_media_url": "https://twitter.com/fbOpenSource",
- "source": {
- "git": "https://github.com/Instagram/IGListKit.git",
- "tag": "3.4.0",
- "branch": "stable"
- },
- "dependencies": {
- "IGListDiffKit": [
- "= 3.4.0"
- ]
- },
- "ios": {
- "source_files": [
- "Source/IGListDiffKit/Internal/*.h",
- "Source/IGListKit/**/*.{h,m,mm}"
- ],
- "private_header_files": [
- "Source/IGListDiffKit/Internal/*.h",
- "Source/IGListKit/Internal/*.h"
- ],
- "frameworks": "UIKit"
- },
- "tvos": {
- "source_files": [
- "Source/IGListDiffKit/Internal/*.h",
- "Source/IGListKit/**/*.{h,m,mm}"
- ],
- "private_header_files": [
- "Source/IGListDiffKit/Internal/*.h",
- "Source/IGListKit/Internal/*.h"
- ],
- "frameworks": "UIKit"
- },
- "osx": {
- "source_files": "Source/IGListKit/IGListKit.h",
- "frameworks": "Cocoa"
- },
- "requires_arc": true,
- "platforms": {
- "ios": "9.0",
- "tvos": "9.0",
- "osx": "10.11"
- },
- "libraries": "c++",
- "pod_target_xcconfig": {
- "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
- "CLANG_CXX_LIBRARY": "libc++"
- }
-}
diff --git a/Examples/Examples-macOS/Pods/Manifest.lock b/Examples/Examples-macOS/Pods/Manifest.lock
deleted file mode 100644
index 04b7f1d5..00000000
--- a/Examples/Examples-macOS/Pods/Manifest.lock
+++ /dev/null
@@ -1,16 +0,0 @@
-PODS:
- - IGListDiffKit (4.1.0)
-
-DEPENDENCIES:
- - IGListDiffKit (from `../../IGListDiffKit.podspec`)
-
-EXTERNAL SOURCES:
- IGListDiffKit:
- :path: "../../IGListDiffKit.podspec"
-
-SPEC CHECKSUMS:
- IGListDiffKit: 7d70583ef1f7883b23b40a21051844c6036128ca
-
-PODFILE CHECKSUM: a5e65f00463ec091d58ee2241126ab30f6d2ee69
-
-COCOAPODS: 1.8.4
diff --git a/Examples/Examples-macOS/Pods/Pods.xcodeproj/project.pbxproj b/Examples/Examples-macOS/Pods/Pods.xcodeproj/project.pbxproj
deleted file mode 100644
index 94efc2a7..00000000
--- a/Examples/Examples-macOS/Pods/Pods.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,709 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
-
-/* Begin PBXBuildFile section */
- 089FD88A88D4868A8FA05A2A97A2ECC3 /* NSString+IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = E60BE208596747DCF0D36EE88292B6A9 /* NSString+IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 0BF45376C2796BA269CB62BF2E625E80 /* IGListDiffKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 861A9C71FF2D53B29D2C7A71C395C847 /* IGListDiffKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 18155CC923C46CD34A78CFEA970B5CF1 /* IGListMoveIndexInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 84F1756B1BBAE6BC42EF90F1918A6C9C /* IGListMoveIndexInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 2003A18FF85596057AA980341EF1215F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C1430F003D39D9906881A6AC724B7931 /* Cocoa.framework */; };
- 34428BF1821D9D9549CB02FFD17BA8A8 /* Pods-IGListKitExamples-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FD5341BE82FAE398174629A3FBFA179 /* Pods-IGListKitExamples-dummy.m */; };
- 3711688B20B5DD4E0168ECA3FD0EAEF1 /* IGListMoveIndexPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 4394C6C3F3AF5484EF576125D20CEB63 /* IGListMoveIndexPath.m */; };
- 481559AE67921AF7ED27105434AD15CE /* IGListDiff.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B01024D07DD9DF1A2703B338D6C887E /* IGListDiff.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 48757E9ABD1D890130537BD0FB95D932 /* IGListBatchUpdateData.h in Headers */ = {isa = PBXBuildFile; fileRef = CB13B5DE0E6B7A6B4255D6CD2F572834 /* IGListBatchUpdateData.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 4B09CF13BFD5F791BF1C4F7220A20873 /* IGListIndexSetResult.h in Headers */ = {isa = PBXBuildFile; fileRef = D28D9CBD1790BAF34FFCF85EE09604AE /* IGListIndexSetResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 51FF0BC8E07CD9F172E6A2EF608394C2 /* IGListMoveIndex.h in Headers */ = {isa = PBXBuildFile; fileRef = 1164E1C226BBDC9AE6C4BFE074139EE0 /* IGListMoveIndex.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 58D096492A90DCA8DD336301D43BB2F6 /* IGListDiffKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BB40BD5E077B758816B95739622C17D /* IGListDiffKit-dummy.m */; };
- 65F094657758E885B77C93EB050FE440 /* IGListIndexPathResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = B92E7AF9A39D139471A8C9783BDD9513 /* IGListIndexPathResultInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 73432821299F8A5D6386D12A83E690DA /* NSNumber+IGListDiffable.m in Sources */ = {isa = PBXBuildFile; fileRef = 60F4BD0ABB3A574B41D53B99F237BAFD /* NSNumber+IGListDiffable.m */; };
- 80970ADAFC7F50B8C9CAE0902BD9F350 /* IGListMoveIndexPathInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2568F83C05B9C00C0E1F85C5F11B3A11 /* IGListMoveIndexPathInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 840E8FC55F61E291E1FA07CE46C4D75E /* IGListMoveIndex.m in Sources */ = {isa = PBXBuildFile; fileRef = C310473220E982142BB66829F8EA5323 /* IGListMoveIndex.m */; };
- 8F8C1CC653CCBB67111A9F9E35DC7496 /* IGListIndexSetResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 48C922E1C2855A78C125DCF386B5CE6D /* IGListIndexSetResult.m */; };
- 90FC50922619725BC41AAB22F3AC915F /* IGListDiffKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 93FED12FAC350FAD9C1AA44477F4548B /* IGListDiffKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 9A39D284F2A1B378EAC095194FA58C44 /* Pods-IGListKitExamples-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B02EA3AD48A41B9B9E37A38AC80E88F /* Pods-IGListKitExamples-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
- AD22525CDAE32C816AB9A17BCD63F4A2 /* IGListExperiments.h in Headers */ = {isa = PBXBuildFile; fileRef = E520FEA8B05543BCA2AC1A46F4BC1809 /* IGListExperiments.h */; settings = {ATTRIBUTES = (Public, ); }; };
- BDB392E9E5666CF62767537F9EFEE2C1 /* IGListIndexSetResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 386433A06E8D28F43A90BF263C94D7CA /* IGListIndexSetResultInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
- C2694C0E98D879A5A19691C65004D7AB /* IGListCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F34B64D175D66C018BE30EF78984C89 /* IGListCompatibility.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CA02DF06BE4FA57516BB0C05DA50AD20 /* IGListMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 21D65500853784FF7BC13BEBB13F005A /* IGListMacros.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CF759B58B84E454A3EEE8CA69BB6A13C /* IGListBatchUpdateData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0F9C3BE9F3E331031B99A60ED0496088 /* IGListBatchUpdateData.mm */; };
- D13A238B43C6D287EB30F778741C5633 /* IGListDiff.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3720329ABA5EDB83DFC9CAE3ABE1F7BF /* IGListDiff.mm */; };
- D3DABB27CE2433C5A0F7F985535CF2A9 /* IGListMoveIndexPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E5D42D1D476C06B6967025D5AD5731A /* IGListMoveIndexPath.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D444D6A946FC50463B79ABD46728C8DB /* NSNumber+IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = 85F1FA240C61FF84819B3FD957812827 /* NSNumber+IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D78B9AECF7BD1C5A15E0053B88CFDC78 /* NSString+IGListDiffable.m in Sources */ = {isa = PBXBuildFile; fileRef = 974130331F0C9DD435D20B3165798828 /* NSString+IGListDiffable.m */; };
- DD875B4AE4DFB148AF1F788AD5023EB7 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C1430F003D39D9906881A6AC724B7931 /* Cocoa.framework */; };
- EB4BA91D21ED234A21DCED9757F33A6B /* IGListAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = E502371F2B54827B8BB98CC2682C09BC /* IGListAssert.h */; settings = {ATTRIBUTES = (Public, ); }; };
- EBD1DEF3731164E6E051A96E1618BCB7 /* IGListIndexPathResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2126DD7749B48A4B26357F9B59BD4195 /* IGListIndexPathResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
- ED72D5E7C74422201CA01B2967B0327F /* IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = B98FDD4C19B2BB1809CAF04E2A41DF81 /* IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
- F8FCA2719063E3C35C5240293BB67A5C /* IGListIndexPathResult.m in Sources */ = {isa = PBXBuildFile; fileRef = FCB4D482C5AF3790BB21F1488548092C /* IGListIndexPathResult.m */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXContainerItemProxy section */
- C9AA6D4308648C86A2BF6A159BF1C481 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 2D07A05F514BF9C5434DAC907988C708;
- remoteInfo = IGListDiffKit;
- };
-/* End PBXContainerItemProxy section */
-
-/* Begin PBXFileReference section */
- 017EA74BFCC4A7A8E490EC7F35867FD5 /* Pods-IGListKitExamples-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitExamples-Info.plist"; sourceTree = ""; };
- 0F9C3BE9F3E331031B99A60ED0496088 /* IGListBatchUpdateData.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBatchUpdateData.mm; path = Source/IGListDiffKit/IGListBatchUpdateData.mm; sourceTree = ""; };
- 1164E1C226BBDC9AE6C4BFE074139EE0 /* IGListMoveIndex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListMoveIndex.h; path = Source/IGListDiffKit/IGListMoveIndex.h; sourceTree = ""; };
- 184C523A87740DE3FB13C44CA65CAB47 /* IGListDiffKit.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = IGListDiffKit.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
- 195AD71F7938FEA988FDCC5B0A10FFDF /* IGListDiffKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IGListDiffKit.framework; path = IGListDiffKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 2126DD7749B48A4B26357F9B59BD4195 /* IGListIndexPathResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListIndexPathResult.h; path = Source/IGListDiffKit/IGListIndexPathResult.h; sourceTree = ""; };
- 21D65500853784FF7BC13BEBB13F005A /* IGListMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListMacros.h; path = Source/IGListDiffKit/IGListMacros.h; sourceTree = ""; };
- 2568F83C05B9C00C0E1F85C5F11B3A11 /* IGListMoveIndexPathInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndexPathInternal.h; sourceTree = ""; };
- 2585A463ADD5B9FA491CED78E159A9D0 /* IGListDiffKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListDiffKit-prefix.pch"; sourceTree = ""; };
- 2BB40BD5E077B758816B95739622C17D /* IGListDiffKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListDiffKit-dummy.m"; sourceTree = ""; };
- 3720329ABA5EDB83DFC9CAE3ABE1F7BF /* IGListDiff.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDiff.mm; path = Source/IGListDiffKit/IGListDiff.mm; sourceTree = ""; };
- 386433A06E8D28F43A90BF263C94D7CA /* IGListIndexSetResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexSetResultInternal.h; sourceTree = ""; };
- 392EB0BCEA06EE6087F703DF8342E80D /* IGListDiffKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IGListDiffKit-Info.plist"; sourceTree = ""; };
- 3AD789BC3961BE600D67401298B0417F /* Pods-IGListKitExamples.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitExamples.release.xcconfig"; sourceTree = ""; };
- 3B01024D07DD9DF1A2703B338D6C887E /* IGListDiff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListDiff.h; path = Source/IGListDiffKit/IGListDiff.h; sourceTree = ""; };
- 4394C6C3F3AF5484EF576125D20CEB63 /* IGListMoveIndexPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListMoveIndexPath.m; path = Source/IGListDiffKit/IGListMoveIndexPath.m; sourceTree = ""; };
- 486F79596A0C04EEAE074A38399E2220 /* Pods_IGListKitExamples.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_IGListKitExamples.framework; path = "Pods-IGListKitExamples.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
- 48C922E1C2855A78C125DCF386B5CE6D /* IGListIndexSetResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListIndexSetResult.m; path = Source/IGListDiffKit/IGListIndexSetResult.m; sourceTree = ""; };
- 5E5D42D1D476C06B6967025D5AD5731A /* IGListMoveIndexPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListMoveIndexPath.h; path = Source/IGListDiffKit/IGListMoveIndexPath.h; sourceTree = ""; };
- 60F4BD0ABB3A574B41D53B99F237BAFD /* NSNumber+IGListDiffable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNumber+IGListDiffable.m"; path = "Source/IGListDiffKit/NSNumber+IGListDiffable.m"; sourceTree = ""; };
- 6875CCE34BF0FB0BB87246266F0ECD19 /* IGListDiffKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IGListDiffKit.modulemap; sourceTree = ""; };
- 7118D49D9CA681A846C78478F47916C8 /* Pods-IGListKitExamples-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-IGListKitExamples-frameworks.sh"; sourceTree = ""; };
- 7F08E308649C64AA3AA3C089C6B49C0D /* Pods-IGListKitExamples-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-IGListKitExamples-acknowledgements.markdown"; sourceTree = ""; };
- 7F34B64D175D66C018BE30EF78984C89 /* IGListCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListCompatibility.h; path = Source/IGListDiffKit/IGListCompatibility.h; sourceTree = ""; };
- 7FD5341BE82FAE398174629A3FBFA179 /* Pods-IGListKitExamples-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-IGListKitExamples-dummy.m"; sourceTree = ""; };
- 80B9FC8CD6DF814BBAE09F6BC3B9D55D /* IGListDiffKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IGListDiffKit.xcconfig; sourceTree = ""; };
- 84F1756B1BBAE6BC42EF90F1918A6C9C /* IGListMoveIndexInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndexInternal.h; sourceTree = ""; };
- 85F1FA240C61FF84819B3FD957812827 /* NSNumber+IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNumber+IGListDiffable.h"; path = "Source/IGListDiffKit/NSNumber+IGListDiffable.h"; sourceTree = ""; };
- 861A9C71FF2D53B29D2C7A71C395C847 /* IGListDiffKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListDiffKit-umbrella.h"; sourceTree = ""; };
- 93FED12FAC350FAD9C1AA44477F4548B /* IGListDiffKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListDiffKit.h; path = Source/IGListDiffKit/IGListDiffKit.h; sourceTree = ""; };
- 974130331F0C9DD435D20B3165798828 /* NSString+IGListDiffable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+IGListDiffable.m"; path = "Source/IGListDiffKit/NSString+IGListDiffable.m"; sourceTree = ""; };
- 9B02EA3AD48A41B9B9E37A38AC80E88F /* Pods-IGListKitExamples-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-IGListKitExamples-umbrella.h"; sourceTree = ""; };
- 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
- B0E25B09F974F36D241F61F990D1D7BA /* Pods-IGListKitExamples.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-IGListKitExamples.modulemap"; sourceTree = ""; };
- B92E7AF9A39D139471A8C9783BDD9513 /* IGListIndexPathResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexPathResultInternal.h; sourceTree = ""; };
- B98FDD4C19B2BB1809CAF04E2A41DF81 /* IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListDiffable.h; path = Source/IGListDiffKit/IGListDiffable.h; sourceTree = ""; };
- C1430F003D39D9906881A6AC724B7931 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; };
- C310473220E982142BB66829F8EA5323 /* IGListMoveIndex.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListMoveIndex.m; path = Source/IGListDiffKit/IGListMoveIndex.m; sourceTree = ""; };
- CB13B5DE0E6B7A6B4255D6CD2F572834 /* IGListBatchUpdateData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListBatchUpdateData.h; path = Source/IGListDiffKit/IGListBatchUpdateData.h; sourceTree = ""; };
- D28D9CBD1790BAF34FFCF85EE09604AE /* IGListIndexSetResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListIndexSetResult.h; path = Source/IGListDiffKit/IGListIndexSetResult.h; sourceTree = ""; };
- E42DED6E5A1BF654A8BD3BDA87EFE3CD /* Pods-IGListKitExamples-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitExamples-acknowledgements.plist"; sourceTree = ""; };
- E502371F2B54827B8BB98CC2682C09BC /* IGListAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAssert.h; path = Source/IGListDiffKit/IGListAssert.h; sourceTree = ""; };
- E520FEA8B05543BCA2AC1A46F4BC1809 /* IGListExperiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListExperiments.h; path = Source/IGListDiffKit/IGListExperiments.h; sourceTree = ""; };
- E60BE208596747DCF0D36EE88292B6A9 /* NSString+IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+IGListDiffable.h"; path = "Source/IGListDiffKit/NSString+IGListDiffable.h"; sourceTree = ""; };
- F57DABA2FB01FD09572844DB8D87B79D /* Pods-IGListKitExamples.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitExamples.debug.xcconfig"; sourceTree = ""; };
- FCB4D482C5AF3790BB21F1488548092C /* IGListIndexPathResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListIndexPathResult.m; path = Source/IGListDiffKit/IGListIndexPathResult.m; sourceTree = ""; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
- 23DA358DFC55C6A68326215C7E1DE651 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- DD875B4AE4DFB148AF1F788AD5023EB7 /* Cocoa.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- CFB0D38A44BB71FE6AE6C0FFA2335922 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 2003A18FF85596057AA980341EF1215F /* Cocoa.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
- 0A892475FDEC04C16CE38B167FD58EAC /* Support Files */ = {
- isa = PBXGroup;
- children = (
- 6875CCE34BF0FB0BB87246266F0ECD19 /* IGListDiffKit.modulemap */,
- 80B9FC8CD6DF814BBAE09F6BC3B9D55D /* IGListDiffKit.xcconfig */,
- 2BB40BD5E077B758816B95739622C17D /* IGListDiffKit-dummy.m */,
- 392EB0BCEA06EE6087F703DF8342E80D /* IGListDiffKit-Info.plist */,
- 2585A463ADD5B9FA491CED78E159A9D0 /* IGListDiffKit-prefix.pch */,
- 861A9C71FF2D53B29D2C7A71C395C847 /* IGListDiffKit-umbrella.h */,
- );
- name = "Support Files";
- path = "Examples/Examples-macOS/Pods/Target Support Files/IGListDiffKit";
- sourceTree = "";
- };
- 2EDE8276AB795A13A33E3CB8EFBFDEB7 /* IGListDiffKit */ = {
- isa = PBXGroup;
- children = (
- E502371F2B54827B8BB98CC2682C09BC /* IGListAssert.h */,
- CB13B5DE0E6B7A6B4255D6CD2F572834 /* IGListBatchUpdateData.h */,
- 0F9C3BE9F3E331031B99A60ED0496088 /* IGListBatchUpdateData.mm */,
- 7F34B64D175D66C018BE30EF78984C89 /* IGListCompatibility.h */,
- 3B01024D07DD9DF1A2703B338D6C887E /* IGListDiff.h */,
- 3720329ABA5EDB83DFC9CAE3ABE1F7BF /* IGListDiff.mm */,
- B98FDD4C19B2BB1809CAF04E2A41DF81 /* IGListDiffable.h */,
- 93FED12FAC350FAD9C1AA44477F4548B /* IGListDiffKit.h */,
- E520FEA8B05543BCA2AC1A46F4BC1809 /* IGListExperiments.h */,
- 2126DD7749B48A4B26357F9B59BD4195 /* IGListIndexPathResult.h */,
- FCB4D482C5AF3790BB21F1488548092C /* IGListIndexPathResult.m */,
- D28D9CBD1790BAF34FFCF85EE09604AE /* IGListIndexSetResult.h */,
- 48C922E1C2855A78C125DCF386B5CE6D /* IGListIndexSetResult.m */,
- 21D65500853784FF7BC13BEBB13F005A /* IGListMacros.h */,
- 1164E1C226BBDC9AE6C4BFE074139EE0 /* IGListMoveIndex.h */,
- C310473220E982142BB66829F8EA5323 /* IGListMoveIndex.m */,
- 5E5D42D1D476C06B6967025D5AD5731A /* IGListMoveIndexPath.h */,
- 4394C6C3F3AF5484EF576125D20CEB63 /* IGListMoveIndexPath.m */,
- 85F1FA240C61FF84819B3FD957812827 /* NSNumber+IGListDiffable.h */,
- 60F4BD0ABB3A574B41D53B99F237BAFD /* NSNumber+IGListDiffable.m */,
- E60BE208596747DCF0D36EE88292B6A9 /* NSString+IGListDiffable.h */,
- 974130331F0C9DD435D20B3165798828 /* NSString+IGListDiffable.m */,
- 5A0E392E488ACEBCE15E81FC82CC19E5 /* Internal */,
- CB9CFA8899F25EF67C20CDADDD33151B /* Pod */,
- 0A892475FDEC04C16CE38B167FD58EAC /* Support Files */,
- );
- name = IGListDiffKit;
- path = ../../..;
- sourceTree = "