mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 17:28:22 +00:00
Update examples for 3.3.0
Summary: Ran examples pod scripts to update example projects. Closes https://github.com/Instagram/IGListKit/pull/1152 Differential Revision: D7709652 Pulled By: rnystrom fbshipit-source-id: 7a267fabbf6535d15e53d19d7211f6159e66a8f0
This commit is contained in:
parent
825b9924bd
commit
6771b4146f
15 changed files with 1703 additions and 1325 deletions
|
|
@ -1,9 +1,9 @@
|
|||
PODS:
|
||||
- IGListKit (3.2.0):
|
||||
- IGListKit/Default (= 3.2.0)
|
||||
- IGListKit/Default (3.2.0):
|
||||
- IGListKit (3.3.0):
|
||||
- IGListKit/Default (= 3.3.0)
|
||||
- IGListKit/Default (3.3.0):
|
||||
- IGListKit/Diffing
|
||||
- IGListKit/Diffing (3.2.0)
|
||||
- IGListKit/Diffing (3.3.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
- IGListKit (from `../../IGListKit.podspec`)
|
||||
|
|
@ -13,7 +13,7 @@ EXTERNAL SOURCES:
|
|||
:path: ../../IGListKit.podspec
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
IGListKit: 51c65b05adb0e37fecd669ade0c7dec113dce053
|
||||
IGListKit: d52a4ed9ca62ce06f35dea5a100d6dfc3022ef99
|
||||
|
||||
PODFILE CHECKSUM: 0d505f6895c1f8c0016d78680f9b532c444cbb5e
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "IGListKit",
|
||||
"version": "3.2.0",
|
||||
"version": "3.3.0",
|
||||
"summary": "A data-driven UICollectionView framework.",
|
||||
"homepage": "https://github.com/Instagram/IGListKit",
|
||||
"documentation_url": "https://instagram.github.io/IGListKit",
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
"social_media_url": "https://twitter.com/fbOpenSource",
|
||||
"source": {
|
||||
"git": "https://github.com/Instagram/IGListKit.git",
|
||||
"tag": "3.2.0",
|
||||
"tag": "3.3.0",
|
||||
"branch": "stable"
|
||||
},
|
||||
"default_subspecs": "Default",
|
||||
|
|
|
|||
10
Examples/Examples-iOS/Pods/Manifest.lock
generated
10
Examples/Examples-iOS/Pods/Manifest.lock
generated
|
|
@ -1,9 +1,9 @@
|
|||
PODS:
|
||||
- IGListKit (3.2.0):
|
||||
- IGListKit/Default (= 3.2.0)
|
||||
- IGListKit/Default (3.2.0):
|
||||
- IGListKit (3.3.0):
|
||||
- IGListKit/Default (= 3.3.0)
|
||||
- IGListKit/Default (3.3.0):
|
||||
- IGListKit/Diffing
|
||||
- IGListKit/Diffing (3.2.0)
|
||||
- IGListKit/Diffing (3.3.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
- IGListKit (from `../../IGListKit.podspec`)
|
||||
|
|
@ -13,7 +13,7 @@ EXTERNAL SOURCES:
|
|||
:path: ../../IGListKit.podspec
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
IGListKit: 51c65b05adb0e37fecd669ade0c7dec113dce053
|
||||
IGListKit: d52a4ed9ca62ce06f35dea5a100d6dfc3022ef99
|
||||
|
||||
PODFILE CHECKSUM: 0d505f6895c1f8c0016d78680f9b532c444cbb5e
|
||||
|
||||
|
|
|
|||
1152
Examples/Examples-iOS/Pods/Pods.xcodeproj/project.pbxproj
generated
1152
Examples/Examples-iOS/Pods/Pods.xcodeproj/project.pbxproj
generated
File diff suppressed because it is too large
Load diff
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.2.0</string>
|
||||
<string>3.3.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
PODS:
|
||||
- IGListKit (3.2.0):
|
||||
- IGListKit/Default (= 3.2.0)
|
||||
- IGListKit/Default (3.2.0):
|
||||
- IGListKit (3.3.0):
|
||||
- IGListKit/Default (= 3.3.0)
|
||||
- IGListKit/Default (3.3.0):
|
||||
- IGListKit/Diffing
|
||||
- IGListKit/Diffing (3.2.0)
|
||||
- IGListKit/Diffing (3.3.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
- IGListKit (from `../../IGListKit.podspec`)
|
||||
|
|
@ -13,7 +13,7 @@ EXTERNAL SOURCES:
|
|||
:path: ../../IGListKit.podspec
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
IGListKit: 51c65b05adb0e37fecd669ade0c7dec113dce053
|
||||
IGListKit: d52a4ed9ca62ce06f35dea5a100d6dfc3022ef99
|
||||
|
||||
PODFILE CHECKSUM: b2d4196e45c2a81ef18daa376d33978bf335df7c
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "IGListKit",
|
||||
"version": "3.2.0",
|
||||
"version": "3.3.0",
|
||||
"summary": "A data-driven UICollectionView framework.",
|
||||
"homepage": "https://github.com/Instagram/IGListKit",
|
||||
"documentation_url": "https://instagram.github.io/IGListKit",
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
"social_media_url": "https://twitter.com/fbOpenSource",
|
||||
"source": {
|
||||
"git": "https://github.com/Instagram/IGListKit.git",
|
||||
"tag": "3.2.0",
|
||||
"tag": "3.3.0",
|
||||
"branch": "stable"
|
||||
},
|
||||
"default_subspecs": "Default",
|
||||
|
|
|
|||
10
Examples/Examples-macOS/Pods/Manifest.lock
generated
10
Examples/Examples-macOS/Pods/Manifest.lock
generated
|
|
@ -1,9 +1,9 @@
|
|||
PODS:
|
||||
- IGListKit (3.2.0):
|
||||
- IGListKit/Default (= 3.2.0)
|
||||
- IGListKit/Default (3.2.0):
|
||||
- IGListKit (3.3.0):
|
||||
- IGListKit/Default (= 3.3.0)
|
||||
- IGListKit/Default (3.3.0):
|
||||
- IGListKit/Diffing
|
||||
- IGListKit/Diffing (3.2.0)
|
||||
- IGListKit/Diffing (3.3.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
- IGListKit (from `../../IGListKit.podspec`)
|
||||
|
|
@ -13,7 +13,7 @@ EXTERNAL SOURCES:
|
|||
:path: ../../IGListKit.podspec
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
IGListKit: 51c65b05adb0e37fecd669ade0c7dec113dce053
|
||||
IGListKit: d52a4ed9ca62ce06f35dea5a100d6dfc3022ef99
|
||||
|
||||
PODFILE CHECKSUM: b2d4196e45c2a81ef18daa376d33978bf335df7c
|
||||
|
||||
|
|
|
|||
|
|
@ -7,39 +7,39 @@
|
|||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
15222FEAEF805D46F05F02C53DADCF79 /* IGListAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = B38734E6333EB902B23872422D707AF7 /* IGListAssert.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
17388D9DBEB1E793871B94C02A66E3DF /* IGListIndexSetResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DBAB8DA55DD3748C9A782245133B5AE /* IGListIndexSetResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
15222FEAEF805D46F05F02C53DADCF79 /* IGListAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = DA829087FEAA4ED4A3EF9BC33E026487 /* IGListAssert.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
17388D9DBEB1E793871B94C02A66E3DF /* IGListIndexSetResult.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4B63A09A731F49416BE08A8FB1E0BC /* IGListIndexSetResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
1A89AF7CCCD65D9D5B946363776D05AE /* Pods-IGListKitExamples-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 52054AE893A0AE7FBFC54333D8ABD345 /* Pods-IGListKitExamples-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
1FA0D01C162305A69048E3C262E282A5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 270DD1219F1E6CF00379D39F252D87C6 /* Cocoa.framework */; };
|
||||
211708B623864AEBDEC8DB8FC45471DB /* IGListMoveIndexInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D904FCEF9976E884B1B23ADFCDF5D6AD /* IGListMoveIndexInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
24CAA8992E1853D1EA40DA3D1EB4CA38 /* IGListIndexPathResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A44C2E09CAE576C21BED8CAB3403AA3 /* IGListIndexPathResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
25A04C6F2A9BCB4DC2B1B9DDF105D2FF /* IGListMoveIndexPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 58462DF8500F4A6DF485218E790D01DB /* IGListMoveIndexPath.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
2F1DA0128C155DC81C5A182962F08BA5 /* NSString+IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = 00EA1C32DB6FE96969AF226ECEBA603A /* NSString+IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
3200C5704E32D2BDC6A79EFFDF053189 /* IGListExperiments.h in Headers */ = {isa = PBXBuildFile; fileRef = 61E5FE2119A1EF5AD85E247D62872557 /* IGListExperiments.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
355D20C9C5519E941C386436D04D2D80 /* IGListDiff.h in Headers */ = {isa = PBXBuildFile; fileRef = EADD76E476A8B2F32797446E1F415638 /* IGListDiff.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
3D221A7AE7AF04A92A887DB6ED6885A3 /* IGListIndexSetResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C93C58C8EB735BCA788F3F7C35532295 /* IGListIndexSetResultInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
4CAEEC1FC24ED02FBA94FD94D9144DB3 /* IGListBatchUpdateData.h in Headers */ = {isa = PBXBuildFile; fileRef = F4F9A8F7ED513234B2FC12524A752241 /* IGListBatchUpdateData.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
4F3C7A62738774D9B4C3DDC021A7C75A /* IGListDiffKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 924E3E56D6A273464BFAE905F416CFF4 /* IGListDiffKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
5580BA938D23ACC9ECA990001974D30D /* IGListCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C3AF91C31B1B7944FFA0E8583AF614F /* IGListCompatibility.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
558347FDE1ADABA48A09A8997EB6B036 /* IGListIndexPathResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 90EC00CDC3691F4A2B61EF78231999C7 /* IGListIndexPathResult.m */; };
|
||||
636B8A68EB8FDFA94A5D3C110521EE19 /* IGListArrayUtilsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F79160A6C8DBE069FD0E68942E8824A /* IGListArrayUtilsInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
6E681F6E808B0EB0D71F23E6BB70AEED /* IGListMoveIndex.m in Sources */ = {isa = PBXBuildFile; fileRef = 22D40A7E0A924ADE0C91ED418E76B47B /* IGListMoveIndex.m */; };
|
||||
211708B623864AEBDEC8DB8FC45471DB /* IGListMoveIndexInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 651149CB6B9B7302101E3671D5A4ADD0 /* IGListMoveIndexInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
24CAA8992E1853D1EA40DA3D1EB4CA38 /* IGListIndexPathResult.h in Headers */ = {isa = PBXBuildFile; fileRef = A168A996D2CDC56749D5E3480DE3CF65 /* IGListIndexPathResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
25A04C6F2A9BCB4DC2B1B9DDF105D2FF /* IGListMoveIndexPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AD7EDE558C5514C132CC5C6F7C26B76 /* IGListMoveIndexPath.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
2F1DA0128C155DC81C5A182962F08BA5 /* NSString+IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = 8883B8CA31BDEB454D205A4E302EB1B2 /* NSString+IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
3200C5704E32D2BDC6A79EFFDF053189 /* IGListExperiments.h in Headers */ = {isa = PBXBuildFile; fileRef = 279C61C30CD687909526F97861F77668 /* IGListExperiments.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
355D20C9C5519E941C386436D04D2D80 /* IGListDiff.h in Headers */ = {isa = PBXBuildFile; fileRef = F6D90C82E5AC7029A20DA9AED9EA4217 /* IGListDiff.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
3D221A7AE7AF04A92A887DB6ED6885A3 /* IGListIndexSetResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D843C3AEDEEE92C141B4849B26957496 /* IGListIndexSetResultInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
4CAEEC1FC24ED02FBA94FD94D9144DB3 /* IGListBatchUpdateData.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F5299721931B649FA357B03C720DE9B /* IGListBatchUpdateData.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
4F3C7A62738774D9B4C3DDC021A7C75A /* IGListDiffKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 66822CBBAA1DE151E49C08CD761F2992 /* IGListDiffKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
5580BA938D23ACC9ECA990001974D30D /* IGListCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 9390D284222D432ACA8F34A448A06962 /* IGListCompatibility.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
558347FDE1ADABA48A09A8997EB6B036 /* IGListIndexPathResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 71C69509AA1736FA3A5F6E990CA25DE6 /* IGListIndexPathResult.m */; };
|
||||
636B8A68EB8FDFA94A5D3C110521EE19 /* IGListArrayUtilsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = EC89FE0DF6513A2F9BD30F90BAD080CB /* IGListArrayUtilsInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
6E681F6E808B0EB0D71F23E6BB70AEED /* IGListMoveIndex.m in Sources */ = {isa = PBXBuildFile; fileRef = 31A21BE4FD1A9346A7D8F0B940803406 /* IGListMoveIndex.m */; };
|
||||
74B7D5C6781BC4F7565EA41620EDFC7B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 270DD1219F1E6CF00379D39F252D87C6 /* Cocoa.framework */; };
|
||||
84837A472A3ED4129A84461C4C918833 /* IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A28744ADE14A6F329E3B1D52C902709 /* IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
8F83209EB4D1CA578F742F4529604298 /* IGListMoveIndexPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C4A4A43B0D0059592DD030AC72C9C50 /* IGListMoveIndexPath.m */; };
|
||||
90FEDBD467BDBAA2A2F6EABCB0FBC780 /* IGListIndexPathResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 32430106FF921DBEFC243E2CBBE786E9 /* IGListIndexPathResultInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
9C4E1FE7A20BDF1411E859478524BD01 /* IGListMoveIndexPathInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 06C1CCDA7083F99AA9674A9053346393 /* IGListMoveIndexPathInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
A66BCF7FAD05465ADCD4C4D09CF946D8 /* IGListBatchUpdateData.mm in Sources */ = {isa = PBXBuildFile; fileRef = D91826E42C8F90720E64357BD60C7491 /* IGListBatchUpdateData.mm */; };
|
||||
A944F54DA349C44E9A6038F3643BF0B9 /* NSNumber+IGListDiffable.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C656D42D637633622F93430E67C3AD /* NSNumber+IGListDiffable.m */; };
|
||||
B287503D691259B5CC36459E4101FE8C /* NSNumber+IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = EED32FB6F9C1F2D1D69A21A1210F9009 /* NSNumber+IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
84837A472A3ED4129A84461C4C918833 /* IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = E6982C81EB7AC21B742D7F25BDF7A144 /* IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
8F83209EB4D1CA578F742F4529604298 /* IGListMoveIndexPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F4AB450580880E0B892BC3B404916E3 /* IGListMoveIndexPath.m */; };
|
||||
90FEDBD467BDBAA2A2F6EABCB0FBC780 /* IGListIndexPathResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AC5071213BCA851187F6F9960F54CC0 /* IGListIndexPathResultInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
9C4E1FE7A20BDF1411E859478524BD01 /* IGListMoveIndexPathInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C44EF4027293BECD4904E620B357B913 /* IGListMoveIndexPathInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
A66BCF7FAD05465ADCD4C4D09CF946D8 /* IGListBatchUpdateData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0955ABDF3981A3AA379E5654E4D6E4DC /* IGListBatchUpdateData.mm */; };
|
||||
A944F54DA349C44E9A6038F3643BF0B9 /* NSNumber+IGListDiffable.m in Sources */ = {isa = PBXBuildFile; fileRef = C9DB6B896EE31A6D48D9F2CBA7F435CC /* NSNumber+IGListDiffable.m */; };
|
||||
B287503D691259B5CC36459E4101FE8C /* NSNumber+IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = 2942098323915A9D2C89B5C1C0646E60 /* NSNumber+IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
C4C4C1B02AFD7277F00A40570658152C /* Pods-IGListKitExamples-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F5AE0385534EC7E6CA75003A7280492 /* Pods-IGListKitExamples-dummy.m */; };
|
||||
CE89B6182B8D4B105195E5FC5852BA26 /* IGListDiff.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2F1E14CA6CECBD76EB6AEE827DD8094A /* IGListDiff.mm */; };
|
||||
D804EA4B4B147278C85C73B8A12DCD39 /* IGListKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A84610467F17C470B19BBD6B1EC79FC0 /* IGListKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
E1DB7DD1735A68C8AC26DC91CC9EC9D6 /* IGListMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = D90590D3225E07AB9FD0D35D518DDDF6 /* IGListMacros.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
E78523635AC7B65D70E306B9EE2784C1 /* IGListKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CBC680881B83C80B75CCE92A4ABAA299 /* IGListKit-dummy.m */; };
|
||||
EBC602EE053A3A415CEA1287F28FF948 /* IGListMoveIndex.h in Headers */ = {isa = PBXBuildFile; fileRef = A4ACDFDE787243CB7E0426773EEE0B32 /* IGListMoveIndex.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
F2A9E5894E5AFF4EB7AC89ABDE42463B /* NSString+IGListDiffable.m in Sources */ = {isa = PBXBuildFile; fileRef = C7DE545F7687D0709FE461247D9393B6 /* NSString+IGListDiffable.m */; };
|
||||
FB842585DA34F96FF068F48ABC93463F /* IGListIndexSetResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EDE7E5A07C35E416B345B6F3F8F4B4E /* IGListIndexSetResult.m */; };
|
||||
CE89B6182B8D4B105195E5FC5852BA26 /* IGListDiff.mm in Sources */ = {isa = PBXBuildFile; fileRef = E81283F3B7B01D16BB80979F03FEC3F1 /* IGListDiff.mm */; };
|
||||
D804EA4B4B147278C85C73B8A12DCD39 /* IGListKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F78A407149E524C735D1E78FE28409D0 /* IGListKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
E1DB7DD1735A68C8AC26DC91CC9EC9D6 /* IGListMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D875448F8C92CE315EDB190B8B0FEE /* IGListMacros.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
E78523635AC7B65D70E306B9EE2784C1 /* IGListKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E8814BF0B791E14CBA3BBF57566E1ACC /* IGListKit-dummy.m */; };
|
||||
EBC602EE053A3A415CEA1287F28FF948 /* IGListMoveIndex.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C8A302BD75CA8031363D557F8694639 /* IGListMoveIndex.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
F2A9E5894E5AFF4EB7AC89ABDE42463B /* NSString+IGListDiffable.m in Sources */ = {isa = PBXBuildFile; fileRef = A8F748552BFC39313997AABF89A76AFD /* NSString+IGListDiffable.m */; };
|
||||
FB842585DA34F96FF068F48ABC93463F /* IGListIndexSetResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 78214B72D0D27F5C1B889EAD00CF0A59 /* IGListIndexSetResult.m */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
|
|
@ -53,118 +53,181 @@
|
|||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
00EA1C32DB6FE96969AF226ECEBA603A /* NSString+IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+IGListDiffable.h"; path = "Source/Common/NSString+IGListDiffable.h"; sourceTree = "<group>"; };
|
||||
0201CEF4CAB85A6321B32D90300F065E /* IGListCollectionContext.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionContext.html; path = docs/Protocols/IGListCollectionContext.html; sourceTree = "<group>"; };
|
||||
06C1CCDA7083F99AA9674A9053346393 /* IGListMoveIndexPathInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndexPathInternal.h; sourceTree = "<group>"; };
|
||||
081CAB47C0699F1E35DDFC77CF3869A3 /* vision.html */ = {isa = PBXFileReference; includeInIndex = 1; name = vision.html; path = docs/vision.html; sourceTree = "<group>"; };
|
||||
0A28744ADE14A6F329E3B1D52C902709 /* IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListDiffable.h; path = Source/Common/IGListDiffable.h; sourceTree = "<group>"; };
|
||||
177DFD9C3D7F0F2C826DDA30016BD93A /* IGListBindingSectionControllerDataSource.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindingSectionControllerDataSource.html; path = docs/Protocols/IGListBindingSectionControllerDataSource.html; sourceTree = "<group>"; };
|
||||
1AE586D43145658DCD05FA131BE247A7 /* IGListBatchUpdateData.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBatchUpdateData.html; path = docs/Classes/IGListBatchUpdateData.html; sourceTree = "<group>"; };
|
||||
0199CEB55B0FD4B5E2859295FEC2FF2C /* installation.html */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/installation.html; sourceTree = "<group>"; };
|
||||
031F416DFCE5567367C44A89F0F9078E /* IGListWorkingRangeDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListWorkingRangeDelegate.html; path = docs/Protocols/IGListWorkingRangeDelegate.html; sourceTree = "<group>"; };
|
||||
04FEC785368EFF4E7A06D67551540861 /* IGListMoveIndexPath.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListMoveIndexPath.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Classes/IGListMoveIndexPath.html; sourceTree = "<group>"; };
|
||||
05FFBCD160ACEADDD5E3566950DBA8CD /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/js/jquery.min.js; sourceTree = "<group>"; };
|
||||
06846BE8253A6062683F7343EFEBDB2A /* Constants.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Constants.html; path = docs/Constants.html; sourceTree = "<group>"; };
|
||||
07703A15E83EA448505A829CEBCFE326 /* IGListCollectionViewDelegateLayout.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionViewDelegateLayout.html; path = docs/Protocols/IGListCollectionViewDelegateLayout.html; sourceTree = "<group>"; };
|
||||
08BECA8C891D915B1F277EAD47003A75 /* IGListIndexSetResult.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListIndexSetResult.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Classes/IGListIndexSetResult.html; sourceTree = "<group>"; };
|
||||
0955ABDF3981A3AA379E5654E4D6E4DC /* IGListBatchUpdateData.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBatchUpdateData.mm; path = Source/Common/IGListBatchUpdateData.mm; sourceTree = "<group>"; };
|
||||
0AC5071213BCA851187F6F9960F54CC0 /* IGListIndexPathResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexPathResultInternal.h; sourceTree = "<group>"; };
|
||||
0BE27C1DF6DC588DEFCA9198149AF40B /* iglistdiffable-and-equality.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "iglistdiffable-and-equality.html"; path = "docs/docsets/IGListKit.docset/Contents/Resources/Documents/iglistdiffable-and-equality.html"; sourceTree = "<group>"; };
|
||||
0C986FC0A1C8D47F2D6B05829FEEF5D4 /* IGListBindingSectionControllerSelectionDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindingSectionControllerSelectionDelegate.html; path = docs/Protocols/IGListBindingSectionControllerSelectionDelegate.html; sourceTree = "<group>"; };
|
||||
0CA9A0F50D5EDCC672339B66FD067E1D /* IGListCollectionContext.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionContext.html; path = docs/Protocols/IGListCollectionContext.html; sourceTree = "<group>"; };
|
||||
0EB50CCB9AFE92F86DF7FAA02496FB22 /* IGListAdapter.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapter.html; path = docs/Classes/IGListAdapter.html; sourceTree = "<group>"; };
|
||||
0EB9DD617ED49A164D39708929B706BF /* iglistdiffable-and-equality.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "iglistdiffable-and-equality.html"; path = "docs/iglistdiffable-and-equality.html"; sourceTree = "<group>"; };
|
||||
11EF588ADEB81309B8152248A9785E6B /* IGListAdapterUpdaterDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdaterDelegate.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListAdapterUpdaterDelegate.html; sourceTree = "<group>"; };
|
||||
12B150B932BE1DFB8CABC571BAAE5374 /* IGListStackedSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListStackedSectionController.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Classes/IGListStackedSectionController.html; sourceTree = "<group>"; };
|
||||
134AFC3394E9AAF3F21F7AA88961728B /* Guides.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Guides.html; path = docs/Guides.html; sourceTree = "<group>"; };
|
||||
1640DDBD998DD0F6C6ADE95B96238FB6 /* IGListKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = IGListKit.modulemap; sourceTree = "<group>"; };
|
||||
17FD946A15F82FE4EC7C582EC1E2EBC2 /* IGListBindingSectionControllerDataSource.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindingSectionControllerDataSource.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListBindingSectionControllerDataSource.html; sourceTree = "<group>"; };
|
||||
1978D14F50D7FE0FA4F4F405D14C7F92 /* IGListSingleSectionControllerDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSingleSectionControllerDelegate.html; path = docs/Protocols/IGListSingleSectionControllerDelegate.html; sourceTree = "<group>"; };
|
||||
1B2B14BA3AB402D9CC387EEB27A2F746 /* Pods-IGListKitExamples.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitExamples.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
1C3AF91C31B1B7944FFA0E8583AF614F /* IGListCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListCompatibility.h; path = Source/Common/IGListCompatibility.h; sourceTree = "<group>"; };
|
||||
1C4A4A43B0D0059592DD030AC72C9C50 /* IGListMoveIndexPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListMoveIndexPath.m; path = Source/Common/IGListMoveIndexPath.m; sourceTree = "<group>"; };
|
||||
1EDE7E5A07C35E416B345B6F3F8F4B4E /* IGListIndexSetResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListIndexSetResult.m; path = Source/Common/IGListIndexSetResult.m; sourceTree = "<group>"; };
|
||||
1FEF8174105967BB1107F2B1BAB3DF82 /* modeling-and-binding.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "modeling-and-binding.html"; path = "docs/modeling-and-binding.html"; sourceTree = "<group>"; };
|
||||
22D40A7E0A924ADE0C91ED418E76B47B /* IGListMoveIndex.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListMoveIndex.m; path = Source/Common/IGListMoveIndex.m; sourceTree = "<group>"; };
|
||||
25CCE7704F68E19862EDA02BE35F8EA8 /* IGListMoveIndex.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListMoveIndex.html; path = docs/Classes/IGListMoveIndex.html; sourceTree = "<group>"; };
|
||||
1C395980E69FEDBF83E045B680D46EAD /* IGListIndexPathResult.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListIndexPathResult.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Classes/IGListIndexPathResult.html; sourceTree = "<group>"; };
|
||||
1CE40940B9BA709474357A2D684DFA24 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = docs/docsets/IGListKit.docset/Contents/Info.plist; sourceTree = "<group>"; };
|
||||
204C0BABA4E5347E6B822CDE9F53398F /* IGListBindable.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindable.html; path = docs/Protocols/IGListBindable.html; sourceTree = "<group>"; };
|
||||
21AC29247D00FBF196F6293D8877ED20 /* IGListDiffable.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDiffable.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListDiffable.html; sourceTree = "<group>"; };
|
||||
26B6DDFB3F2BBD4379D45F98E2AA9696 /* IGListUpdatingDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListUpdatingDelegate.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListUpdatingDelegate.html; sourceTree = "<group>"; };
|
||||
270DD1219F1E6CF00379D39F252D87C6 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; };
|
||||
280F6D8F28C8ADEF472DE1B5FD635409 /* IGListBatchContext.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBatchContext.html; path = docs/Protocols/IGListBatchContext.html; sourceTree = "<group>"; };
|
||||
28881110A262BBE30CFF74967CA2EC80 /* Type Definitions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "Type Definitions.html"; path = "docs/Type Definitions.html"; sourceTree = "<group>"; };
|
||||
2980C1E46B0FAAC5A7F17860102E88D4 /* IGListSingleSectionControllerDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSingleSectionControllerDelegate.html; path = docs/Protocols/IGListSingleSectionControllerDelegate.html; sourceTree = "<group>"; };
|
||||
2BD00BCA9D47994766A03212B36123BE /* IGListStackedSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListStackedSectionController.html; path = docs/Classes/IGListStackedSectionController.html; sourceTree = "<group>"; };
|
||||
2D6B45826D7EB31E746D8258064DFAD1 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/img/gh.png; sourceTree = "<group>"; };
|
||||
2F1E14CA6CECBD76EB6AEE827DD8094A /* IGListDiff.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDiff.mm; path = Source/Common/IGListDiff.mm; sourceTree = "<group>"; };
|
||||
278CC311772E91C381FA59BB553C3221 /* IGListMoveIndex.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListMoveIndex.html; path = docs/Classes/IGListMoveIndex.html; sourceTree = "<group>"; };
|
||||
279C61C30CD687909526F97861F77668 /* IGListExperiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListExperiments.h; path = Source/Common/IGListExperiments.h; sourceTree = "<group>"; };
|
||||
28D4B1A543C88384BC38FF2305BB7A28 /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Classes.html; path = docs/Classes.html; sourceTree = "<group>"; };
|
||||
2942098323915A9D2C89B5C1C0646E60 /* NSNumber+IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNumber+IGListDiffable.h"; path = "Source/Common/NSNumber+IGListDiffable.h"; sourceTree = "<group>"; };
|
||||
2D7DD35B1E779BF752CCDDA5A2FCC397 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
2F5AE0385534EC7E6CA75003A7280492 /* Pods-IGListKitExamples-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-IGListKitExamples-dummy.m"; sourceTree = "<group>"; };
|
||||
2F79160A6C8DBE069FD0E68942E8824A /* IGListArrayUtilsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListArrayUtilsInternal.h; sourceTree = "<group>"; };
|
||||
2F98FC7CC63DF100F75E2C2BB841F6B2 /* IGListKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = IGListKit.modulemap; sourceTree = "<group>"; };
|
||||
32430106FF921DBEFC243E2CBBE786E9 /* IGListIndexPathResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexPathResultInternal.h; sourceTree = "<group>"; };
|
||||
33676219BC71AEE7559C64AD6CC8ED48 /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Enums.html; path = docs/Enums.html; sourceTree = "<group>"; };
|
||||
33ED16D4EB3C4B623D1B1DA4CCB59570 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/search.json; sourceTree = "<group>"; };
|
||||
34C656D42D637633622F93430E67C3AD /* NSNumber+IGListDiffable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNumber+IGListDiffable.m"; path = "Source/Common/NSNumber+IGListDiffable.m"; sourceTree = "<group>"; };
|
||||
37FAD09F4756B1ED2D490D174D855F8D /* IGListAdapterUpdater.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdater.html; path = docs/Classes/IGListAdapterUpdater.html; sourceTree = "<group>"; };
|
||||
3D50DB92C43E9F31136629A486C6592F /* IGListScrollDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListScrollDelegate.html; path = docs/Protocols/IGListScrollDelegate.html; sourceTree = "<group>"; };
|
||||
3E8E286A3913E7889BAF0F5B944EB50B /* best-practices-and-faq.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "best-practices-and-faq.html"; path = "docs/best-practices-and-faq.html"; sourceTree = "<group>"; };
|
||||
312F25750F90C6522D0FF55CC01FA21A /* IGListStackedSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListStackedSectionController.html; path = docs/Classes/IGListStackedSectionController.html; sourceTree = "<group>"; };
|
||||
31A21BE4FD1A9346A7D8F0B940803406 /* IGListMoveIndex.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListMoveIndex.m; path = Source/Common/IGListMoveIndex.m; sourceTree = "<group>"; };
|
||||
31D0171AC42A72B0142656E3D9212E58 /* Functions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Functions.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Functions.html; sourceTree = "<group>"; };
|
||||
361B7AB6F0DD762A827205A3BFC1010A /* IGListCollectionContext.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionContext.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListCollectionContext.html; sourceTree = "<group>"; };
|
||||
382C14D6472D7FE40F5CD2D1C578CC78 /* IGListBatchContext.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBatchContext.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListBatchContext.html; sourceTree = "<group>"; };
|
||||
38BD703C656C667ABC59923DFBD074FC /* best-practices-and-faq.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "best-practices-and-faq.html"; path = "docs/docsets/IGListKit.docset/Contents/Resources/Documents/best-practices-and-faq.html"; sourceTree = "<group>"; };
|
||||
38FFF4434E3C2098C50997E472821268 /* IGListSingleSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSingleSectionController.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Classes/IGListSingleSectionController.html; sourceTree = "<group>"; };
|
||||
3A383587BED7CF9E0835A3277B80261E /* IGListDiffable.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDiffable.html; path = docs/Protocols/IGListDiffable.html; sourceTree = "<group>"; };
|
||||
3C5C55C8F6045D0058001D4408DA331C /* installation.html */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.html; path = docs/installation.html; sourceTree = "<group>"; };
|
||||
3E34C99065FA8814C9CCA3164D83AF95 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/img/dash.png; sourceTree = "<group>"; };
|
||||
3FEE04912AB8C6FE37BB48912346F5FC /* getting-started.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "getting-started.html"; path = "docs/docsets/IGListKit.docset/Contents/Resources/Documents/getting-started.html"; sourceTree = "<group>"; };
|
||||
410F4302AC058E46BB1C682A17472475 /* IGListBatchUpdateData.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBatchUpdateData.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Classes/IGListBatchUpdateData.html; sourceTree = "<group>"; };
|
||||
4215D8BC1E1169FE44B2AD0F1C90F1AE /* Constants.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Constants.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Constants.html; sourceTree = "<group>"; };
|
||||
428C13C7C57B2D91F00D94ECF1FA71F8 /* Pods-IGListKitExamples-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-IGListKitExamples-resources.sh"; sourceTree = "<group>"; };
|
||||
47832C2022D1579986AA199B74221446 /* IGListBindingSectionControllerSelectionDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindingSectionControllerSelectionDelegate.html; path = docs/Protocols/IGListBindingSectionControllerSelectionDelegate.html; sourceTree = "<group>"; };
|
||||
4D87DB4EF3C556233DCB9F41B61CA505 /* IGListAdapterDataSource.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterDataSource.html; path = docs/Protocols/IGListAdapterDataSource.html; sourceTree = "<group>"; };
|
||||
42E0B09D04876E81559C17D0784EECA3 /* IGListExperiment.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListExperiment.html; path = docs/Enums/IGListExperiment.html; sourceTree = "<group>"; };
|
||||
43F964E7F13C57EB2146E0B246A7994E /* IGListCollectionViewLayout.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionViewLayout.html; path = docs/Classes/IGListCollectionViewLayout.html; sourceTree = "<group>"; };
|
||||
447EFF01BF3F36F12FB261474B10875D /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/search.json; sourceTree = "<group>"; };
|
||||
466587C478BBB0C7B0E6A2AFE2F3D24A /* IGListIndexSetResult.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListIndexSetResult.html; path = docs/Classes/IGListIndexSetResult.html; sourceTree = "<group>"; };
|
||||
47E998BF7FB435D4E254ECB8E8788860 /* vision.html */ = {isa = PBXFileReference; includeInIndex = 1; name = vision.html; path = docs/vision.html; sourceTree = "<group>"; };
|
||||
489E64E868214222E0D395DD7EA83C5F /* Protocols.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Protocols.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols.html; sourceTree = "<group>"; };
|
||||
4AA142C6FF4C6B4929D514AA952B87C2 /* Guides.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Guides.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Guides.html; sourceTree = "<group>"; };
|
||||
4B5BCEBDDA820B5791DB114677A7AE42 /* IGListBindingSectionControllerSelectionDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindingSectionControllerSelectionDelegate.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListBindingSectionControllerSelectionDelegate.html; sourceTree = "<group>"; };
|
||||
4C8A302BD75CA8031363D557F8694639 /* IGListMoveIndex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListMoveIndex.h; path = Source/Common/IGListMoveIndex.h; sourceTree = "<group>"; };
|
||||
4E58C59AF155D19165B9BFB3479B6E2B /* IGListCollectionView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionView.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Classes/IGListCollectionView.html; sourceTree = "<group>"; };
|
||||
4F5299721931B649FA357B03C720DE9B /* IGListBatchUpdateData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListBatchUpdateData.h; path = Source/Common/IGListBatchUpdateData.h; sourceTree = "<group>"; };
|
||||
4FF7400D5DFAE1E35BD0C14DCF3781D2 /* IGListAdapterDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterDelegate.html; path = docs/Protocols/IGListAdapterDelegate.html; sourceTree = "<group>"; };
|
||||
52054AE893A0AE7FBFC54333D8ABD345 /* Pods-IGListKitExamples-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-IGListKitExamples-umbrella.h"; sourceTree = "<group>"; };
|
||||
54DA8D4F293922437F73EBD15614470C /* IGListGenericSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListGenericSectionController.html; path = docs/Classes/IGListGenericSectionController.html; sourceTree = "<group>"; };
|
||||
554EFFED2CE06DA7164D0AB4BCEA6A5D /* IGListKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IGListKit.xcconfig; sourceTree = "<group>"; };
|
||||
55D1FCE0F22AF4A91070F49F7DF655D3 /* Guides.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Guides.html; path = docs/Guides.html; sourceTree = "<group>"; };
|
||||
58462DF8500F4A6DF485218E790D01DB /* IGListMoveIndexPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListMoveIndexPath.h; path = Source/Common/IGListMoveIndexPath.h; sourceTree = "<group>"; };
|
||||
596DE05739CB40C397466F5EF3C385CB /* IGListAdapterUpdateListener.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdateListener.html; path = docs/Protocols/IGListAdapterUpdateListener.html; sourceTree = "<group>"; };
|
||||
59AB0205175430BA4A33A32DAAD65E7B /* Protocols.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Protocols.html; path = docs/Protocols.html; sourceTree = "<group>"; };
|
||||
5B7E3754A88E1611C1FA2EA99438DB91 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
5ED79F8EC49E9704EA72A009E34A0F9A /* migration.html */ = {isa = PBXFileReference; includeInIndex = 1; name = migration.html; path = docs/migration.html; sourceTree = "<group>"; };
|
||||
603F37E68C0C51C65570A76FBDDD8D36 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/js/jazzy.js; sourceTree = "<group>"; };
|
||||
6050B6609B413BF86DF2DFDC7A7BCA3D /* IGListBindable.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindable.html; path = docs/Protocols/IGListBindable.html; sourceTree = "<group>"; };
|
||||
61E5FE2119A1EF5AD85E247D62872557 /* IGListExperiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListExperiments.h; path = Source/Common/IGListExperiments.h; sourceTree = "<group>"; };
|
||||
61FE2E61B5B028898E86C5A3C365C282 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/css/highlight.css; sourceTree = "<group>"; };
|
||||
6B7F23076B50CDDDAE5C262B100EE35E /* IGListAdapterUpdateType.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdateType.html; path = docs/Enums/IGListAdapterUpdateType.html; sourceTree = "<group>"; };
|
||||
6F902E9DB97F18F5F72D020F5F19F6EF /* undocumented.json */ = {isa = PBXFileReference; includeInIndex = 1; name = undocumented.json; path = docs/undocumented.json; sourceTree = "<group>"; };
|
||||
6FDBD1EFD265572A775DC06AB5A5D51B /* iglistdiffable-and-equality.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "iglistdiffable-and-equality.html"; path = "docs/iglistdiffable-and-equality.html"; sourceTree = "<group>"; };
|
||||
7A1BC80D7580C5EB127C01184C04581D /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/img/dash.png; sourceTree = "<group>"; };
|
||||
7DDDCD337CEAA0E614656F84F33AB889 /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Classes.html; path = docs/Classes.html; sourceTree = "<group>"; };
|
||||
7F79896D879C77185C655C69C8109DAD /* IGListCollectionViewDelegateLayout.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionViewDelegateLayout.html; path = docs/Protocols/IGListCollectionViewDelegateLayout.html; sourceTree = "<group>"; };
|
||||
87276AB2129725B261D48F26DA85AE4B /* IGListWorkingRangeDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListWorkingRangeDelegate.html; path = docs/Protocols/IGListWorkingRangeDelegate.html; sourceTree = "<group>"; };
|
||||
87ECB5FD93EBF4C89E63BA0726498F84 /* IGListSingleSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSingleSectionController.html; path = docs/Classes/IGListSingleSectionController.html; sourceTree = "<group>"; };
|
||||
8C703CB4368B8DDCFA7E2E6C2C8A4774 /* IGListSupplementaryViewSource.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSupplementaryViewSource.html; path = docs/Protocols/IGListSupplementaryViewSource.html; sourceTree = "<group>"; };
|
||||
8D0F7A4B6E65A3747D2810A113A1B884 /* Constants.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Constants.html; path = docs/Constants.html; sourceTree = "<group>"; };
|
||||
8FAB8D311770E09DABF70AC9CD3FE962 /* IGListMoveIndexPath.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListMoveIndexPath.html; path = docs/Classes/IGListMoveIndexPath.html; sourceTree = "<group>"; };
|
||||
90EC00CDC3691F4A2B61EF78231999C7 /* IGListIndexPathResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListIndexPathResult.m; path = Source/Common/IGListIndexPathResult.m; sourceTree = "<group>"; };
|
||||
924E3E56D6A273464BFAE905F416CFF4 /* IGListDiffKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListDiffKit.h; path = Source/Common/IGListDiffKit.h; sourceTree = "<group>"; };
|
||||
523482C800A97A9B62D017D01B53425C /* modeling-and-binding.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "modeling-and-binding.html"; path = "docs/docsets/IGListKit.docset/Contents/Resources/Documents/modeling-and-binding.html"; sourceTree = "<group>"; };
|
||||
575EA68A1183F9EBBE593A8C5FF0C412 /* IGListKit.tgz */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListKit.tgz; path = docs/docsets/IGListKit.tgz; sourceTree = "<group>"; };
|
||||
57C7A8A5BE585C101712CBB14AA58AE7 /* IGListWorkingRangeDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListWorkingRangeDelegate.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListWorkingRangeDelegate.html; sourceTree = "<group>"; };
|
||||
58488FFFF05D7263A6AD1E1BDCCAA651 /* IGListSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSectionController.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Classes/IGListSectionController.html; sourceTree = "<group>"; };
|
||||
5910029616F93BFF7C4BA9523AC28B9C /* migration.html */ = {isa = PBXFileReference; includeInIndex = 1; name = migration.html; path = docs/migration.html; sourceTree = "<group>"; };
|
||||
5DA99714AA9D7DEA718DD5DAC08F4170 /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Enums.html; path = docs/Enums.html; sourceTree = "<group>"; };
|
||||
6202EB25496935A1C5136D258BCD1EF5 /* IGListAdapterDataSource.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterDataSource.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListAdapterDataSource.html; sourceTree = "<group>"; };
|
||||
6430D0F83F2194011028DFA1A82636D3 /* IGListAdapterDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterDelegate.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListAdapterDelegate.html; sourceTree = "<group>"; };
|
||||
651149CB6B9B7302101E3671D5A4ADD0 /* IGListMoveIndexInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndexInternal.h; sourceTree = "<group>"; };
|
||||
66822CBBAA1DE151E49C08CD761F2992 /* IGListDiffKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListDiffKit.h; path = Source/Common/IGListDiffKit.h; sourceTree = "<group>"; };
|
||||
694644E6D67BCFA3C633F45E087CD152 /* migration.html */ = {isa = PBXFileReference; includeInIndex = 1; name = migration.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/migration.html; sourceTree = "<group>"; };
|
||||
6C883E3043F4CB3A94276F60AB202D2D /* getting-started.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "getting-started.html"; path = "docs/getting-started.html"; sourceTree = "<group>"; };
|
||||
6D632E115AC1DC5204288CA3FB6C3F48 /* IGListAdapter.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapter.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Classes/IGListAdapter.html; sourceTree = "<group>"; };
|
||||
6FBB9E1A04CBB5B4722215690B1DD634 /* IGListCollectionView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionView.html; path = docs/Classes/IGListCollectionView.html; sourceTree = "<group>"; };
|
||||
716EBE7D4A0C2AA83A48785926D00BC8 /* IGListBindable.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindable.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListBindable.html; sourceTree = "<group>"; };
|
||||
71C69509AA1736FA3A5F6E990CA25DE6 /* IGListIndexPathResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListIndexPathResult.m; path = Source/Common/IGListIndexPathResult.m; sourceTree = "<group>"; };
|
||||
73343AAE2DEBB1E38072CC739EA005DF /* IGListAdapterUpdateType.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdateType.html; path = docs/Enums/IGListAdapterUpdateType.html; sourceTree = "<group>"; };
|
||||
73E0B0DA997F3E0121F9486C13B719E4 /* IGListGenericSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListGenericSectionController.html; path = docs/Classes/IGListGenericSectionController.html; sourceTree = "<group>"; };
|
||||
77AD05A674483F1385C227C8A3C32D88 /* IGListDiffOption.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDiffOption.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Enums/IGListDiffOption.html; sourceTree = "<group>"; };
|
||||
78214B72D0D27F5C1B889EAD00CF0A59 /* IGListIndexSetResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListIndexSetResult.m; path = Source/Common/IGListIndexSetResult.m; sourceTree = "<group>"; };
|
||||
78470E3A2B3BC65ED3061A0435D0FE3F /* IGListTransitionDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListTransitionDelegate.html; path = docs/Protocols/IGListTransitionDelegate.html; sourceTree = "<group>"; };
|
||||
7B555D242CEAFC5F7BF3FEE7FECB76E0 /* IGListSingleSectionControllerDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSingleSectionControllerDelegate.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListSingleSectionControllerDelegate.html; sourceTree = "<group>"; };
|
||||
7B69D87DA75BFCE7F3F7AA578389400B /* IGListExperiment.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListExperiment.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Enums/IGListExperiment.html; sourceTree = "<group>"; };
|
||||
7C66164A5EDA6D830C46F69A635F2043 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = "<group>"; };
|
||||
7EF96A5A08480AC38EA66398CDC566FF /* IGListBindingSectionControllerDataSource.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindingSectionControllerDataSource.html; path = docs/Protocols/IGListBindingSectionControllerDataSource.html; sourceTree = "<group>"; };
|
||||
82C90D50D488DCD3EC8C9707C4A7860F /* IGListAdapterUpdateListener.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdateListener.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListAdapterUpdateListener.html; sourceTree = "<group>"; };
|
||||
857F0BA0E93AE384FCD8B5063C4A6414 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/css/highlight.css; sourceTree = "<group>"; };
|
||||
86CB81FBF5923EE29DE1B0FA9FE97088 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/index.html; sourceTree = "<group>"; };
|
||||
8883B8CA31BDEB454D205A4E302EB1B2 /* NSString+IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+IGListDiffable.h"; path = "Source/Common/NSString+IGListDiffable.h"; sourceTree = "<group>"; };
|
||||
8AD7EDE558C5514C132CC5C6F7C26B76 /* IGListMoveIndexPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListMoveIndexPath.h; path = Source/Common/IGListMoveIndexPath.h; sourceTree = "<group>"; };
|
||||
8B9042DC4F6FBF7BE1E937EE5F45DC4F /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Classes.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Classes.html; sourceTree = "<group>"; };
|
||||
8D3209B0DE9DC01D4A644D0FD8D7A5AA /* IGListKit.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; path = IGListKit.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
||||
8DE977C28062D17F4599ED734CAD0065 /* IGListScrollDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListScrollDelegate.html; path = docs/Protocols/IGListScrollDelegate.html; sourceTree = "<group>"; };
|
||||
8F4AB450580880E0B892BC3B404916E3 /* IGListMoveIndexPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListMoveIndexPath.m; path = Source/Common/IGListMoveIndexPath.m; sourceTree = "<group>"; };
|
||||
8FC1BEA31B8B8A3877A2449C1515B749 /* badge.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = badge.svg; path = docs/badge.svg; sourceTree = "<group>"; };
|
||||
9390D284222D432ACA8F34A448A06962 /* IGListCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListCompatibility.h; path = Source/Common/IGListCompatibility.h; sourceTree = "<group>"; };
|
||||
93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
||||
9A44C2E09CAE576C21BED8CAB3403AA3 /* IGListIndexPathResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListIndexPathResult.h; path = Source/Common/IGListIndexPathResult.h; sourceTree = "<group>"; };
|
||||
9C6BEE1289446C29DAEDDE4C8E176663 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = "<group>"; };
|
||||
942472F6BE05EA3948907DEDF89138B2 /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/js/jquery.min.js; sourceTree = "<group>"; };
|
||||
9B0D53156A93EAECDA1EDB4E106A5817 /* undocumented.json */ = {isa = PBXFileReference; includeInIndex = 1; name = undocumented.json; path = docs/undocumented.json; sourceTree = "<group>"; };
|
||||
9B53593900C7DD2B093FA0165B0E904A /* IGListCollectionViewLayout.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionViewLayout.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Classes/IGListCollectionViewLayout.html; sourceTree = "<group>"; };
|
||||
9BB158DE77B28DA886F48678B43E6094 /* IGListAdapterDataSource.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterDataSource.html; path = docs/Protocols/IGListAdapterDataSource.html; sourceTree = "<group>"; };
|
||||
9D11DCAE06F644E6CCE659622CD8E616 /* IGListKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IGListKit.framework; path = IGListKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
9DBAB8DA55DD3748C9A782245133B5AE /* IGListIndexSetResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListIndexSetResult.h; path = Source/Common/IGListIndexSetResult.h; sourceTree = "<group>"; };
|
||||
9D6D5727B442132E55A7940F06A1EA86 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/img/gh.png; sourceTree = "<group>"; };
|
||||
A12792FEF05DE30BFAA7A08637D8CE37 /* IGListBindingSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindingSectionController.html; path = docs/Classes/IGListBindingSectionController.html; sourceTree = "<group>"; };
|
||||
A168A996D2CDC56749D5E3480DE3CF65 /* IGListIndexPathResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListIndexPathResult.h; path = Source/Common/IGListIndexPathResult.h; sourceTree = "<group>"; };
|
||||
A198E265B2C6E673C7C9C5050F92D9F0 /* Pods-IGListKitExamples.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitExamples.release.xcconfig"; sourceTree = "<group>"; };
|
||||
A4ACDFDE787243CB7E0426773EEE0B32 /* IGListMoveIndex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListMoveIndex.h; path = Source/Common/IGListMoveIndex.h; sourceTree = "<group>"; };
|
||||
A5BD1222E920ED4318C3BD4F4CD809FD /* IGListIndexSetResult.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListIndexSetResult.html; path = docs/Classes/IGListIndexSetResult.html; sourceTree = "<group>"; };
|
||||
A4694B66866ED97C41BF282A18E6234D /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/js/jazzy.js; sourceTree = "<group>"; };
|
||||
A5C14C199EA103B19B0329A85C7603F8 /* IGListAdapterUpdateType.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdateType.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Enums/IGListAdapterUpdateType.html; sourceTree = "<group>"; };
|
||||
A7BBE69D34859663403DA26F14CC4DDB /* Pods-IGListKitExamples-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-IGListKitExamples-acknowledgements.markdown"; sourceTree = "<group>"; };
|
||||
A84610467F17C470B19BBD6B1EC79FC0 /* IGListKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListKit-umbrella.h"; sourceTree = "<group>"; };
|
||||
A849382D9987164CBF124A67D79AE526 /* IGListTransitionDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListTransitionDelegate.html; path = docs/Protocols/IGListTransitionDelegate.html; sourceTree = "<group>"; };
|
||||
A851A4ACB8C0DE98BFFBC6FD4D1BACEE /* Pods-IGListKitExamples-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-IGListKitExamples-frameworks.sh"; sourceTree = "<group>"; };
|
||||
A8F748552BFC39313997AABF89A76AFD /* NSString+IGListDiffable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+IGListDiffable.m"; path = "Source/Common/NSString+IGListDiffable.m"; sourceTree = "<group>"; };
|
||||
ABF549428FEA18696E5358F599E11A24 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
B356E405C20A41844F0A778958C8EEB5 /* IGListBindingSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindingSectionController.html; path = docs/Classes/IGListBindingSectionController.html; sourceTree = "<group>"; };
|
||||
B38734E6333EB902B23872422D707AF7 /* IGListAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAssert.h; path = Source/Common/IGListAssert.h; sourceTree = "<group>"; };
|
||||
B5FFB1779ACADEDBC401F09B6838C29D /* working-with-core-data.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "working-with-core-data.html"; path = "docs/working-with-core-data.html"; sourceTree = "<group>"; };
|
||||
B6A5F079DF565E6C8B316DE9C41D1863 /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/css/jazzy.css; sourceTree = "<group>"; };
|
||||
B9950877247E997E9F329F37926E3A6E /* installation.html */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.html; path = docs/installation.html; sourceTree = "<group>"; };
|
||||
BA9A6B55274EB4D218065A53F0E494C9 /* IGListAdapterDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterDelegate.html; path = docs/Protocols/IGListAdapterDelegate.html; sourceTree = "<group>"; };
|
||||
BB339618FCB0CFAF41B9394FE85ADD11 /* IGListCollectionView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionView.html; path = docs/Classes/IGListCollectionView.html; sourceTree = "<group>"; };
|
||||
C60C4ADF26407C41E165A20D5178800F /* IGListUpdatingDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListUpdatingDelegate.html; path = docs/Protocols/IGListUpdatingDelegate.html; sourceTree = "<group>"; };
|
||||
C6F18176596B1B43C826141C78B04532 /* IGListKit.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; path = IGListKit.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
||||
C7DE545F7687D0709FE461247D9393B6 /* NSString+IGListDiffable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+IGListDiffable.m"; path = "Source/Common/NSString+IGListDiffable.m"; sourceTree = "<group>"; };
|
||||
ACDAF75EDA866E55F4B1351FCDF353A9 /* IGListTransitionDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListTransitionDelegate.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListTransitionDelegate.html; sourceTree = "<group>"; };
|
||||
B1160A65ABDFFC90ABFDC63C798144ED /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/css/jazzy.css; sourceTree = "<group>"; };
|
||||
B1D95670D7CDFB5608C04D494E86224B /* Type Definitions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "Type Definitions.html"; path = "docs/Type Definitions.html"; sourceTree = "<group>"; };
|
||||
B281D20CA60F1FABED34878C498EACD1 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/js/jazzy.js; sourceTree = "<group>"; };
|
||||
B5D9C45107B28EF575F900A27DEB9305 /* IGListAdapterUpdateListener.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdateListener.html; path = docs/Protocols/IGListAdapterUpdateListener.html; sourceTree = "<group>"; };
|
||||
B6FCD95765A9AB9BB20A91588F4B4420 /* IGListScrollDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListScrollDelegate.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListScrollDelegate.html; sourceTree = "<group>"; };
|
||||
B75B71C959D49282CE3F0DF088BFD88E /* docSet.dsidx */ = {isa = PBXFileReference; includeInIndex = 1; name = docSet.dsidx; path = docs/docsets/IGListKit.docset/Contents/Resources/docSet.dsidx; sourceTree = "<group>"; };
|
||||
B8416D3DEA5383C91CF7248BF0896410 /* IGListMoveIndexPath.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListMoveIndexPath.html; path = docs/Classes/IGListMoveIndexPath.html; sourceTree = "<group>"; };
|
||||
B9D026470B9370F0F161EBF60DFB67EA /* IGListDiffOption.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDiffOption.html; path = docs/Enums/IGListDiffOption.html; sourceTree = "<group>"; };
|
||||
BA907E39CFF865AD5D121735DFC833E8 /* Protocols.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Protocols.html; path = docs/Protocols.html; sourceTree = "<group>"; };
|
||||
BC4D7A3E9C0CD2A67831B8B8306E2DB2 /* IGListGenericSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListGenericSectionController.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Classes/IGListGenericSectionController.html; sourceTree = "<group>"; };
|
||||
C44EF4027293BECD4904E620B357B913 /* IGListMoveIndexPathInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndexPathInternal.h; sourceTree = "<group>"; };
|
||||
C7F454644FEBF5DB647AE1728D1FD067 /* Pods_IGListKitExamples.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_IGListKitExamples.framework; path = "Pods-IGListKitExamples.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
C93C58C8EB735BCA788F3F7C35532295 /* IGListIndexSetResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexSetResultInternal.h; sourceTree = "<group>"; };
|
||||
CB1B623062C2342342E1ACB08AA3717E /* IGListExperiment.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListExperiment.html; path = docs/Enums/IGListExperiment.html; sourceTree = "<group>"; };
|
||||
CBC680881B83C80B75CCE92A4ABAA299 /* IGListKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListKit-dummy.m"; sourceTree = "<group>"; };
|
||||
CDFD912100909B56252CE6264E3B1583 /* IGListSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSectionController.html; path = docs/Classes/IGListSectionController.html; sourceTree = "<group>"; };
|
||||
CE38E3E08DE2FA1CE0A429479282A41E /* IGListDiffable.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDiffable.html; path = docs/Protocols/IGListDiffable.html; sourceTree = "<group>"; };
|
||||
CE62A93EFDC5F21FFAE335ED360759A7 /* getting-started.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "getting-started.html"; path = "docs/getting-started.html"; sourceTree = "<group>"; };
|
||||
D452258CABEEF9E158080B7547971ACC /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/index.html; sourceTree = "<group>"; };
|
||||
D55BC0586CB713F75680FE611B7C9F3B /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/js/jquery.min.js; sourceTree = "<group>"; };
|
||||
D6ED12A323586B68096B2E2D6DB1DAA5 /* IGListIndexPathResult.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListIndexPathResult.html; path = docs/Classes/IGListIndexPathResult.html; sourceTree = "<group>"; };
|
||||
C9A6F39AA2BFDDE1C9B0D420911832A2 /* IGListAdapterUpdater.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdater.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Classes/IGListAdapterUpdater.html; sourceTree = "<group>"; };
|
||||
C9DB6B896EE31A6D48D9F2CBA7F435CC /* NSNumber+IGListDiffable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNumber+IGListDiffable.m"; path = "Source/Common/NSNumber+IGListDiffable.m"; sourceTree = "<group>"; };
|
||||
C9F61FFE6139743494BAC3D12B4BCB48 /* vision.html */ = {isa = PBXFileReference; includeInIndex = 1; name = vision.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/vision.html; sourceTree = "<group>"; };
|
||||
CC6D371DE148F90D5E95E7F45A2785DD /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Enums.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Enums.html; sourceTree = "<group>"; };
|
||||
CD46ADFE66955BA96807BBC239AEEB52 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/css/highlight.css; sourceTree = "<group>"; };
|
||||
CE9900B43F34E4CC45BACEF6508BE93E /* best-practices-and-faq.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "best-practices-and-faq.html"; path = "docs/best-practices-and-faq.html"; sourceTree = "<group>"; };
|
||||
CF54E850380A67F106521E031748FDC7 /* IGListKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IGListKit.xcconfig; sourceTree = "<group>"; };
|
||||
CF9B6A0B32FE36D8F7666337FCB2D6F5 /* IGListBatchContext.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBatchContext.html; path = docs/Protocols/IGListBatchContext.html; sourceTree = "<group>"; };
|
||||
D4883DF1E9A4E162791E3B25E0241C1B /* modeling-and-binding.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "modeling-and-binding.html"; path = "docs/modeling-and-binding.html"; sourceTree = "<group>"; };
|
||||
D4D875448F8C92CE315EDB190B8B0FEE /* IGListMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListMacros.h; path = Source/Common/IGListMacros.h; sourceTree = "<group>"; };
|
||||
D4EA76BDB58EE6D74FC7378D59C39CB3 /* IGListBatchUpdateData.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBatchUpdateData.html; path = docs/Classes/IGListBatchUpdateData.html; sourceTree = "<group>"; };
|
||||
D61271079BF680ADAD7F500311C42125 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/search.json; sourceTree = "<group>"; };
|
||||
D643A1755DF45A08C09F49D65C7E380D /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/img/gh.png; sourceTree = "<group>"; };
|
||||
D789B40847D07C8D59DDD3EDAB3D68C0 /* working-with-core-data.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "working-with-core-data.html"; path = "docs/working-with-core-data.html"; sourceTree = "<group>"; };
|
||||
D803D538BF4074498E5ADB84A16E0395 /* Pods-IGListKitExamples-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitExamples-acknowledgements.plist"; sourceTree = "<group>"; };
|
||||
D85A4C7CD46A0EA2A5BB74D5BEE162E6 /* IGListCollectionViewLayout.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionViewLayout.html; path = docs/Classes/IGListCollectionViewLayout.html; sourceTree = "<group>"; };
|
||||
D904FCEF9976E884B1B23ADFCDF5D6AD /* IGListMoveIndexInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndexInternal.h; sourceTree = "<group>"; };
|
||||
D90590D3225E07AB9FD0D35D518DDDF6 /* IGListMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListMacros.h; path = Source/Common/IGListMacros.h; sourceTree = "<group>"; };
|
||||
D91826E42C8F90720E64357BD60C7491 /* IGListBatchUpdateData.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBatchUpdateData.mm; path = Source/Common/IGListBatchUpdateData.mm; sourceTree = "<group>"; };
|
||||
D843C3AEDEEE92C141B4849B26957496 /* IGListIndexSetResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexSetResultInternal.h; sourceTree = "<group>"; };
|
||||
D87DF671D13A5B8BA7942921F311C0D2 /* IGListCollectionViewDelegateLayout.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionViewDelegateLayout.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListCollectionViewDelegateLayout.html; sourceTree = "<group>"; };
|
||||
DA829087FEAA4ED4A3EF9BC33E026487 /* IGListAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAssert.h; path = Source/Common/IGListAssert.h; sourceTree = "<group>"; };
|
||||
DB9306F7BCDC559C9311F4BCCA39530B /* Type Definitions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "Type Definitions.html"; path = "docs/docsets/IGListKit.docset/Contents/Resources/Documents/Type Definitions.html"; sourceTree = "<group>"; };
|
||||
DC2E3D39474654F9C96592FE1CCE5083 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/img/dash.png; sourceTree = "<group>"; };
|
||||
DC9C9A333A06B27609C51B0CD739ECA1 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/img/carat.png; sourceTree = "<group>"; };
|
||||
DDF922EBFB237C1B42E8B07306D987E8 /* Pods-IGListKitExamples.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-IGListKitExamples.modulemap"; sourceTree = "<group>"; };
|
||||
DE499CC1891328BBB129B83DE9A5D5B5 /* IGListDisplayDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDisplayDelegate.html; path = docs/Protocols/IGListDisplayDelegate.html; sourceTree = "<group>"; };
|
||||
E1D2DAEB36ECB6CD9FB02BB744439AEF /* working-with-uicollectionview.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "working-with-uicollectionview.html"; path = "docs/working-with-uicollectionview.html"; sourceTree = "<group>"; };
|
||||
E653EDC85869E20A717CA3F396A84E59 /* IGListAdapter.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapter.html; path = docs/Classes/IGListAdapter.html; sourceTree = "<group>"; };
|
||||
E9C76AE7E824BEF337A62439F478553C /* IGListAdapterUpdaterDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdaterDelegate.html; path = docs/Protocols/IGListAdapterUpdaterDelegate.html; sourceTree = "<group>"; };
|
||||
EADD76E476A8B2F32797446E1F415638 /* IGListDiff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListDiff.h; path = Source/Common/IGListDiff.h; sourceTree = "<group>"; };
|
||||
EED32FB6F9C1F2D1D69A21A1210F9009 /* NSNumber+IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNumber+IGListDiffable.h"; path = "Source/Common/NSNumber+IGListDiffable.h"; sourceTree = "<group>"; };
|
||||
F0DBFBCD59506203A395F67DC12B1D28 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = "<group>"; };
|
||||
F156C3BB1C3826F1DD85D74303C44E2B /* Functions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Functions.html; path = docs/Functions.html; sourceTree = "<group>"; };
|
||||
F21CC9EC11C047398B4A5053EC00B02E /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/img/carat.png; sourceTree = "<group>"; };
|
||||
F4F9A8F7ED513234B2FC12524A752241 /* IGListBatchUpdateData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListBatchUpdateData.h; path = Source/Common/IGListBatchUpdateData.h; sourceTree = "<group>"; };
|
||||
F69C6A155B4AFB00CEC9E70CCB6AEF13 /* IGListDiffOption.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDiffOption.html; path = docs/Enums/IGListDiffOption.html; sourceTree = "<group>"; };
|
||||
FB6486573DA453E7852A2EC34FEC934E /* badge.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = badge.svg; path = docs/badge.svg; sourceTree = "<group>"; };
|
||||
FBE4D340E43DE9BBC9346E46727755E2 /* IGListKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListKit-prefix.pch"; sourceTree = "<group>"; };
|
||||
DE4B63A09A731F49416BE08A8FB1E0BC /* IGListIndexSetResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListIndexSetResult.h; path = Source/Common/IGListIndexSetResult.h; sourceTree = "<group>"; };
|
||||
DE9967A92AF149320F825009789E737C /* IGListSupplementaryViewSource.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSupplementaryViewSource.html; path = docs/Protocols/IGListSupplementaryViewSource.html; sourceTree = "<group>"; };
|
||||
DF04671FB918DC0C25C4BB80C7C0A586 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = "<group>"; };
|
||||
DF6919B239FC5FF72A5A8837B221ACE4 /* IGListIndexPathResult.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListIndexPathResult.html; path = docs/Classes/IGListIndexPathResult.html; sourceTree = "<group>"; };
|
||||
E139EF5E87746B336E64AAE0E07D9B62 /* IGListSupplementaryViewSource.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSupplementaryViewSource.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListSupplementaryViewSource.html; sourceTree = "<group>"; };
|
||||
E2B3DB611A5BC6A9F5CECA532FE79E37 /* working-with-uicollectionview.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "working-with-uicollectionview.html"; path = "docs/working-with-uicollectionview.html"; sourceTree = "<group>"; };
|
||||
E6982C81EB7AC21B742D7F25BDF7A144 /* IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListDiffable.h; path = Source/Common/IGListDiffable.h; sourceTree = "<group>"; };
|
||||
E81283F3B7B01D16BB80979F03FEC3F1 /* IGListDiff.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDiff.mm; path = Source/Common/IGListDiff.mm; sourceTree = "<group>"; };
|
||||
E8814BF0B791E14CBA3BBF57566E1ACC /* IGListKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListKit-dummy.m"; sourceTree = "<group>"; };
|
||||
EBF3D5728909C3B1272D4DA7BB499A35 /* Functions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Functions.html; path = docs/Functions.html; sourceTree = "<group>"; };
|
||||
EC89FE0DF6513A2F9BD30F90BAD080CB /* IGListArrayUtilsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListArrayUtilsInternal.h; sourceTree = "<group>"; };
|
||||
EE79BBAF34D1AD30C7EF6C397C88F277 /* working-with-uicollectionview.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "working-with-uicollectionview.html"; path = "docs/docsets/IGListKit.docset/Contents/Resources/Documents/working-with-uicollectionview.html"; sourceTree = "<group>"; };
|
||||
EF14589C2F6052F144927221F8370E35 /* IGListSingleSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSingleSectionController.html; path = docs/Classes/IGListSingleSectionController.html; sourceTree = "<group>"; };
|
||||
EFB99B225D8B9C393899FC40D5DDCE37 /* working-with-core-data.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "working-with-core-data.html"; path = "docs/docsets/IGListKit.docset/Contents/Resources/Documents/working-with-core-data.html"; sourceTree = "<group>"; };
|
||||
F0597E5BB3F2BE8710347DC3368A873F /* IGListAdapterUpdater.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdater.html; path = docs/Classes/IGListAdapterUpdater.html; sourceTree = "<group>"; };
|
||||
F0A3E07051D47BB269756E5B6F9FBC4E /* IGListAdapterUpdaterDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdaterDelegate.html; path = docs/Protocols/IGListAdapterUpdaterDelegate.html; sourceTree = "<group>"; };
|
||||
F0C4DDCD3713134D88F4DBE17E2A611F /* IGListDisplayDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDisplayDelegate.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Protocols/IGListDisplayDelegate.html; sourceTree = "<group>"; };
|
||||
F54C0B4062ECF51514DDF0036484BBF4 /* IGListBindingSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindingSectionController.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Classes/IGListBindingSectionController.html; sourceTree = "<group>"; };
|
||||
F6D90C82E5AC7029A20DA9AED9EA4217 /* IGListDiff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListDiff.h; path = Source/Common/IGListDiff.h; sourceTree = "<group>"; };
|
||||
F78A407149E524C735D1E78FE28409D0 /* IGListKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListKit-umbrella.h"; sourceTree = "<group>"; };
|
||||
F814865907B366DB46ADB52E63199A7D /* IGListMoveIndex.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListMoveIndex.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/Classes/IGListMoveIndex.html; sourceTree = "<group>"; };
|
||||
F81B986372966544DF04C1E667E79364 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/index.html; sourceTree = "<group>"; };
|
||||
F9753829DF0B794111C03BDD8F2A293B /* IGListSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSectionController.html; path = docs/Classes/IGListSectionController.html; sourceTree = "<group>"; };
|
||||
FAB1F8776BB05517AF72B9B764D814CF /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/css/jazzy.css; sourceTree = "<group>"; };
|
||||
FAC5D0004CC375BEF46743A704DF4780 /* IGListKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListKit-prefix.pch"; sourceTree = "<group>"; };
|
||||
FB8036C9386F59DE030A73B6A144FBD4 /* IGListDisplayDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDisplayDelegate.html; path = docs/Protocols/IGListDisplayDelegate.html; sourceTree = "<group>"; };
|
||||
FCBF0F138090D27204E553D5B97B1697 /* IGListUpdatingDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListUpdatingDelegate.html; path = docs/Protocols/IGListUpdatingDelegate.html; sourceTree = "<group>"; };
|
||||
FFB6AD6F405B48FA78E7D0F15AC0C0D8 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/docsets/IGListKit.docset/Contents/Resources/Documents/img/carat.png; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
|
|
@ -195,125 +258,24 @@
|
|||
name = "OS X";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0724BE08639B2CE35C43464AB62D9A66 /* Pod */ = {
|
||||
0E1672639DB6575B4CC266B35E23E4A3 /* Support Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
FB6486573DA453E7852A2EC34FEC934E /* badge.svg */,
|
||||
3E8E286A3913E7889BAF0F5B944EB50B /* best-practices-and-faq.html */,
|
||||
F21CC9EC11C047398B4A5053EC00B02E /* carat.png */,
|
||||
7DDDCD337CEAA0E614656F84F33AB889 /* Classes.html */,
|
||||
8D0F7A4B6E65A3747D2810A113A1B884 /* Constants.html */,
|
||||
7A1BC80D7580C5EB127C01184C04581D /* dash.png */,
|
||||
33676219BC71AEE7559C64AD6CC8ED48 /* Enums.html */,
|
||||
F156C3BB1C3826F1DD85D74303C44E2B /* Functions.html */,
|
||||
CE62A93EFDC5F21FFAE335ED360759A7 /* getting-started.html */,
|
||||
2D6B45826D7EB31E746D8258064DFAD1 /* gh.png */,
|
||||
55D1FCE0F22AF4A91070F49F7DF655D3 /* Guides.html */,
|
||||
61FE2E61B5B028898E86C5A3C365C282 /* highlight.css */,
|
||||
E653EDC85869E20A717CA3F396A84E59 /* IGListAdapter.html */,
|
||||
4D87DB4EF3C556233DCB9F41B61CA505 /* IGListAdapterDataSource.html */,
|
||||
BA9A6B55274EB4D218065A53F0E494C9 /* IGListAdapterDelegate.html */,
|
||||
596DE05739CB40C397466F5EF3C385CB /* IGListAdapterUpdateListener.html */,
|
||||
37FAD09F4756B1ED2D490D174D855F8D /* IGListAdapterUpdater.html */,
|
||||
E9C76AE7E824BEF337A62439F478553C /* IGListAdapterUpdaterDelegate.html */,
|
||||
6B7F23076B50CDDDAE5C262B100EE35E /* IGListAdapterUpdateType.html */,
|
||||
280F6D8F28C8ADEF472DE1B5FD635409 /* IGListBatchContext.html */,
|
||||
1AE586D43145658DCD05FA131BE247A7 /* IGListBatchUpdateData.html */,
|
||||
6050B6609B413BF86DF2DFDC7A7BCA3D /* IGListBindable.html */,
|
||||
B356E405C20A41844F0A778958C8EEB5 /* IGListBindingSectionController.html */,
|
||||
177DFD9C3D7F0F2C826DDA30016BD93A /* IGListBindingSectionControllerDataSource.html */,
|
||||
47832C2022D1579986AA199B74221446 /* IGListBindingSectionControllerSelectionDelegate.html */,
|
||||
0201CEF4CAB85A6321B32D90300F065E /* IGListCollectionContext.html */,
|
||||
BB339618FCB0CFAF41B9394FE85ADD11 /* IGListCollectionView.html */,
|
||||
7F79896D879C77185C655C69C8109DAD /* IGListCollectionViewDelegateLayout.html */,
|
||||
D85A4C7CD46A0EA2A5BB74D5BEE162E6 /* IGListCollectionViewLayout.html */,
|
||||
CE38E3E08DE2FA1CE0A429479282A41E /* IGListDiffable.html */,
|
||||
6FDBD1EFD265572A775DC06AB5A5D51B /* iglistdiffable-and-equality.html */,
|
||||
F69C6A155B4AFB00CEC9E70CCB6AEF13 /* IGListDiffOption.html */,
|
||||
DE499CC1891328BBB129B83DE9A5D5B5 /* IGListDisplayDelegate.html */,
|
||||
CB1B623062C2342342E1ACB08AA3717E /* IGListExperiment.html */,
|
||||
54DA8D4F293922437F73EBD15614470C /* IGListGenericSectionController.html */,
|
||||
D6ED12A323586B68096B2E2D6DB1DAA5 /* IGListIndexPathResult.html */,
|
||||
A5BD1222E920ED4318C3BD4F4CD809FD /* IGListIndexSetResult.html */,
|
||||
C6F18176596B1B43C826141C78B04532 /* IGListKit.podspec */,
|
||||
25CCE7704F68E19862EDA02BE35F8EA8 /* IGListMoveIndex.html */,
|
||||
8FAB8D311770E09DABF70AC9CD3FE962 /* IGListMoveIndexPath.html */,
|
||||
3D50DB92C43E9F31136629A486C6592F /* IGListScrollDelegate.html */,
|
||||
CDFD912100909B56252CE6264E3B1583 /* IGListSectionController.html */,
|
||||
87ECB5FD93EBF4C89E63BA0726498F84 /* IGListSingleSectionController.html */,
|
||||
2980C1E46B0FAAC5A7F17860102E88D4 /* IGListSingleSectionControllerDelegate.html */,
|
||||
2BD00BCA9D47994766A03212B36123BE /* IGListStackedSectionController.html */,
|
||||
8C703CB4368B8DDCFA7E2E6C2C8A4774 /* IGListSupplementaryViewSource.html */,
|
||||
A849382D9987164CBF124A67D79AE526 /* IGListTransitionDelegate.html */,
|
||||
C60C4ADF26407C41E165A20D5178800F /* IGListUpdatingDelegate.html */,
|
||||
87276AB2129725B261D48F26DA85AE4B /* IGListWorkingRangeDelegate.html */,
|
||||
D452258CABEEF9E158080B7547971ACC /* index.html */,
|
||||
B9950877247E997E9F329F37926E3A6E /* installation.html */,
|
||||
B6A5F079DF565E6C8B316DE9C41D1863 /* jazzy.css */,
|
||||
603F37E68C0C51C65570A76FBDDD8D36 /* jazzy.js */,
|
||||
D55BC0586CB713F75680FE611B7C9F3B /* jquery.min.js */,
|
||||
9C6BEE1289446C29DAEDDE4C8E176663 /* LICENSE.md */,
|
||||
5ED79F8EC49E9704EA72A009E34A0F9A /* migration.html */,
|
||||
1FEF8174105967BB1107F2B1BAB3DF82 /* modeling-and-binding.html */,
|
||||
59AB0205175430BA4A33A32DAAD65E7B /* Protocols.html */,
|
||||
F0DBFBCD59506203A395F67DC12B1D28 /* README.md */,
|
||||
33ED16D4EB3C4B623D1B1DA4CCB59570 /* search.json */,
|
||||
28881110A262BBE30CFF74967CA2EC80 /* Type Definitions.html */,
|
||||
6F902E9DB97F18F5F72D020F5F19F6EF /* undocumented.json */,
|
||||
081CAB47C0699F1E35DDFC77CF3869A3 /* vision.html */,
|
||||
B5FFB1779ACADEDBC401F09B6838C29D /* working-with-core-data.html */,
|
||||
E1D2DAEB36ECB6CD9FB02BB744439AEF /* working-with-uicollectionview.html */,
|
||||
1640DDBD998DD0F6C6ADE95B96238FB6 /* IGListKit.modulemap */,
|
||||
CF54E850380A67F106521E031748FDC7 /* IGListKit.xcconfig */,
|
||||
E8814BF0B791E14CBA3BBF57566E1ACC /* IGListKit-dummy.m */,
|
||||
FAC5D0004CC375BEF46743A704DF4780 /* IGListKit-prefix.pch */,
|
||||
F78A407149E524C735D1E78FE28409D0 /* IGListKit-umbrella.h */,
|
||||
2D7DD35B1E779BF752CCDDA5A2FCC397 /* Info.plist */,
|
||||
);
|
||||
name = Pod;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0F3DA940B0406925023E55F360E633FD /* Internal */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2F79160A6C8DBE069FD0E68942E8824A /* IGListArrayUtilsInternal.h */,
|
||||
32430106FF921DBEFC243E2CBBE786E9 /* IGListIndexPathResultInternal.h */,
|
||||
C93C58C8EB735BCA788F3F7C35532295 /* IGListIndexSetResultInternal.h */,
|
||||
D904FCEF9976E884B1B23ADFCDF5D6AD /* IGListMoveIndexInternal.h */,
|
||||
06C1CCDA7083F99AA9674A9053346393 /* IGListMoveIndexPathInternal.h */,
|
||||
);
|
||||
name = Internal;
|
||||
path = Source/Common/Internal;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
17F236D9BD0AA609A0B33D66186385D8 /* Diffing */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
B38734E6333EB902B23872422D707AF7 /* IGListAssert.h */,
|
||||
F4F9A8F7ED513234B2FC12524A752241 /* IGListBatchUpdateData.h */,
|
||||
D91826E42C8F90720E64357BD60C7491 /* IGListBatchUpdateData.mm */,
|
||||
1C3AF91C31B1B7944FFA0E8583AF614F /* IGListCompatibility.h */,
|
||||
EADD76E476A8B2F32797446E1F415638 /* IGListDiff.h */,
|
||||
2F1E14CA6CECBD76EB6AEE827DD8094A /* IGListDiff.mm */,
|
||||
0A28744ADE14A6F329E3B1D52C902709 /* IGListDiffable.h */,
|
||||
924E3E56D6A273464BFAE905F416CFF4 /* IGListDiffKit.h */,
|
||||
61E5FE2119A1EF5AD85E247D62872557 /* IGListExperiments.h */,
|
||||
9A44C2E09CAE576C21BED8CAB3403AA3 /* IGListIndexPathResult.h */,
|
||||
90EC00CDC3691F4A2B61EF78231999C7 /* IGListIndexPathResult.m */,
|
||||
9DBAB8DA55DD3748C9A782245133B5AE /* IGListIndexSetResult.h */,
|
||||
1EDE7E5A07C35E416B345B6F3F8F4B4E /* IGListIndexSetResult.m */,
|
||||
D90590D3225E07AB9FD0D35D518DDDF6 /* IGListMacros.h */,
|
||||
A4ACDFDE787243CB7E0426773EEE0B32 /* IGListMoveIndex.h */,
|
||||
22D40A7E0A924ADE0C91ED418E76B47B /* IGListMoveIndex.m */,
|
||||
58462DF8500F4A6DF485218E790D01DB /* IGListMoveIndexPath.h */,
|
||||
1C4A4A43B0D0059592DD030AC72C9C50 /* IGListMoveIndexPath.m */,
|
||||
EED32FB6F9C1F2D1D69A21A1210F9009 /* NSNumber+IGListDiffable.h */,
|
||||
34C656D42D637633622F93430E67C3AD /* NSNumber+IGListDiffable.m */,
|
||||
00EA1C32DB6FE96969AF226ECEBA603A /* NSString+IGListDiffable.h */,
|
||||
C7DE545F7687D0709FE461247D9393B6 /* NSString+IGListDiffable.m */,
|
||||
0F3DA940B0406925023E55F360E633FD /* Internal */,
|
||||
);
|
||||
name = Diffing;
|
||||
name = "Support Files";
|
||||
path = "Examples/Examples-macOS/Pods/Target Support Files/IGListKit";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1C4A812D7A721E4F8A5203A23D92CB45 /* Development Pods */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9DAD7EA8F2B71DADA8D52A90C4AF76DC /* IGListKit */,
|
||||
3A04F8F44FBABDAE00526DB6B7D906B8 /* IGListKit */,
|
||||
);
|
||||
name = "Development Pods";
|
||||
sourceTree = "<group>";
|
||||
|
|
@ -326,6 +288,17 @@
|
|||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3A04F8F44FBABDAE00526DB6B7D906B8 /* IGListKit */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
F486AD4D81255F3AAB0CAF2F4147ED68 /* Diffing */,
|
||||
AA0458EA6540535698C24A3CED98FD2C /* Pod */,
|
||||
0E1672639DB6575B4CC266B35E23E4A3 /* Support Files */,
|
||||
);
|
||||
name = IGListKit;
|
||||
path = ../../..;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
51A62FAD141FCC64FABDAA958233E728 /* Targets Support Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
|
@ -354,29 +327,152 @@
|
|||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
9DAD7EA8F2B71DADA8D52A90C4AF76DC /* IGListKit */ = {
|
||||
AA0458EA6540535698C24A3CED98FD2C /* Pod */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
17F236D9BD0AA609A0B33D66186385D8 /* Diffing */,
|
||||
0724BE08639B2CE35C43464AB62D9A66 /* Pod */,
|
||||
A9D16B60CCCA8C2240BC81B5A2F4AC72 /* Support Files */,
|
||||
8FC1BEA31B8B8A3877A2449C1515B749 /* badge.svg */,
|
||||
CE9900B43F34E4CC45BACEF6508BE93E /* best-practices-and-faq.html */,
|
||||
38BD703C656C667ABC59923DFBD074FC /* best-practices-and-faq.html */,
|
||||
FFB6AD6F405B48FA78E7D0F15AC0C0D8 /* carat.png */,
|
||||
DC9C9A333A06B27609C51B0CD739ECA1 /* carat.png */,
|
||||
8B9042DC4F6FBF7BE1E937EE5F45DC4F /* Classes.html */,
|
||||
28D4B1A543C88384BC38FF2305BB7A28 /* Classes.html */,
|
||||
06846BE8253A6062683F7343EFEBDB2A /* Constants.html */,
|
||||
4215D8BC1E1169FE44B2AD0F1C90F1AE /* Constants.html */,
|
||||
3E34C99065FA8814C9CCA3164D83AF95 /* dash.png */,
|
||||
DC2E3D39474654F9C96592FE1CCE5083 /* dash.png */,
|
||||
B75B71C959D49282CE3F0DF088BFD88E /* docSet.dsidx */,
|
||||
CC6D371DE148F90D5E95E7F45A2785DD /* Enums.html */,
|
||||
5DA99714AA9D7DEA718DD5DAC08F4170 /* Enums.html */,
|
||||
31D0171AC42A72B0142656E3D9212E58 /* Functions.html */,
|
||||
EBF3D5728909C3B1272D4DA7BB499A35 /* Functions.html */,
|
||||
3FEE04912AB8C6FE37BB48912346F5FC /* getting-started.html */,
|
||||
6C883E3043F4CB3A94276F60AB202D2D /* getting-started.html */,
|
||||
D643A1755DF45A08C09F49D65C7E380D /* gh.png */,
|
||||
9D6D5727B442132E55A7940F06A1EA86 /* gh.png */,
|
||||
134AFC3394E9AAF3F21F7AA88961728B /* Guides.html */,
|
||||
4AA142C6FF4C6B4929D514AA952B87C2 /* Guides.html */,
|
||||
857F0BA0E93AE384FCD8B5063C4A6414 /* highlight.css */,
|
||||
CD46ADFE66955BA96807BBC239AEEB52 /* highlight.css */,
|
||||
0EB50CCB9AFE92F86DF7FAA02496FB22 /* IGListAdapter.html */,
|
||||
6D632E115AC1DC5204288CA3FB6C3F48 /* IGListAdapter.html */,
|
||||
9BB158DE77B28DA886F48678B43E6094 /* IGListAdapterDataSource.html */,
|
||||
6202EB25496935A1C5136D258BCD1EF5 /* IGListAdapterDataSource.html */,
|
||||
6430D0F83F2194011028DFA1A82636D3 /* IGListAdapterDelegate.html */,
|
||||
4FF7400D5DFAE1E35BD0C14DCF3781D2 /* IGListAdapterDelegate.html */,
|
||||
B5D9C45107B28EF575F900A27DEB9305 /* IGListAdapterUpdateListener.html */,
|
||||
82C90D50D488DCD3EC8C9707C4A7860F /* IGListAdapterUpdateListener.html */,
|
||||
F0597E5BB3F2BE8710347DC3368A873F /* IGListAdapterUpdater.html */,
|
||||
C9A6F39AA2BFDDE1C9B0D420911832A2 /* IGListAdapterUpdater.html */,
|
||||
F0A3E07051D47BB269756E5B6F9FBC4E /* IGListAdapterUpdaterDelegate.html */,
|
||||
11EF588ADEB81309B8152248A9785E6B /* IGListAdapterUpdaterDelegate.html */,
|
||||
73343AAE2DEBB1E38072CC739EA005DF /* IGListAdapterUpdateType.html */,
|
||||
A5C14C199EA103B19B0329A85C7603F8 /* IGListAdapterUpdateType.html */,
|
||||
CF9B6A0B32FE36D8F7666337FCB2D6F5 /* IGListBatchContext.html */,
|
||||
382C14D6472D7FE40F5CD2D1C578CC78 /* IGListBatchContext.html */,
|
||||
410F4302AC058E46BB1C682A17472475 /* IGListBatchUpdateData.html */,
|
||||
D4EA76BDB58EE6D74FC7378D59C39CB3 /* IGListBatchUpdateData.html */,
|
||||
204C0BABA4E5347E6B822CDE9F53398F /* IGListBindable.html */,
|
||||
716EBE7D4A0C2AA83A48785926D00BC8 /* IGListBindable.html */,
|
||||
F54C0B4062ECF51514DDF0036484BBF4 /* IGListBindingSectionController.html */,
|
||||
A12792FEF05DE30BFAA7A08637D8CE37 /* IGListBindingSectionController.html */,
|
||||
7EF96A5A08480AC38EA66398CDC566FF /* IGListBindingSectionControllerDataSource.html */,
|
||||
17FD946A15F82FE4EC7C582EC1E2EBC2 /* IGListBindingSectionControllerDataSource.html */,
|
||||
4B5BCEBDDA820B5791DB114677A7AE42 /* IGListBindingSectionControllerSelectionDelegate.html */,
|
||||
0C986FC0A1C8D47F2D6B05829FEEF5D4 /* IGListBindingSectionControllerSelectionDelegate.html */,
|
||||
361B7AB6F0DD762A827205A3BFC1010A /* IGListCollectionContext.html */,
|
||||
0CA9A0F50D5EDCC672339B66FD067E1D /* IGListCollectionContext.html */,
|
||||
4E58C59AF155D19165B9BFB3479B6E2B /* IGListCollectionView.html */,
|
||||
6FBB9E1A04CBB5B4722215690B1DD634 /* IGListCollectionView.html */,
|
||||
07703A15E83EA448505A829CEBCFE326 /* IGListCollectionViewDelegateLayout.html */,
|
||||
D87DF671D13A5B8BA7942921F311C0D2 /* IGListCollectionViewDelegateLayout.html */,
|
||||
9B53593900C7DD2B093FA0165B0E904A /* IGListCollectionViewLayout.html */,
|
||||
43F964E7F13C57EB2146E0B246A7994E /* IGListCollectionViewLayout.html */,
|
||||
21AC29247D00FBF196F6293D8877ED20 /* IGListDiffable.html */,
|
||||
3A383587BED7CF9E0835A3277B80261E /* IGListDiffable.html */,
|
||||
0BE27C1DF6DC588DEFCA9198149AF40B /* iglistdiffable-and-equality.html */,
|
||||
0EB9DD617ED49A164D39708929B706BF /* iglistdiffable-and-equality.html */,
|
||||
B9D026470B9370F0F161EBF60DFB67EA /* IGListDiffOption.html */,
|
||||
77AD05A674483F1385C227C8A3C32D88 /* IGListDiffOption.html */,
|
||||
FB8036C9386F59DE030A73B6A144FBD4 /* IGListDisplayDelegate.html */,
|
||||
F0C4DDCD3713134D88F4DBE17E2A611F /* IGListDisplayDelegate.html */,
|
||||
42E0B09D04876E81559C17D0784EECA3 /* IGListExperiment.html */,
|
||||
7B69D87DA75BFCE7F3F7AA578389400B /* IGListExperiment.html */,
|
||||
73E0B0DA997F3E0121F9486C13B719E4 /* IGListGenericSectionController.html */,
|
||||
BC4D7A3E9C0CD2A67831B8B8306E2DB2 /* IGListGenericSectionController.html */,
|
||||
1C395980E69FEDBF83E045B680D46EAD /* IGListIndexPathResult.html */,
|
||||
DF6919B239FC5FF72A5A8837B221ACE4 /* IGListIndexPathResult.html */,
|
||||
466587C478BBB0C7B0E6A2AFE2F3D24A /* IGListIndexSetResult.html */,
|
||||
08BECA8C891D915B1F277EAD47003A75 /* IGListIndexSetResult.html */,
|
||||
8D3209B0DE9DC01D4A644D0FD8D7A5AA /* IGListKit.podspec */,
|
||||
575EA68A1183F9EBBE593A8C5FF0C412 /* IGListKit.tgz */,
|
||||
F814865907B366DB46ADB52E63199A7D /* IGListMoveIndex.html */,
|
||||
278CC311772E91C381FA59BB553C3221 /* IGListMoveIndex.html */,
|
||||
B8416D3DEA5383C91CF7248BF0896410 /* IGListMoveIndexPath.html */,
|
||||
04FEC785368EFF4E7A06D67551540861 /* IGListMoveIndexPath.html */,
|
||||
8DE977C28062D17F4599ED734CAD0065 /* IGListScrollDelegate.html */,
|
||||
B6FCD95765A9AB9BB20A91588F4B4420 /* IGListScrollDelegate.html */,
|
||||
F9753829DF0B794111C03BDD8F2A293B /* IGListSectionController.html */,
|
||||
58488FFFF05D7263A6AD1E1BDCCAA651 /* IGListSectionController.html */,
|
||||
38FFF4434E3C2098C50997E472821268 /* IGListSingleSectionController.html */,
|
||||
EF14589C2F6052F144927221F8370E35 /* IGListSingleSectionController.html */,
|
||||
7B555D242CEAFC5F7BF3FEE7FECB76E0 /* IGListSingleSectionControllerDelegate.html */,
|
||||
1978D14F50D7FE0FA4F4F405D14C7F92 /* IGListSingleSectionControllerDelegate.html */,
|
||||
312F25750F90C6522D0FF55CC01FA21A /* IGListStackedSectionController.html */,
|
||||
12B150B932BE1DFB8CABC571BAAE5374 /* IGListStackedSectionController.html */,
|
||||
E139EF5E87746B336E64AAE0E07D9B62 /* IGListSupplementaryViewSource.html */,
|
||||
DE9967A92AF149320F825009789E737C /* IGListSupplementaryViewSource.html */,
|
||||
78470E3A2B3BC65ED3061A0435D0FE3F /* IGListTransitionDelegate.html */,
|
||||
ACDAF75EDA866E55F4B1351FCDF353A9 /* IGListTransitionDelegate.html */,
|
||||
26B6DDFB3F2BBD4379D45F98E2AA9696 /* IGListUpdatingDelegate.html */,
|
||||
FCBF0F138090D27204E553D5B97B1697 /* IGListUpdatingDelegate.html */,
|
||||
031F416DFCE5567367C44A89F0F9078E /* IGListWorkingRangeDelegate.html */,
|
||||
57C7A8A5BE585C101712CBB14AA58AE7 /* IGListWorkingRangeDelegate.html */,
|
||||
86CB81FBF5923EE29DE1B0FA9FE97088 /* index.html */,
|
||||
F81B986372966544DF04C1E667E79364 /* index.html */,
|
||||
1CE40940B9BA709474357A2D684DFA24 /* Info.plist */,
|
||||
0199CEB55B0FD4B5E2859295FEC2FF2C /* installation.html */,
|
||||
3C5C55C8F6045D0058001D4408DA331C /* installation.html */,
|
||||
B1160A65ABDFFC90ABFDC63C798144ED /* jazzy.css */,
|
||||
FAB1F8776BB05517AF72B9B764D814CF /* jazzy.css */,
|
||||
A4694B66866ED97C41BF282A18E6234D /* jazzy.js */,
|
||||
B281D20CA60F1FABED34878C498EACD1 /* jazzy.js */,
|
||||
942472F6BE05EA3948907DEDF89138B2 /* jquery.min.js */,
|
||||
05FFBCD160ACEADDD5E3566950DBA8CD /* jquery.min.js */,
|
||||
7C66164A5EDA6D830C46F69A635F2043 /* LICENSE.md */,
|
||||
5910029616F93BFF7C4BA9523AC28B9C /* migration.html */,
|
||||
694644E6D67BCFA3C633F45E087CD152 /* migration.html */,
|
||||
D4883DF1E9A4E162791E3B25E0241C1B /* modeling-and-binding.html */,
|
||||
523482C800A97A9B62D017D01B53425C /* modeling-and-binding.html */,
|
||||
489E64E868214222E0D395DD7EA83C5F /* Protocols.html */,
|
||||
BA907E39CFF865AD5D121735DFC833E8 /* Protocols.html */,
|
||||
DF04671FB918DC0C25C4BB80C7C0A586 /* README.md */,
|
||||
D61271079BF680ADAD7F500311C42125 /* search.json */,
|
||||
447EFF01BF3F36F12FB261474B10875D /* search.json */,
|
||||
B1D95670D7CDFB5608C04D494E86224B /* Type Definitions.html */,
|
||||
DB9306F7BCDC559C9311F4BCCA39530B /* Type Definitions.html */,
|
||||
9B0D53156A93EAECDA1EDB4E106A5817 /* undocumented.json */,
|
||||
47E998BF7FB435D4E254ECB8E8788860 /* vision.html */,
|
||||
C9F61FFE6139743494BAC3D12B4BCB48 /* vision.html */,
|
||||
EFB99B225D8B9C393899FC40D5DDCE37 /* working-with-core-data.html */,
|
||||
D789B40847D07C8D59DDD3EDAB3D68C0 /* working-with-core-data.html */,
|
||||
E2B3DB611A5BC6A9F5CECA532FE79E37 /* working-with-uicollectionview.html */,
|
||||
EE79BBAF34D1AD30C7EF6C397C88F277 /* working-with-uicollectionview.html */,
|
||||
);
|
||||
name = IGListKit;
|
||||
path = ../../..;
|
||||
name = Pod;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
A9D16B60CCCA8C2240BC81B5A2F4AC72 /* Support Files */ = {
|
||||
EF436926E4DC3270AD51EF5519E506B9 /* Internal */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2F98FC7CC63DF100F75E2C2BB841F6B2 /* IGListKit.modulemap */,
|
||||
554EFFED2CE06DA7164D0AB4BCEA6A5D /* IGListKit.xcconfig */,
|
||||
CBC680881B83C80B75CCE92A4ABAA299 /* IGListKit-dummy.m */,
|
||||
FBE4D340E43DE9BBC9346E46727755E2 /* IGListKit-prefix.pch */,
|
||||
A84610467F17C470B19BBD6B1EC79FC0 /* IGListKit-umbrella.h */,
|
||||
5B7E3754A88E1611C1FA2EA99438DB91 /* Info.plist */,
|
||||
EC89FE0DF6513A2F9BD30F90BAD080CB /* IGListArrayUtilsInternal.h */,
|
||||
0AC5071213BCA851187F6F9960F54CC0 /* IGListIndexPathResultInternal.h */,
|
||||
D843C3AEDEEE92C141B4849B26957496 /* IGListIndexSetResultInternal.h */,
|
||||
651149CB6B9B7302101E3671D5A4ADD0 /* IGListMoveIndexInternal.h */,
|
||||
C44EF4027293BECD4904E620B357B913 /* IGListMoveIndexPathInternal.h */,
|
||||
);
|
||||
name = "Support Files";
|
||||
path = "Examples/Examples-macOS/Pods/Target Support Files/IGListKit";
|
||||
name = Internal;
|
||||
path = Source/Common/Internal;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
F22E6673D29C1778B1984CF7D4D871E9 /* Pods-IGListKitExamples */ = {
|
||||
|
|
@ -397,6 +493,36 @@
|
|||
path = "Target Support Files/Pods-IGListKitExamples";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
F486AD4D81255F3AAB0CAF2F4147ED68 /* Diffing */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
DA829087FEAA4ED4A3EF9BC33E026487 /* IGListAssert.h */,
|
||||
4F5299721931B649FA357B03C720DE9B /* IGListBatchUpdateData.h */,
|
||||
0955ABDF3981A3AA379E5654E4D6E4DC /* IGListBatchUpdateData.mm */,
|
||||
9390D284222D432ACA8F34A448A06962 /* IGListCompatibility.h */,
|
||||
F6D90C82E5AC7029A20DA9AED9EA4217 /* IGListDiff.h */,
|
||||
E81283F3B7B01D16BB80979F03FEC3F1 /* IGListDiff.mm */,
|
||||
E6982C81EB7AC21B742D7F25BDF7A144 /* IGListDiffable.h */,
|
||||
66822CBBAA1DE151E49C08CD761F2992 /* IGListDiffKit.h */,
|
||||
279C61C30CD687909526F97861F77668 /* IGListExperiments.h */,
|
||||
A168A996D2CDC56749D5E3480DE3CF65 /* IGListIndexPathResult.h */,
|
||||
71C69509AA1736FA3A5F6E990CA25DE6 /* IGListIndexPathResult.m */,
|
||||
DE4B63A09A731F49416BE08A8FB1E0BC /* IGListIndexSetResult.h */,
|
||||
78214B72D0D27F5C1B889EAD00CF0A59 /* IGListIndexSetResult.m */,
|
||||
D4D875448F8C92CE315EDB190B8B0FEE /* IGListMacros.h */,
|
||||
4C8A302BD75CA8031363D557F8694639 /* IGListMoveIndex.h */,
|
||||
31A21BE4FD1A9346A7D8F0B940803406 /* IGListMoveIndex.m */,
|
||||
8AD7EDE558C5514C132CC5C6F7C26B76 /* IGListMoveIndexPath.h */,
|
||||
8F4AB450580880E0B892BC3B404916E3 /* IGListMoveIndexPath.m */,
|
||||
2942098323915A9D2C89B5C1C0646E60 /* NSNumber+IGListDiffable.h */,
|
||||
C9DB6B896EE31A6D48D9F2CBA7F435CC /* NSNumber+IGListDiffable.m */,
|
||||
8883B8CA31BDEB454D205A4E302EB1B2 /* NSString+IGListDiffable.h */,
|
||||
A8F748552BFC39313997AABF89A76AFD /* NSString+IGListDiffable.m */,
|
||||
EF436926E4DC3270AD51EF5519E506B9 /* Internal */,
|
||||
);
|
||||
name = Diffing;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
|
|
@ -599,7 +725,7 @@
|
|||
};
|
||||
58B4652CC17D6644E3231CF74389BFA6 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 554EFFED2CE06DA7164D0AB4BCEA6A5D /* IGListKit.xcconfig */;
|
||||
baseConfigurationReference = CF54E850380A67F106521E031748FDC7 /* IGListKit.xcconfig */;
|
||||
buildSettings = {
|
||||
CODE_SIGN_IDENTITY = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
||||
|
|
@ -718,7 +844,7 @@
|
|||
};
|
||||
A99A24086E496D116889985030989B99 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 554EFFED2CE06DA7164D0AB4BCEA6A5D /* IGListKit.xcconfig */;
|
||||
baseConfigurationReference = CF54E850380A67F106521E031748FDC7 /* IGListKit.xcconfig */;
|
||||
buildSettings = {
|
||||
CODE_SIGN_IDENTITY = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.2.0</string>
|
||||
<string>3.3.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
PODS:
|
||||
- IGListKit (3.2.0):
|
||||
- IGListKit/Default (= 3.2.0)
|
||||
- IGListKit/Default (3.2.0):
|
||||
- IGListKit (3.3.0):
|
||||
- IGListKit/Default (= 3.3.0)
|
||||
- IGListKit/Default (3.3.0):
|
||||
- IGListKit/Diffing
|
||||
- IGListKit/Diffing (3.2.0)
|
||||
- IGListKit/Diffing (3.3.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
- IGListKit (from `../../IGListKit.podspec`)
|
||||
|
|
@ -13,7 +13,7 @@ EXTERNAL SOURCES:
|
|||
:path: ../../IGListKit.podspec
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
IGListKit: 51c65b05adb0e37fecd669ade0c7dec113dce053
|
||||
IGListKit: d52a4ed9ca62ce06f35dea5a100d6dfc3022ef99
|
||||
|
||||
PODFILE CHECKSUM: f68cec0d93efa38d42ede50dfe01309d83664d56
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "IGListKit",
|
||||
"version": "3.2.0",
|
||||
"version": "3.3.0",
|
||||
"summary": "A data-driven UICollectionView framework.",
|
||||
"homepage": "https://github.com/Instagram/IGListKit",
|
||||
"documentation_url": "https://instagram.github.io/IGListKit",
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
"social_media_url": "https://twitter.com/fbOpenSource",
|
||||
"source": {
|
||||
"git": "https://github.com/Instagram/IGListKit.git",
|
||||
"tag": "3.2.0",
|
||||
"tag": "3.3.0",
|
||||
"branch": "stable"
|
||||
},
|
||||
"default_subspecs": "Default",
|
||||
|
|
|
|||
10
Examples/Examples-tvOS/Pods/Manifest.lock
generated
10
Examples/Examples-tvOS/Pods/Manifest.lock
generated
|
|
@ -1,9 +1,9 @@
|
|||
PODS:
|
||||
- IGListKit (3.2.0):
|
||||
- IGListKit/Default (= 3.2.0)
|
||||
- IGListKit/Default (3.2.0):
|
||||
- IGListKit (3.3.0):
|
||||
- IGListKit/Default (= 3.3.0)
|
||||
- IGListKit/Default (3.3.0):
|
||||
- IGListKit/Diffing
|
||||
- IGListKit/Diffing (3.2.0)
|
||||
- IGListKit/Diffing (3.3.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
- IGListKit (from `../../IGListKit.podspec`)
|
||||
|
|
@ -13,7 +13,7 @@ EXTERNAL SOURCES:
|
|||
:path: ../../IGListKit.podspec
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
IGListKit: 51c65b05adb0e37fecd669ade0c7dec113dce053
|
||||
IGListKit: d52a4ed9ca62ce06f35dea5a100d6dfc3022ef99
|
||||
|
||||
PODFILE CHECKSUM: f68cec0d93efa38d42ede50dfe01309d83664d56
|
||||
|
||||
|
|
|
|||
1162
Examples/Examples-tvOS/Pods/Pods.xcodeproj/project.pbxproj
generated
1162
Examples/Examples-tvOS/Pods/Pods.xcodeproj/project.pbxproj
generated
File diff suppressed because it is too large
Load diff
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.2.0</string>
|
||||
<string>3.3.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
|||
Loading…
Reference in a new issue