IGListKit/Examples/Examples-iOS/Pods/Pods.xcodeproj/project.pbxproj
Jeremy Lawrence 0ec9f8fff8 Remove references to removed files in pbxproj files (#1376)
Summary:
Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1376

Our [builds](https://travis-ci.org/Instagram/IGListKit) have been failing since `IGListStackedSectionController` was removed in [D17200801](D17200801)/[1355](https://github.com/Instagram/IGListKit/pull/1355). The error message in our Travis logs points to something related to `IGListStackedSectionController` causing the error:

```
X  error: /Users/travis/build/Instagram/IGListKit/Source/Internal/IGListStackedSectionControllerInternal.h: No such file or directory

** BUILD FAILED **

The following build commands failed:
	CpHeader /Users/travis/build/Instagram/IGListKit/Source/Internal/IGListStackedSectionControllerInternal.h /Users/travis/Library/Developer/Xcode/DerivedData/IGListKitExamples-cfbxdbnpimeeplcoaiqrlyrrqjxn/Build/Products/Debug-iphonesimulator/IGListKit/IGListKit.framework/PrivateHeaders/IGListStackedSectionControllerInternal.h
(1 failure)
```

Pretty sure the issue here is that the `xcodeproj` files were not rebuilt after deleting these files, which meant they were pointing to files that no longer existed, which caused the build to fail. I was able to fix this issue by running our `setup.sh` script, which regenerated the `xcodeproj` files.

Reviewed By: bdotdub

Differential Revision: D18064465

fbshipit-source-id: d07586a99d4bbb9346bdda0752dbd613eb1b6d03
2019-10-23 11:31:09 -07:00

1552 lines
128 KiB
Text

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
0094D67D82CF064A7A4598D2B1458C42 /* IGListWorkingRangeHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = F0949488A81E86CFA1CD1B92CE084E42 /* IGListWorkingRangeHandler.h */; settings = {ATTRIBUTES = (Private, ); }; };
0140E79E9A78DCC82A9E0499D6D505A4 /* IGListMoveIndexPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 41006E0540A00C0AA37FF6E8488171D3 /* IGListMoveIndexPath.h */; settings = {ATTRIBUTES = (Public, ); }; };
02BF2B7603D611AAACC331E2352B590C /* IGSystemVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E12F60BE657ECDC2B431C6BE8096001 /* IGSystemVersion.m */; };
050CB37AEE76ECE3542C348937096F72 /* IGListAdapterUpdaterInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D0CA665052C5446A2BB26EE0066DC427 /* IGListAdapterUpdaterInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
07B148F761AF9AC40BBC3A463A21ACAF /* NSNumber+IGListDiffable.m in Sources */ = {isa = PBXBuildFile; fileRef = 22B2104FE3B310C2ACC9EA50D39DABA7 /* NSNumber+IGListDiffable.m */; };
07BD381C9D8D8AE0B30B9A2497AF58C3 /* IGListSectionMap+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B7B482F0D9FC2FBD5EB6A16F9E67C6F /* IGListSectionMap+DebugDescription.m */; };
0927D0B030275F5F0AA4D5BFC98C5C24 /* IGListCollectionContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E5527C92FCC72200F4FEC95EAA18AD3 /* IGListCollectionContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
09FE869D7DF75AED14C5ECBC9BBE0E77 /* IGListAdapterUpdater+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FC2F856D00467B0D1788FFE6149787B /* IGListAdapterUpdater+DebugDescription.m */; };
0CDD22A418A269BE2CF27654D0DDF4A4 /* UICollectionViewLayout+InteractiveReordering.h in Headers */ = {isa = PBXBuildFile; fileRef = 5653B6F57FD69B70F0280EE456DE9B71 /* UICollectionViewLayout+InteractiveReordering.h */; settings = {ATTRIBUTES = (Private, ); }; };
1137E7A3F0AE912B05C6C75267B22948 /* IGListDisplayHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EA5FAFA4C1C031D2CBEECD2A50FE34 /* IGListDisplayHandler.m */; };
120E8310162E61C5E350C905BBD0642F /* IGListAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = C2C98958388A5D10B6A6F8653FC324C8 /* IGListAdapter.m */; };
1282117007BC677B95A4CF52D2257565 /* IGListAdapter+UICollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 854ECCEE735014C5D9C30E8105C10E94 /* IGListAdapter+UICollectionView.h */; settings = {ATTRIBUTES = (Private, ); }; };
1397AE7BC9FA504F98363C065FBC834B /* IGListReloadDataUpdater.m in Sources */ = {isa = PBXBuildFile; fileRef = C7DD0A25CCB7775738D04DD0553DE010 /* IGListReloadDataUpdater.m */; };
159144DE9AB96730A5314BA992AA7D8A /* IGSystemVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 75429017957DF51361DBC74F40F2F21A /* IGSystemVersion.h */; settings = {ATTRIBUTES = (Private, ); }; };
170E95301CA7DE703CAAC56EE0061081 /* NSNumber+IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = 3365241B64D1A5B0CC65B5942328C88D /* NSNumber+IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
20785A08B96FE648530D7BDFEB0AE7C4 /* UICollectionView+IGListBatchUpdateData.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FDB300A5525F994AC561F71C5D828D8 /* UICollectionView+IGListBatchUpdateData.h */; settings = {ATTRIBUTES = (Private, ); }; };
2597177736599EB00615821EEFF28192 /* Pods-IGListKitTodayExample-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D77D965BFCDDDD13E3099D899B536201 /* Pods-IGListKitTodayExample-dummy.m */; };
2A09094BFB39A6184C10B74746FF7A78 /* NSString+IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B5F0BFE12986E9CC6F8E23DB5DBAD7 /* NSString+IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
2A3BCB64AA8A37F9D5739904743287A8 /* IGListBatchUpdates.m in Sources */ = {isa = PBXBuildFile; fileRef = DC61EFBCDE4460EE8D51971199FE4C4A /* IGListBatchUpdates.m */; };
2EB99C6459645C76EAEDB614B96E8A7F /* IGListAdapterUpdater.m in Sources */ = {isa = PBXBuildFile; fileRef = 1017DFA89762EF68154C9E85645E54D3 /* IGListAdapterUpdater.m */; };
304B559EB0E2155CF01FCD80F852CA08 /* IGListDiff.mm in Sources */ = {isa = PBXBuildFile; fileRef = 66749052BF9812D222F45DA1D65C0AC2 /* IGListDiff.mm */; };
328119A6B5C29D0E167DD4BB2D4B8815 /* IGListMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDF72970B37AA776A8291F8928739C0 /* IGListMacros.h */; settings = {ATTRIBUTES = (Public, ); }; };
359CF0381AF5C7F81C800A6174A2F5A7 /* IGListGenericSectionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B90C679A42A6521974D50D15EE81A6E /* IGListGenericSectionController.m */; };
369C7F203DAF3C82297169F7A76F2898 /* IGListMoveIndexInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 81733DEBAC61ED8C226AA787201F4AA6 /* IGListMoveIndexInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
3713990BA33D5B668C51C9BC030FFAF2 /* IGListBindingSectionControllerDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = EFF7CC987D1C5138F502D14214368771 /* IGListBindingSectionControllerDataSource.h */; settings = {ATTRIBUTES = (Public, ); }; };
385487A89C4A821AEEC11A3ECFC021A3 /* IGListWorkingRangeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = BAD2E8CDCA43740CC5C6A0AA76BFF324 /* IGListWorkingRangeDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
386AD898815E39BB26F3ED97D5F52A0B /* UICollectionViewLayout+InteractiveReordering.m in Sources */ = {isa = PBXBuildFile; fileRef = 28CDC9AC99FB2C69EE4B400136D05E45 /* UICollectionViewLayout+InteractiveReordering.m */; };
39E96236BA4786C17E251772B00FC9D5 /* IGListAdapterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B119D3CD073B6AA1D33D5C80E926EC8 /* IGListAdapterProxy.h */; settings = {ATTRIBUTES = (Private, ); }; };
3E2924EBCF6D645982DD9872C75329C3 /* IGListCollectionScrollingTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9E145973E0C159BF76941D9009E3B4 /* IGListCollectionScrollingTraits.h */; settings = {ATTRIBUTES = (Public, ); }; };
407343653DCC836D08B1A2FB99194E07 /* IGListBatchUpdateData.h in Headers */ = {isa = PBXBuildFile; fileRef = C46720A53A5175FFF5858F9184B0B377 /* IGListBatchUpdateData.h */; settings = {ATTRIBUTES = (Public, ); }; };
436DE67F0C1A1EE7ADD1A104D19783DC /* IGListIndexSetResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = B63E0E9A01385088DC950A9958EBDB03 /* IGListIndexSetResultInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
44A1CBBE52A752A925DC49D95C78DB10 /* IGListDebuggingUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = D3B50C9C20677607D48A07C2E38E5F34 /* IGListDebuggingUtilities.m */; };
479781E2935028998C7016CFEBBC37C3 /* IGListGenericSectionController.h in Headers */ = {isa = PBXBuildFile; fileRef = 614A557F6569A1145F876B51D590AE61 /* IGListGenericSectionController.h */; settings = {ATTRIBUTES = (Public, ); }; };
4A86719B3012A63F47DD316DFA63D67B /* IGListKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 744A5E861F2D9316E0458C3F0408C123 /* IGListKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
4B62113EF5872F1B7752C955DEF03E35 /* IGListDebuggingUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 878AF2F118E2CCA640970F33A07C73B8 /* IGListDebuggingUtilities.h */; settings = {ATTRIBUTES = (Private, ); }; };
4C04FC1C6AA89AB03E1703184E79245F /* IGListReloadDataUpdater.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AA8A1C3856DE7F7B8E4E2E34C682509 /* IGListReloadDataUpdater.h */; settings = {ATTRIBUTES = (Public, ); }; };
4D5FC94F0F38840B4F4EF0125C28C073 /* IGListBatchUpdateData+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D10370D2A7ACBA4B732EE229BF52FA1 /* IGListBatchUpdateData+DebugDescription.m */; };
4DA167EA9BD179605B00005E81582825 /* IGListSectionMap+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E124A5D40B16D8B177697C053F6CC2B /* IGListSectionMap+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
4E3B217C44E988031BF24FAD15FCEDEF /* IGListWorkingRangeHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9A3C79F564AA50DDB644338C95A6DC5A /* IGListWorkingRangeHandler.mm */; };
50202E0D9BA01738C86218DE29F79FB2 /* IGListSectionControllerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = B2D6949DF6B5D2CC431EDDDF11918FFD /* IGListSectionControllerInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
502EE857A881018E5FD387A6E23A38F0 /* IGListAdapter+UICollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0706B22AA2831FE881AF3A3089E9CF8B /* IGListAdapter+UICollectionView.m */; };
543E895A12B5E4989593120AC9272064 /* IGListAdapterDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 01D64D6A05BB4F6E57D4315BD8B500FE /* IGListAdapterDataSource.h */; settings = {ATTRIBUTES = (Public, ); }; };
565010349B072FD721B750E287779F29 /* IGListScrollDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 82D9B57140A46A523A476A8C988DA6ED /* IGListScrollDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
5938F6A23F345135DB251AC12D2C9CB0 /* IGListBatchUpdateState.h in Headers */ = {isa = PBXBuildFile; fileRef = C5F187AC8488CF9E490F2C4200CFA292 /* IGListBatchUpdateState.h */; settings = {ATTRIBUTES = (Private, ); }; };
5C1B34C156605E407A0F6DE20FD9AE9E /* IGListBatchUpdates.h in Headers */ = {isa = PBXBuildFile; fileRef = B251F53F7135E93A7A3FE4ACDE0E6E6C /* IGListBatchUpdates.h */; settings = {ATTRIBUTES = (Private, ); }; };
6026AC58E181E1A3411CE6E99F01E136 /* NSString+IGListDiffable.m in Sources */ = {isa = PBXBuildFile; fileRef = BEF2D5AF7527A2EEA2CB61D3B93318E9 /* NSString+IGListDiffable.m */; };
60C252DEA16FA0201AE31B7A516DA2D7 /* IGListKit.h in Headers */ = {isa = PBXBuildFile; fileRef = E9C97D5A25B37D88574660E311BBF291 /* IGListKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
64DC64858505AB25CB8C628E85E98245 /* Pods-IGListKitMessageExample-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DD11FA4F4D747228292F39CDD7808F85 /* Pods-IGListKitMessageExample-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
65D8D6778D494967E8D1857E33EB06B2 /* IGListIndexPathResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 811398241EF7EF12BDAF0E2F2257C18E /* IGListIndexPathResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
66F3C1A0EA3BB9007A18C3671A707474 /* IGListMoveIndexPathInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 62486C1A8C8ABBE1D22AEACA3CE0E675 /* IGListMoveIndexPathInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
6A1EFB64B94A1F9BB4616092D761C9AF /* IGListReloadIndexPath.m in Sources */ = {isa = PBXBuildFile; fileRef = A1F08F237941A456565584EC6342BD28 /* IGListReloadIndexPath.m */; };
6C62504ABCCD830B5CCB0701657BAAAF /* UICollectionView+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 64BC4005A78CE1E91774D507CACD1564 /* UICollectionView+DebugDescription.m */; };
6D89FDE6F52F9C3191B616E9B0E05DD5 /* IGListSectionMap.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BE925F92B712604FCE780CA91550C5B /* IGListSectionMap.m */; };
6DD73C34CC787C0D145CA6E408EF42F1 /* IGListCollectionViewLayoutInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = A33E8B1DA72B5B88794B3F3F1DCF7328 /* IGListCollectionViewLayoutInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
7080F30B82C53E9D621D85B78B0B465C /* IGListSectionMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 1430048F0DC6C8CB7000F61F3AB84DE1 /* IGListSectionMap.h */; settings = {ATTRIBUTES = (Private, ); }; };
72CCC85E803626A6E85AE3249A918510 /* IGListAdapterUpdater.h in Headers */ = {isa = PBXBuildFile; fileRef = F6F632BA2C517D3BC6CBF4433D61E094 /* IGListAdapterUpdater.h */; settings = {ATTRIBUTES = (Public, ); }; };
72E4DF6E435AAED14B9C27571DC08FA0 /* IGListMoveIndex.m in Sources */ = {isa = PBXBuildFile; fileRef = DF0974E1FC25B9A25FFCE4C76A54DCBE /* IGListMoveIndex.m */; };
7337162978A882C23723096E5F4A0E75 /* IGListIndexPathResult.m in Sources */ = {isa = PBXBuildFile; fileRef = D0AEC9D3C7F018C772C2994836AD3555 /* IGListIndexPathResult.m */; };
786E49A8F53ED48AEB69D807A208853B /* IGListReloadIndexPath.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD424E50E3FDAA66D2D09EACF0E498F /* IGListReloadIndexPath.h */; settings = {ATTRIBUTES = (Private, ); }; };
80C765861733FEB163A4689F40D889E7 /* UICollectionView+IGListBatchUpdateData.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E3327FB501A44D2B9DF8AA2FBDFF7F6 /* UICollectionView+IGListBatchUpdateData.m */; };
82DB51EE154C7EACF2ECAEA4ACAB7C71 /* IGListBindingSectionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B90E49E53717C10ACE475A6F47E6C19 /* IGListBindingSectionController.m */; };
835F8A26E9D9ED7B28B1A5A8E720D8A5 /* IGListCollectionViewLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = D0C4A37D30725BCC1CBD2795A7E79BFB /* IGListCollectionViewLayout.h */; settings = {ATTRIBUTES = (Public, ); }; };
837263F72812458D17329664715B9E00 /* IGListTransitionDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 74E9D33F9DEBE578466CF8D08D60D3CB /* IGListTransitionDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
842C3167B5F677583A4EB995A0AB9144 /* IGListDebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 298BE78BD8B2ED70E3A67B1508ED63B3 /* IGListDebugger.h */; settings = {ATTRIBUTES = (Private, ); }; };
84EDB91D8FEC7B4F430E9483AE203741 /* IGListSectionController.m in Sources */ = {isa = PBXBuildFile; fileRef = F20B6A958066540F4B5523C3E48B9F12 /* IGListSectionController.m */; };
87703E311264E96792C69BA3B11A7A8D /* IGListDiffKit.h in Headers */ = {isa = PBXBuildFile; fileRef = EBB996C88B4D76F0A2A3F0E0D3F6EA5E /* IGListDiffKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
89EF06907B308D35A992588930244256 /* IGListAdapterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 55C4C0A2D93C9CF65908D7E7EC1D339A /* IGListAdapterProxy.m */; };
8A8A09B29217B1320F61CA97102E4ADC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40CB39E715FBCDAA142E6513E126200A /* Foundation.framework */; };
8C381DB929831D42ADFA58031B0111CD /* IGListDisplayHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F8DB4CA32E315073C5AF2F5964BDA1 /* IGListDisplayHandler.h */; settings = {ATTRIBUTES = (Private, ); }; };
8DEB6A80425E81F141AFA892B539A17A /* IGListBindingSectionController+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 6643BED0640FDC23F264B6E30762B99F /* IGListBindingSectionController+DebugDescription.m */; };
8DF20D300CF0694BCF3AB1FD0A3ADF3F /* Pods-IGListKitTodayExample-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B8E527B1425066B71919F9E92AFF926 /* Pods-IGListKitTodayExample-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
8E8B4C9FA06F091842EB606AE8499CCE /* IGListAdapter+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 993C1BC004AC4BC65B9A3B052E39F9E0 /* IGListAdapter+DebugDescription.m */; };
9010A8434B660C2264AA992949930C32 /* IGListBatchUpdateData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0A0E48D597836337EF70C29E49E57634 /* IGListBatchUpdateData.mm */; };
91B9729085E3DFFF6A2493C75D946344 /* IGListAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D17F1144C7FADAC5C843161AE4563B3 /* IGListAdapter.h */; settings = {ATTRIBUTES = (Public, ); }; };
921B146558C8ABF2838644BE0995FE9D /* IGListAdapter+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 9752CAC78ECDDAD7EBC30468E07B3675 /* IGListAdapter+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
924CBB03106BFF159DE0DEC543355B9E /* IGListKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 44C8F823D204055646A63EE044B5656D /* IGListKit-dummy.m */; };
940829814B26541CB202AF8F1BE1F6DA /* IGListExperiments.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B35F8F140F5687C2CBB2B18E492F0CC /* IGListExperiments.h */; settings = {ATTRIBUTES = (Public, ); }; };
94D1B6BA3DA2B691BB3C07A95A011F01 /* IGListSingleSectionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E593D64A5E553F6D8C4C9072A7F02C9 /* IGListSingleSectionController.m */; };
96F95E57CF553C5BBEEEAED9B91B2FAB /* UICollectionView+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 21DD4062A25AF8B16D5602BE3B603577 /* UICollectionView+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
9AE5EFDE583ACD4786CF07074474B00D /* IGListSectionController.h in Headers */ = {isa = PBXBuildFile; fileRef = B2E92037D172FBA797EC96E20D2F748E /* IGListSectionController.h */; settings = {ATTRIBUTES = (Public, ); }; };
9B6A75415BEF5385B5C3D382B1763A0B /* IGListAdapterUpdaterDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 441D39CA85B2D166D8B80F8A56F7C8BA /* IGListAdapterUpdaterDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
9D28FB3BC158D10F2D39688D02EB8DD2 /* IGListDiff.h in Headers */ = {isa = PBXBuildFile; fileRef = C52D3728817A5D029C6DB61E4DA9FBD8 /* IGListDiff.h */; settings = {ATTRIBUTES = (Public, ); }; };
9DC1744CB33691C06684873DBFFCBBE7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40CB39E715FBCDAA142E6513E126200A /* Foundation.framework */; };
9F2A844A340283F45D94389D884EB8C2 /* IGListCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2776F2557F1B9AB75979FF8A420E484B /* IGListCollectionView.m */; };
A6F4826056A25D8BA1510E4F9C145841 /* IGListCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2211947B53C9C1733D2FA851AC8CD9B2 /* IGListCollectionView.h */; settings = {ATTRIBUTES = (Public, ); }; };
A9E893D7A41C4582B1D87D1B03671A2B /* IGListBindingSectionController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4325D4F044E926B1FA04C7627F239E82 /* IGListBindingSectionController.h */; settings = {ATTRIBUTES = (Public, ); }; };
B0B9AC8BB0CDE9B87FBB7E2DE4723A06 /* IGListCollectionViewLayout.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4A012974BA15CE66B6582B2C7FD68665 /* IGListCollectionViewLayout.mm */; };
B0BA766330939CD91E034BD23BA0F030 /* IGListIndexPathResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EE4B06CE8B9AD78FC7EA9B08B555F77 /* IGListIndexPathResultInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
B25C040E31E7B1BF90B87B1152A19D0C /* IGListDisplayDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 701851857ED864923D686B19C1F130ED /* IGListDisplayDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
B56F1064287CC0E3B444CE9A3B8EEE70 /* UIScrollView+IGListKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A8AF835DC4362F43842DA5E46471231 /* UIScrollView+IGListKit.m */; };
B5FBE3FD9252B5AB8A13AE29BA9F7735 /* IGListAdapterMoveDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DB15E81008571D85246D9DD43A9C176 /* IGListAdapterMoveDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
B6430BBDD033522F9563BF53B299937B /* IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = 72813F0A42ABCB57CC7FDDD48D6525CB /* IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
BCEFC1DC0089468111DD45674FA6CF38 /* IGListSupplementaryViewSource.h in Headers */ = {isa = PBXBuildFile; fileRef = C88734A4CEB37D3DEE450C9DB8633296 /* IGListSupplementaryViewSource.h */; settings = {ATTRIBUTES = (Public, ); }; };
BDC091D1C2757D68D3AB5A323A4AFD8E /* IGListUpdatingDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F3739218A19D5E056E29E85AFAB750D8 /* IGListUpdatingDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
C171FDB4097450BEDF90D08A275628E3 /* IGListSingleSectionController.h in Headers */ = {isa = PBXBuildFile; fileRef = AE45701181220FC066F21669CDC35EED /* IGListSingleSectionController.h */; settings = {ATTRIBUTES = (Public, ); }; };
C92D69E1A5C840EFA261D5BE92D0B665 /* IGListBindingSectionControllerSelectionDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B33C79CC157FEA65CBDDFBB8751AB38C /* IGListBindingSectionControllerSelectionDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
CB9636D8302B605D7F331306729AFD63 /* UIScrollView+IGListKit.h in Headers */ = {isa = PBXBuildFile; fileRef = A6795F66FBAB470CE23EDA7241825D05 /* UIScrollView+IGListKit.h */; settings = {ATTRIBUTES = (Private, ); }; };
CC6AFDA8443BD5CF747C7210A24EE3B1 /* Pods-IGListKitMessageExample-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 523654D67C41985094E1A2FF2FF8566C /* Pods-IGListKitMessageExample-dummy.m */; };
CEEC931F251E36D412DBFDB798D60F94 /* IGListMoveIndexPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 3ED072E8B6EF370BD02525AC0C66DF5D /* IGListMoveIndexPath.m */; };
D075D5B1D729FBD5D467B9247B36EAD7 /* IGListCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = DA952D32E01044CED53295436E89D88B /* IGListCompatibility.h */; settings = {ATTRIBUTES = (Public, ); }; };
D5C431990C04DDD62B11DDA8E66B824C /* IGListCollectionViewLayoutCompatible.h in Headers */ = {isa = PBXBuildFile; fileRef = D187C0E5DB27F1AE8701ED1644D57506 /* IGListCollectionViewLayoutCompatible.h */; settings = {ATTRIBUTES = (Public, ); }; };
D7F710D485982645AE922C5D6839901F /* IGListDebugger.m in Sources */ = {isa = PBXBuildFile; fileRef = D16B36F2C78B68C15C9B30BC770265D4 /* IGListDebugger.m */; };
D9026A81BC6387ABC7E1898D5E710CBD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40CB39E715FBCDAA142E6513E126200A /* Foundation.framework */; };
D90781179CA274125422700EC52D0C79 /* Pods-IGListKitExamples-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DED9369B12236529C64756DDD159A5FB /* Pods-IGListKitExamples-dummy.m */; };
D976B548E97A8472DD03C110D5840C87 /* IGListMoveIndex.h in Headers */ = {isa = PBXBuildFile; fileRef = F5EC716FD2106CEA5A413425306D3050 /* IGListMoveIndex.h */; settings = {ATTRIBUTES = (Public, ); }; };
DC490E762CE343241684A362B9D5FDE6 /* Pods-IGListKitExamples-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D7A363B477B31B91C9136FCAC2A9FA9B /* Pods-IGListKitExamples-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
DFBAE4FD38CA5B58A0C156DED6D1C701 /* IGListBatchContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 77561C468BC2B1F1F01CD942A77A5895 /* IGListBatchContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
E588EB6372FB13A5CA9B6ACD668E6935 /* IGListIndexSetResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F2A4059963DF52C6EC18223E51B96C4 /* IGListIndexSetResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
E870D65E97CFAEB3539758BB9FA0E21E /* IGListBindingSectionController+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 876ACA760F9A1500014557081A588CF2 /* IGListBindingSectionController+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
EAEC3F09A8484F35F7FE3672321E2361 /* IGListIndexSetResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 10E2B7E0666B218A43B24AB03E869FE4 /* IGListIndexSetResult.m */; };
EC480E1CF76B2A831A24F0B9EA07DA85 /* IGListAdapterPerformanceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C406DC1E4D3C6B18F012C04608B8DBE /* IGListAdapterPerformanceDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
ECDC0BB3D3F98877AF8562A597899A35 /* IGListAdapterInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C118026309C2B39D3DD29B7649911E7 /* IGListAdapterInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
EFBDE12C77935B722442BB23A4DDDB75 /* IGListCollectionViewDelegateLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = C536C62EC1F5CCE91F3BCDF37C9C347E /* IGListCollectionViewDelegateLayout.h */; settings = {ATTRIBUTES = (Public, ); }; };
F1344FCB2E4119A707F82DCF02B1AAFF /* IGListArrayUtilsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F9096A156E32C6DDE6F4897C0A69871C /* IGListArrayUtilsInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
F20FD96E6EBAF2BCE079A1B391EB6605 /* IGListAdapterUpdater+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = C1ED33F61FEC5AAAF032B8C0F5574ABB /* IGListAdapterUpdater+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
F2568F0CB73D4BDCA314C8125D36F364 /* IGListAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 805DC02CD9DFA67ABACEE7D83C1FBC3E /* IGListAssert.h */; settings = {ATTRIBUTES = (Public, ); }; };
F4E4600D6EDFF3B1A79E23ECEA796186 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40CB39E715FBCDAA142E6513E126200A /* Foundation.framework */; };
F80F75C42FD5B327999F711986A2851F /* IGListBatchUpdateData+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F2A430DE0506907558C17D55F9C4708 /* IGListBatchUpdateData+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
F9F8DAB415C72F2ACE0C77FCF6A891B7 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ECF2A2B0720AE923C22BED3192888BE0 /* UIKit.framework */; };
FA49227F4FF92FB7205D8ED3984DAE2C /* IGListBindable.h in Headers */ = {isa = PBXBuildFile; fileRef = F8148402E66986003F6673D9E412A99C /* IGListBindable.h */; settings = {ATTRIBUTES = (Public, ); }; };
FCE38CF740B20F9C36A8F74665226E45 /* IGListAdapterUpdateListener.h in Headers */ = {isa = PBXBuildFile; fileRef = CBD7DB84695BF777CC376FE0B4C6E0DC /* IGListAdapterUpdateListener.h */; settings = {ATTRIBUTES = (Public, ); }; };
FD8AD5D12D11003C2A062BE079937D79 /* IGListAdapterDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = E12138C62489CFAF670C584626B6A8CF /* IGListAdapterDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
3CB146CADA5C19602C8D12DDC7D38BDB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = D10AD9FAD40B191F43F847DCF504FE0B;
remoteInfo = IGListKit;
};
57CA669B239472F35B1A8FB80D4C1B4A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = D10AD9FAD40B191F43F847DCF504FE0B;
remoteInfo = IGListKit;
};
ECFCADAB141C83EEB8CC1527E24DFABD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = D10AD9FAD40B191F43F847DCF504FE0B;
remoteInfo = IGListKit;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
009674E801ED42DA88E2A7E17B464694 /* IGListDiffable.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDiffable.html; path = docs/Protocols/IGListDiffable.html; sourceTree = "<group>"; };
01D64D6A05BB4F6E57D4315BD8B500FE /* IGListAdapterDataSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAdapterDataSource.h; path = Source/IGListAdapterDataSource.h; sourceTree = "<group>"; };
02595E813596A994ADE9011797E4BE80 /* Pods-IGListKitExamples.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-IGListKitExamples.modulemap"; sourceTree = "<group>"; };
0706B22AA2831FE881AF3A3089E9CF8B /* IGListAdapter+UICollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListAdapter+UICollectionView.m"; sourceTree = "<group>"; };
089FF2A854F52C96BCC1D01A9442C11E /* IGListTransitionDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListTransitionDelegate.html; path = docs/Protocols/IGListTransitionDelegate.html; sourceTree = "<group>"; };
0945AF09BF9D60192B8D5FCCFE4979D0 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/img/dash.png; sourceTree = "<group>"; };
0A0E48D597836337EF70C29E49E57634 /* IGListBatchUpdateData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = IGListBatchUpdateData.mm; sourceTree = "<group>"; };
0A474A78E15DAFA304A953A3FBD6A4C6 /* IGListAdapterUpdaterDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdaterDelegate.html; path = docs/Protocols/IGListAdapterUpdaterDelegate.html; sourceTree = "<group>"; };
0B56345FD25C104EF7A417A3CBFB156D /* Pods_IGListKitMessageExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_IGListKitMessageExample.framework; path = "Pods-IGListKitMessageExample.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
0B90E49E53717C10ACE475A6F47E6C19 /* IGListBindingSectionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListBindingSectionController.m; path = Source/IGListBindingSectionController.m; sourceTree = "<group>"; };
0C118026309C2B39D3DD29B7649911E7 /* IGListAdapterInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapterInternal.h; sourceTree = "<group>"; };
1017DFA89762EF68154C9E85645E54D3 /* IGListAdapterUpdater.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListAdapterUpdater.m; path = Source/IGListAdapterUpdater.m; sourceTree = "<group>"; };
10E2B7E0666B218A43B24AB03E869FE4 /* IGListIndexSetResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListIndexSetResult.m; sourceTree = "<group>"; };
1430048F0DC6C8CB7000F61F3AB84DE1 /* IGListSectionMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListSectionMap.h; sourceTree = "<group>"; };
15D914ED60DBD308D0AC8BD035FA2247 /* IGListKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IGListKit-Info.plist"; sourceTree = "<group>"; };
16168A6EEF34A8A1EAD3D0C6500C94D5 /* Protocols.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Protocols.html; path = docs/Protocols.html; sourceTree = "<group>"; };
18F5774A460120CA1A7E6AA8686F56B7 /* IGListKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IGListKit.modulemap; sourceTree = "<group>"; };
1C406DC1E4D3C6B18F012C04608B8DBE /* IGListAdapterPerformanceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAdapterPerformanceDelegate.h; path = Source/IGListAdapterPerformanceDelegate.h; sourceTree = "<group>"; };
1CB7C84EEF54FEE734C2BBAAAC2A6ADB /* working-with-uicollectionview.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "working-with-uicollectionview.html"; path = "docs/working-with-uicollectionview.html"; sourceTree = "<group>"; };
1D7BE3AB5968D829FC7FCA8F26AE9375 /* Functions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Functions.html; path = docs/Functions.html; sourceTree = "<group>"; };
21DD4062A25AF8B16D5602BE3B603577 /* UICollectionView+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UICollectionView+DebugDescription.h"; sourceTree = "<group>"; };
2211947B53C9C1733D2FA851AC8CD9B2 /* IGListCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListCollectionView.h; path = Source/IGListCollectionView.h; sourceTree = "<group>"; };
22B2104FE3B310C2ACC9EA50D39DABA7 /* NSNumber+IGListDiffable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSNumber+IGListDiffable.m"; sourceTree = "<group>"; };
24F2376EFBD9C1C408C89E2B094DAA4F /* IGListAdapterUpdateListener.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdateListener.html; path = docs/Protocols/IGListAdapterUpdateListener.html; sourceTree = "<group>"; };
26F52B05C2E7ABB97E721E8B32631396 /* IGListBatchContext.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBatchContext.html; path = docs/Protocols/IGListBatchContext.html; sourceTree = "<group>"; };
2776F2557F1B9AB75979FF8A420E484B /* IGListCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListCollectionView.m; path = Source/IGListCollectionView.m; sourceTree = "<group>"; };
28CDC9AC99FB2C69EE4B400136D05E45 /* UICollectionViewLayout+InteractiveReordering.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UICollectionViewLayout+InteractiveReordering.m"; sourceTree = "<group>"; };
2911EA29C22A6FAF5526EB699584F3D2 /* IGListCollectionViewLayout.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionViewLayout.html; path = docs/Classes/IGListCollectionViewLayout.html; sourceTree = "<group>"; };
298BE78BD8B2ED70E3A67B1508ED63B3 /* IGListDebugger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListDebugger.h; sourceTree = "<group>"; };
2A65C6B86C5BF9E79A93925EDC0E9C70 /* Pods-IGListKitExamples-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-IGListKitExamples-frameworks.sh"; sourceTree = "<group>"; };
2D10370D2A7ACBA4B732EE229BF52FA1 /* IGListBatchUpdateData+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListBatchUpdateData+DebugDescription.m"; sourceTree = "<group>"; };
2D17F1144C7FADAC5C843161AE4563B3 /* IGListAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAdapter.h; path = Source/IGListAdapter.h; sourceTree = "<group>"; };
2F2A4059963DF52C6EC18223E51B96C4 /* IGListIndexSetResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexSetResult.h; sourceTree = "<group>"; };
3302914E2CA9E19D6778CB6C051C1A49 /* IGListScrollDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListScrollDelegate.html; path = docs/Protocols/IGListScrollDelegate.html; sourceTree = "<group>"; };
3365241B64D1A5B0CC65B5942328C88D /* NSNumber+IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSNumber+IGListDiffable.h"; sourceTree = "<group>"; };
34B6D9A34471548301BDB3993FA9528F /* IGListSingleSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSingleSectionController.html; path = docs/Classes/IGListSingleSectionController.html; sourceTree = "<group>"; };
351B73556627AFF478B894B1B0B8334E /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/search.json; sourceTree = "<group>"; };
3791CC242750A8F4B0C14A469468BDBF /* generating-your-models.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "generating-your-models.html"; path = "docs/generating-your-models.html"; sourceTree = "<group>"; };
395BB0B42D829322A7AF0C44A9063062 /* IGListAdapter.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapter.html; path = docs/Classes/IGListAdapter.html; sourceTree = "<group>"; };
3B9384CB37292879DF0B7EF59807FB68 /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Classes.html; path = docs/Classes.html; sourceTree = "<group>"; };
3E124A5D40B16D8B177697C053F6CC2B /* IGListSectionMap+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListSectionMap+DebugDescription.h"; sourceTree = "<group>"; };
3ED072E8B6EF370BD02525AC0C66DF5D /* IGListMoveIndexPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListMoveIndexPath.m; sourceTree = "<group>"; };
3F1B2DF23B5B4F797C037C61F75F104D /* working-with-core-data.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "working-with-core-data.html"; path = "docs/working-with-core-data.html"; sourceTree = "<group>"; };
3F2A430DE0506907558C17D55F9C4708 /* IGListBatchUpdateData+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListBatchUpdateData+DebugDescription.h"; sourceTree = "<group>"; };
3F417F895C267FC58F619284C73E15D4 /* IGListIndexSetResult.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListIndexSetResult.html; path = docs/Classes/IGListIndexSetResult.html; sourceTree = "<group>"; };
3FC2F856D00467B0D1788FFE6149787B /* IGListAdapterUpdater+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListAdapterUpdater+DebugDescription.m"; sourceTree = "<group>"; };
409B74D2D8B125E57D47D5BAFF83AEE2 /* IGListStackedSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListStackedSectionController.html; path = docs/Classes/IGListStackedSectionController.html; sourceTree = "<group>"; };
40CB39E715FBCDAA142E6513E126200A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
41006E0540A00C0AA37FF6E8488171D3 /* IGListMoveIndexPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndexPath.h; sourceTree = "<group>"; };
4226AB171A6B2A3D19639487FDB961B7 /* Pods-IGListKitMessageExample-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-IGListKitMessageExample-acknowledgements.markdown"; sourceTree = "<group>"; };
42D9B0C949975C67157B981125D5A87E /* getting-started.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "getting-started.html"; path = "docs/getting-started.html"; sourceTree = "<group>"; };
4325D4F044E926B1FA04C7627F239E82 /* IGListBindingSectionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListBindingSectionController.h; path = Source/IGListBindingSectionController.h; sourceTree = "<group>"; };
441D39CA85B2D166D8B80F8A56F7C8BA /* IGListAdapterUpdaterDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAdapterUpdaterDelegate.h; path = Source/IGListAdapterUpdaterDelegate.h; sourceTree = "<group>"; };
44C8F823D204055646A63EE044B5656D /* IGListKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListKit-dummy.m"; sourceTree = "<group>"; };
467AFE05CB3A1F8DA52EB49487AC6AD7 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/img/carat.png; sourceTree = "<group>"; };
46EA5FAFA4C1C031D2CBEECD2A50FE34 /* IGListDisplayHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListDisplayHandler.m; sourceTree = "<group>"; };
490E2370BB09C802D69D5E62060F5CB9 /* IGListSingleSectionControllerDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSingleSectionControllerDelegate.html; path = docs/Protocols/IGListSingleSectionControllerDelegate.html; sourceTree = "<group>"; };
4A012974BA15CE66B6582B2C7FD68665 /* IGListCollectionViewLayout.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionViewLayout.mm; path = Source/IGListCollectionViewLayout.mm; sourceTree = "<group>"; };
4B35F8F140F5687C2CBB2B18E492F0CC /* IGListExperiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListExperiments.h; sourceTree = "<group>"; };
4E95D758C8E7D7F9D1B5C6AC9AEF00F4 /* IGListAdapterMoveDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterMoveDelegate.html; path = docs/Protocols/IGListAdapterMoveDelegate.html; sourceTree = "<group>"; };
4FDB300A5525F994AC561F71C5D828D8 /* UICollectionView+IGListBatchUpdateData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UICollectionView+IGListBatchUpdateData.h"; sourceTree = "<group>"; };
5019AEFA6A4686D98190A81B26242344 /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/js/jquery.min.js; sourceTree = "<group>"; };
50331FD388EB8F1FE1E20A4BB4E1220D /* IGListBindingSectionControllerDataSource.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindingSectionControllerDataSource.html; path = docs/Protocols/IGListBindingSectionControllerDataSource.html; sourceTree = "<group>"; };
523654D67C41985094E1A2FF2FF8566C /* Pods-IGListKitMessageExample-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-IGListKitMessageExample-dummy.m"; sourceTree = "<group>"; };
52DB07457D8D45C52857436B70A7BD64 /* Pods-IGListKitTodayExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitTodayExample.release.xcconfig"; sourceTree = "<group>"; };
55C4C0A2D93C9CF65908D7E7EC1D339A /* IGListAdapterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListAdapterProxy.m; sourceTree = "<group>"; };
560C673AF5C711F3689CEE41244B364D /* Type Definitions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "Type Definitions.html"; path = "docs/Type Definitions.html"; sourceTree = "<group>"; };
5648C76FD3F37647CA0368C4CB65FE49 /* IGListKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IGListKit.xcconfig; sourceTree = "<group>"; };
5653B6F57FD69B70F0280EE456DE9B71 /* UICollectionViewLayout+InteractiveReordering.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UICollectionViewLayout+InteractiveReordering.h"; sourceTree = "<group>"; };
5973AAAEACF20A24793A9E8BE1E38769 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = "<group>"; };
59B5055F68D6BDDACA5AFA9312F8D462 /* IGListSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSectionController.html; path = docs/Classes/IGListSectionController.html; sourceTree = "<group>"; };
59C22462AD117D30DE0A755213954765 /* iglistdiffable-and-equality.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "iglistdiffable-and-equality.html"; path = "docs/iglistdiffable-and-equality.html"; sourceTree = "<group>"; };
59FCB1109ABBB22F5B4AFCB3A09E8820 /* Pods-IGListKitMessageExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitMessageExample.release.xcconfig"; sourceTree = "<group>"; };
5A8AF835DC4362F43842DA5E46471231 /* UIScrollView+IGListKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+IGListKit.m"; sourceTree = "<group>"; };
5B2A9D84CA0388C9B26C3475B05ADCD2 /* Pods-IGListKitTodayExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitTodayExample.debug.xcconfig"; sourceTree = "<group>"; };
5B90C679A42A6521974D50D15EE81A6E /* IGListGenericSectionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListGenericSectionController.m; path = Source/IGListGenericSectionController.m; sourceTree = "<group>"; };
5BE925F92B712604FCE780CA91550C5B /* IGListSectionMap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListSectionMap.m; sourceTree = "<group>"; };
5C87C061377DD9791EBC94A0E43BE899 /* Pods-IGListKitMessageExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitMessageExample.debug.xcconfig"; sourceTree = "<group>"; };
5DB15E81008571D85246D9DD43A9C176 /* IGListAdapterMoveDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAdapterMoveDelegate.h; path = Source/IGListAdapterMoveDelegate.h; sourceTree = "<group>"; };
5E0846871994F31B9C0A2775DCFF4C86 /* IGListKit.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = IGListKit.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
614A557F6569A1145F876B51D590AE61 /* IGListGenericSectionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListGenericSectionController.h; path = Source/IGListGenericSectionController.h; sourceTree = "<group>"; };
62486C1A8C8ABBE1D22AEACA3CE0E675 /* IGListMoveIndexPathInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndexPathInternal.h; sourceTree = "<group>"; };
6301C379D70453401D6568EA54FC2CEF /* IGListBatchUpdateData.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBatchUpdateData.html; path = docs/Classes/IGListBatchUpdateData.html; sourceTree = "<group>"; };
64B5714ED21DE4FCCAE13B42FE88EAB4 /* migration.html */ = {isa = PBXFileReference; includeInIndex = 1; name = migration.html; path = docs/migration.html; sourceTree = "<group>"; };
64BC4005A78CE1E91774D507CACD1564 /* UICollectionView+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UICollectionView+DebugDescription.m"; sourceTree = "<group>"; };
6643BED0640FDC23F264B6E30762B99F /* IGListBindingSectionController+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListBindingSectionController+DebugDescription.m"; sourceTree = "<group>"; };
66749052BF9812D222F45DA1D65C0AC2 /* IGListDiff.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = IGListDiff.mm; sourceTree = "<group>"; };
68037F304CD34327A2ABDB9CBE2FD6A8 /* IGListKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IGListKit.framework; path = IGListKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6B7B482F0D9FC2FBD5EB6A16F9E67C6F /* IGListSectionMap+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListSectionMap+DebugDescription.m"; sourceTree = "<group>"; };
6E5527C92FCC72200F4FEC95EAA18AD3 /* IGListCollectionContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListCollectionContext.h; path = Source/IGListCollectionContext.h; sourceTree = "<group>"; };
6E593D64A5E553F6D8C4C9072A7F02C9 /* IGListSingleSectionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListSingleSectionController.m; path = Source/IGListSingleSectionController.m; sourceTree = "<group>"; };
701851857ED864923D686B19C1F130ED /* IGListDisplayDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListDisplayDelegate.h; path = Source/IGListDisplayDelegate.h; sourceTree = "<group>"; };
726E9F22C7F35CCABBA5C3DC0F464425 /* IGListAdapterUpdateType.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdateType.html; path = docs/Enums/IGListAdapterUpdateType.html; sourceTree = "<group>"; };
72813F0A42ABCB57CC7FDDD48D6525CB /* IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListDiffable.h; sourceTree = "<group>"; };
741DB68552400F56D67F824600BEEF64 /* Pods-IGListKitExamples-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-IGListKitExamples-acknowledgements.markdown"; sourceTree = "<group>"; };
744A5E861F2D9316E0458C3F0408C123 /* IGListKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListKit-umbrella.h"; sourceTree = "<group>"; };
74E9D33F9DEBE578466CF8D08D60D3CB /* IGListTransitionDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListTransitionDelegate.h; path = Source/IGListTransitionDelegate.h; sourceTree = "<group>"; };
75429017957DF51361DBC74F40F2F21A /* IGSystemVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGSystemVersion.h; sourceTree = "<group>"; };
7593379DF002548C7A41CF74A1316543 /* IGListUpdatingDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListUpdatingDelegate.html; path = docs/Protocols/IGListUpdatingDelegate.html; sourceTree = "<group>"; };
76F8DB4CA32E315073C5AF2F5964BDA1 /* IGListDisplayHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListDisplayHandler.h; sourceTree = "<group>"; };
77561C468BC2B1F1F01CD942A77A5895 /* IGListBatchContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListBatchContext.h; path = Source/IGListBatchContext.h; sourceTree = "<group>"; };
78021B5D0B2D31B9A9960D3087C4E08C /* Pods-IGListKitTodayExample-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitTodayExample-Info.plist"; sourceTree = "<group>"; };
7878C27766439441462BD57C3C1E99A7 /* IGListBindable.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindable.html; path = docs/Protocols/IGListBindable.html; sourceTree = "<group>"; };
79F7125229B543AFB0BE793C65A24084 /* Pods-IGListKitTodayExample-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-IGListKitTodayExample-acknowledgements.markdown"; sourceTree = "<group>"; };
7B8B8E6F11BAD6BEC0F22843D754D848 /* Pods-IGListKitMessageExample-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitMessageExample-Info.plist"; sourceTree = "<group>"; };
7B8E527B1425066B71919F9E92AFF926 /* Pods-IGListKitTodayExample-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-IGListKitTodayExample-umbrella.h"; sourceTree = "<group>"; };
7DD6C706C7826AADAC31A84BEEB458FC /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/css/highlight.css; sourceTree = "<group>"; };
7EDF72970B37AA776A8291F8928739C0 /* IGListMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMacros.h; sourceTree = "<group>"; };
7EE4B06CE8B9AD78FC7EA9B08B555F77 /* IGListIndexPathResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexPathResultInternal.h; sourceTree = "<group>"; };
805DC02CD9DFA67ABACEE7D83C1FBC3E /* IGListAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAssert.h; sourceTree = "<group>"; };
80B5F0BFE12986E9CC6F8E23DB5DBAD7 /* NSString+IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSString+IGListDiffable.h"; sourceTree = "<group>"; };
811398241EF7EF12BDAF0E2F2257C18E /* IGListIndexPathResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexPathResult.h; sourceTree = "<group>"; };
81733DEBAC61ED8C226AA787201F4AA6 /* IGListMoveIndexInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndexInternal.h; sourceTree = "<group>"; };
82D9B57140A46A523A476A8C988DA6ED /* IGListScrollDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListScrollDelegate.h; path = Source/IGListScrollDelegate.h; sourceTree = "<group>"; };
83ABB67F6B46E509EDD59E671A84C614 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/img/gh.png; sourceTree = "<group>"; };
84A2CC04EEE310D61FC6E3D34F9C3BD6 /* Pods_IGListKitTodayExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_IGListKitTodayExample.framework; path = "Pods-IGListKitTodayExample.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
854ECCEE735014C5D9C30E8105C10E94 /* IGListAdapter+UICollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListAdapter+UICollectionView.h"; sourceTree = "<group>"; };
876ACA760F9A1500014557081A588CF2 /* IGListBindingSectionController+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListBindingSectionController+DebugDescription.h"; sourceTree = "<group>"; };
878AF2F118E2CCA640970F33A07C73B8 /* IGListDebuggingUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListDebuggingUtilities.h; sourceTree = "<group>"; };
8AA8A1C3856DE7F7B8E4E2E34C682509 /* IGListReloadDataUpdater.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListReloadDataUpdater.h; path = Source/IGListReloadDataUpdater.h; sourceTree = "<group>"; };
8BEEA4D1495834AD797B585E28AB2B43 /* IGListWorkingRangeDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListWorkingRangeDelegate.html; path = docs/Protocols/IGListWorkingRangeDelegate.html; sourceTree = "<group>"; };
8C40D77B01771F4097EE288B1C63C084 /* Pods-IGListKitTodayExample.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-IGListKitTodayExample.modulemap"; sourceTree = "<group>"; };
8E12F60BE657ECDC2B431C6BE8096001 /* IGSystemVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGSystemVersion.m; sourceTree = "<group>"; };
8F9E145973E0C159BF76941D9009E3B4 /* IGListCollectionScrollingTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListCollectionScrollingTraits.h; path = Source/IGListCollectionScrollingTraits.h; sourceTree = "<group>"; };
8FD448F150946AEA5A8F422D15207E40 /* IGListMoveIndexPath.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListMoveIndexPath.html; path = docs/Classes/IGListMoveIndexPath.html; sourceTree = "<group>"; };
91769718316CC21FE82BBDC422AEA87B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = "<group>"; };
951BA6529143AFD5DF9813FE4E535C3B /* Pods-IGListKitExamples-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitExamples-acknowledgements.plist"; sourceTree = "<group>"; };
96C35CD69BD0F69865F1E4DDE236074A /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/css/jazzy.css; sourceTree = "<group>"; };
9752CAC78ECDDAD7EBC30468E07B3675 /* IGListAdapter+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListAdapter+DebugDescription.h"; sourceTree = "<group>"; };
97C2B26F441E28E533217E3C03697616 /* IGListAdapterDataSource.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterDataSource.html; path = docs/Protocols/IGListAdapterDataSource.html; sourceTree = "<group>"; };
98173EEA7D8C33730B1F33BE63C9AA09 /* IGListAdapterDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterDelegate.html; path = docs/Protocols/IGListAdapterDelegate.html; sourceTree = "<group>"; };
993C1BC004AC4BC65B9A3B052E39F9E0 /* IGListAdapter+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListAdapter+DebugDescription.m"; sourceTree = "<group>"; };
9A3C79F564AA50DDB644338C95A6DC5A /* IGListWorkingRangeHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = IGListWorkingRangeHandler.mm; sourceTree = "<group>"; };
9B119D3CD073B6AA1D33D5C80E926EC8 /* IGListAdapterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapterProxy.h; sourceTree = "<group>"; };
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
9E3327FB501A44D2B9DF8AA2FBDFF7F6 /* UICollectionView+IGListBatchUpdateData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UICollectionView+IGListBatchUpdateData.m"; sourceTree = "<group>"; };
A1F08F237941A456565584EC6342BD28 /* IGListReloadIndexPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListReloadIndexPath.m; sourceTree = "<group>"; };
A1FC80B7115766B99265EF7C3D5C33A8 /* Pods-IGListKitExamples.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitExamples.release.xcconfig"; sourceTree = "<group>"; };
A2B2882030226183EA50205324149F52 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/index.html; sourceTree = "<group>"; };
A313396A1949030A4D6F748F4BF86A9A /* IGListCollectionContext.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionContext.html; path = docs/Protocols/IGListCollectionContext.html; sourceTree = "<group>"; };
A33E8B1DA72B5B88794B3F3F1DCF7328 /* IGListCollectionViewLayoutInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListCollectionViewLayoutInternal.h; sourceTree = "<group>"; };
A6795F66FBAB470CE23EDA7241825D05 /* UIScrollView+IGListKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+IGListKit.h"; sourceTree = "<group>"; };
A7EDF4CB9612A8A0FE0972862063E753 /* Constants.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Constants.html; path = docs/Constants.html; sourceTree = "<group>"; };
A9A2515017382C1E17D3F0226CE017BB /* modeling-and-binding.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "modeling-and-binding.html"; path = "docs/modeling-and-binding.html"; sourceTree = "<group>"; };
AA5B59B126584D9FBFB4B2225A442960 /* installation.html */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.html; path = docs/installation.html; sourceTree = "<group>"; };
AE45701181220FC066F21669CDC35EED /* IGListSingleSectionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListSingleSectionController.h; path = Source/IGListSingleSectionController.h; sourceTree = "<group>"; };
B15BD5FCD0BE86A85B7522C2F3F9201A /* badge.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = badge.svg; path = docs/badge.svg; sourceTree = "<group>"; };
B251F53F7135E93A7A3FE4ACDE0E6E6C /* IGListBatchUpdates.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListBatchUpdates.h; sourceTree = "<group>"; };
B2C630024D74FDC76E0009BFD6FDF427 /* IGListSupplementaryViewSource.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSupplementaryViewSource.html; path = docs/Protocols/IGListSupplementaryViewSource.html; sourceTree = "<group>"; };
B2D6949DF6B5D2CC431EDDDF11918FFD /* IGListSectionControllerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListSectionControllerInternal.h; sourceTree = "<group>"; };
B2E92037D172FBA797EC96E20D2F748E /* IGListSectionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListSectionController.h; path = Source/IGListSectionController.h; sourceTree = "<group>"; };
B33C79CC157FEA65CBDDFBB8751AB38C /* IGListBindingSectionControllerSelectionDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListBindingSectionControllerSelectionDelegate.h; path = Source/IGListBindingSectionControllerSelectionDelegate.h; sourceTree = "<group>"; };
B403368AE910AE7650DCDD8E6656F872 /* IGListDiffOption.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDiffOption.html; path = docs/Enums/IGListDiffOption.html; sourceTree = "<group>"; };
B63E0E9A01385088DC950A9958EBDB03 /* IGListIndexSetResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexSetResultInternal.h; sourceTree = "<group>"; };
B79957879200DD8A6E97B1206EC58C0E /* Guides.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Guides.html; path = docs/Guides.html; sourceTree = "<group>"; };
B845FC43DEE845CB174C686B3498240D /* Pods-IGListKitMessageExample-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitMessageExample-acknowledgements.plist"; sourceTree = "<group>"; };
B9E43982239A67489C2488B574521620 /* IGListIndexPathResult.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListIndexPathResult.html; path = docs/Classes/IGListIndexPathResult.html; sourceTree = "<group>"; };
BAD2E8CDCA43740CC5C6A0AA76BFF324 /* IGListWorkingRangeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListWorkingRangeDelegate.h; path = Source/IGListWorkingRangeDelegate.h; sourceTree = "<group>"; };
BBEA5A4553C9BE16813DB47818485E2E /* Pods-IGListKitExamples-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitExamples-Info.plist"; sourceTree = "<group>"; };
BBF89AEC1335E8560EBD7A889AC1BD80 /* vision.html */ = {isa = PBXFileReference; includeInIndex = 1; name = vision.html; path = docs/vision.html; sourceTree = "<group>"; };
BEF2D5AF7527A2EEA2CB61D3B93318E9 /* NSString+IGListDiffable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSString+IGListDiffable.m"; sourceTree = "<group>"; };
BF5745ADA8B8D456D74C9AA282FAFDA1 /* IGListMoveIndex.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListMoveIndex.html; path = docs/Classes/IGListMoveIndex.html; sourceTree = "<group>"; };
BFBAFA87E33B9C739D564E3052DC419E /* Pods-IGListKitExamples.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitExamples.debug.xcconfig"; sourceTree = "<group>"; };
C0E08CEACF3457FD3AE697E20C9C78ED /* IGListAdapterUpdater.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdater.html; path = docs/Classes/IGListAdapterUpdater.html; sourceTree = "<group>"; };
C1676DC9B2B58BB164B5770AE4A1AA3B /* Pods-IGListKitMessageExample.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-IGListKitMessageExample.modulemap"; sourceTree = "<group>"; };
C1ED33F61FEC5AAAF032B8C0F5574ABB /* IGListAdapterUpdater+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListAdapterUpdater+DebugDescription.h"; sourceTree = "<group>"; };
C29A09B219DE2EED9EDF0036A53C3A32 /* Pods_IGListKitExamples.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_IGListKitExamples.framework; path = "Pods-IGListKitExamples.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
C2C98958388A5D10B6A6F8653FC324C8 /* IGListAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListAdapter.m; path = Source/IGListAdapter.m; sourceTree = "<group>"; };
C46720A53A5175FFF5858F9184B0B377 /* IGListBatchUpdateData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListBatchUpdateData.h; sourceTree = "<group>"; };
C52D3728817A5D029C6DB61E4DA9FBD8 /* IGListDiff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListDiff.h; sourceTree = "<group>"; };
C536C62EC1F5CCE91F3BCDF37C9C347E /* IGListCollectionViewDelegateLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListCollectionViewDelegateLayout.h; path = Source/IGListCollectionViewDelegateLayout.h; sourceTree = "<group>"; };
C5F187AC8488CF9E490F2C4200CFA292 /* IGListBatchUpdateState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListBatchUpdateState.h; sourceTree = "<group>"; };
C6E4FC2BCE1CEA686E09FB1DE6AF1D1F /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Enums.html; path = docs/Enums.html; sourceTree = "<group>"; };
C7DD0A25CCB7775738D04DD0553DE010 /* IGListReloadDataUpdater.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListReloadDataUpdater.m; path = Source/IGListReloadDataUpdater.m; sourceTree = "<group>"; };
C807FA89C7533AA66C5F09CA80356D9F /* IGListExperiment.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListExperiment.html; path = docs/Enums/IGListExperiment.html; sourceTree = "<group>"; };
C88734A4CEB37D3DEE450C9DB8633296 /* IGListSupplementaryViewSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListSupplementaryViewSource.h; path = Source/IGListSupplementaryViewSource.h; sourceTree = "<group>"; };
CB1316BC6A395B155E1F497445AC8112 /* IGListCollectionView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionView.html; path = docs/Classes/IGListCollectionView.html; sourceTree = "<group>"; };
CBD7DB84695BF777CC376FE0B4C6E0DC /* IGListAdapterUpdateListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAdapterUpdateListener.h; path = Source/IGListAdapterUpdateListener.h; sourceTree = "<group>"; };
CC11094D70EBA0125ADB725C5814E8BD /* IGListKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListKit-prefix.pch"; sourceTree = "<group>"; };
D0AEC9D3C7F018C772C2994836AD3555 /* IGListIndexPathResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListIndexPathResult.m; sourceTree = "<group>"; };
D0C4A37D30725BCC1CBD2795A7E79BFB /* IGListCollectionViewLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListCollectionViewLayout.h; path = Source/IGListCollectionViewLayout.h; sourceTree = "<group>"; };
D0CA665052C5446A2BB26EE0066DC427 /* IGListAdapterUpdaterInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapterUpdaterInternal.h; sourceTree = "<group>"; };
D16B36F2C78B68C15C9B30BC770265D4 /* IGListDebugger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListDebugger.m; sourceTree = "<group>"; };
D187C0E5DB27F1AE8701ED1644D57506 /* IGListCollectionViewLayoutCompatible.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListCollectionViewLayoutCompatible.h; path = Source/IGListCollectionViewLayoutCompatible.h; sourceTree = "<group>"; };
D3B50C9C20677607D48A07C2E38E5F34 /* IGListDebuggingUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListDebuggingUtilities.m; sourceTree = "<group>"; };
D77D965BFCDDDD13E3099D899B536201 /* Pods-IGListKitTodayExample-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-IGListKitTodayExample-dummy.m"; sourceTree = "<group>"; };
D7A363B477B31B91C9136FCAC2A9FA9B /* Pods-IGListKitExamples-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-IGListKitExamples-umbrella.h"; sourceTree = "<group>"; };
DA952D32E01044CED53295436E89D88B /* IGListCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListCompatibility.h; sourceTree = "<group>"; };
DC61EFBCDE4460EE8D51971199FE4C4A /* IGListBatchUpdates.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListBatchUpdates.m; sourceTree = "<group>"; };
DD11FA4F4D747228292F39CDD7808F85 /* Pods-IGListKitMessageExample-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-IGListKitMessageExample-umbrella.h"; sourceTree = "<group>"; };
DED9369B12236529C64756DDD159A5FB /* Pods-IGListKitExamples-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-IGListKitExamples-dummy.m"; sourceTree = "<group>"; };
DF0888A9BC07FFD5D749A3503B7425C9 /* IGListBindingSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindingSectionController.html; path = docs/Classes/IGListBindingSectionController.html; sourceTree = "<group>"; };
DF0974E1FC25B9A25FFCE4C76A54DCBE /* IGListMoveIndex.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListMoveIndex.m; sourceTree = "<group>"; };
DF0E1BA43692A529F41C26BE0C278EFF /* IGListBindingSectionControllerSelectionDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindingSectionControllerSelectionDelegate.html; path = docs/Protocols/IGListBindingSectionControllerSelectionDelegate.html; sourceTree = "<group>"; };
E12138C62489CFAF670C584626B6A8CF /* IGListAdapterDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAdapterDelegate.h; path = Source/IGListAdapterDelegate.h; sourceTree = "<group>"; };
E50F213F33008C31CFB8F78A5F46D893 /* IGListCollectionViewDelegateLayout.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionViewDelegateLayout.html; path = docs/Protocols/IGListCollectionViewDelegateLayout.html; sourceTree = "<group>"; };
E8AAD1FA644F47540FEE5E2DE2C2C009 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/js/jazzy.js; sourceTree = "<group>"; };
E9C97D5A25B37D88574660E311BBF291 /* IGListKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListKit.h; path = Source/IGListKit.h; sourceTree = "<group>"; };
EAF37BDA9B692B58A75658B98B04D7F2 /* IGListDisplayDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDisplayDelegate.html; path = docs/Protocols/IGListDisplayDelegate.html; sourceTree = "<group>"; };
EBB996C88B4D76F0A2A3F0E0D3F6EA5E /* IGListDiffKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListDiffKit.h; sourceTree = "<group>"; };
ECF2A2B0720AE923C22BED3192888BE0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
EFF7CC987D1C5138F502D14214368771 /* IGListBindingSectionControllerDataSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListBindingSectionControllerDataSource.h; path = Source/IGListBindingSectionControllerDataSource.h; sourceTree = "<group>"; };
F0949488A81E86CFA1CD1B92CE084E42 /* IGListWorkingRangeHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListWorkingRangeHandler.h; sourceTree = "<group>"; };
F20B6A958066540F4B5523C3E48B9F12 /* IGListSectionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListSectionController.m; path = Source/IGListSectionController.m; sourceTree = "<group>"; };
F3739218A19D5E056E29E85AFAB750D8 /* IGListUpdatingDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListUpdatingDelegate.h; path = Source/IGListUpdatingDelegate.h; sourceTree = "<group>"; };
F5EC716FD2106CEA5A413425306D3050 /* IGListMoveIndex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndex.h; sourceTree = "<group>"; };
F6F632BA2C517D3BC6CBF4433D61E094 /* IGListAdapterUpdater.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAdapterUpdater.h; path = Source/IGListAdapterUpdater.h; sourceTree = "<group>"; };
F8148402E66986003F6673D9E412A99C /* IGListBindable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListBindable.h; path = Source/IGListBindable.h; sourceTree = "<group>"; };
F81ADB79D91726B72485F4EB07189680 /* best-practices-and-faq.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "best-practices-and-faq.html"; path = "docs/best-practices-and-faq.html"; sourceTree = "<group>"; };
F9096A156E32C6DDE6F4897C0A69871C /* IGListArrayUtilsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListArrayUtilsInternal.h; sourceTree = "<group>"; };
F9E36173A6C879C3E3E834CBEAB85609 /* Pods-IGListKitTodayExample-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitTodayExample-acknowledgements.plist"; sourceTree = "<group>"; };
FAD9792F950A1182316E1A99C9F72342 /* IGListGenericSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListGenericSectionController.html; path = docs/Classes/IGListGenericSectionController.html; sourceTree = "<group>"; };
FBD424E50E3FDAA66D2D09EACF0E498F /* IGListReloadIndexPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListReloadIndexPath.h; sourceTree = "<group>"; };
FFC642AB792B9AE3319E13ECEBD88B4D /* undocumented.json */ = {isa = PBXFileReference; includeInIndex = 1; name = undocumented.json; path = docs/undocumented.json; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
44EFDA5D0B6E970E7FE325A8C00EB7AE /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D9026A81BC6387ABC7E1898D5E710CBD /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
48D2C75D2A675CE212820364EBF02375 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8A8A09B29217B1320F61CA97102E4ADC /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
9CCC80B479A62EF6CE18DECB00C236D6 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
9DC1744CB33691C06684873DBFFCBBE7 /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
F30BF0A691E2CFCE72F8CA3B4519B95E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F4E4600D6EDFF3B1A79E23ECEA796186 /* Foundation.framework in Frameworks */,
F9F8DAB415C72F2ACE0C77FCF6A891B7 /* UIKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
1129A39009AFD6118B71B7316A7F8084 /* Pod */ = {
isa = PBXGroup;
children = (
B15BD5FCD0BE86A85B7522C2F3F9201A /* badge.svg */,
F81ADB79D91726B72485F4EB07189680 /* best-practices-and-faq.html */,
467AFE05CB3A1F8DA52EB49487AC6AD7 /* carat.png */,
3B9384CB37292879DF0B7EF59807FB68 /* Classes.html */,
A7EDF4CB9612A8A0FE0972862063E753 /* Constants.html */,
0945AF09BF9D60192B8D5FCCFE4979D0 /* dash.png */,
C6E4FC2BCE1CEA686E09FB1DE6AF1D1F /* Enums.html */,
1D7BE3AB5968D829FC7FCA8F26AE9375 /* Functions.html */,
3791CC242750A8F4B0C14A469468BDBF /* generating-your-models.html */,
42D9B0C949975C67157B981125D5A87E /* getting-started.html */,
83ABB67F6B46E509EDD59E671A84C614 /* gh.png */,
B79957879200DD8A6E97B1206EC58C0E /* Guides.html */,
7DD6C706C7826AADAC31A84BEEB458FC /* highlight.css */,
395BB0B42D829322A7AF0C44A9063062 /* IGListAdapter.html */,
97C2B26F441E28E533217E3C03697616 /* IGListAdapterDataSource.html */,
98173EEA7D8C33730B1F33BE63C9AA09 /* IGListAdapterDelegate.html */,
4E95D758C8E7D7F9D1B5C6AC9AEF00F4 /* IGListAdapterMoveDelegate.html */,
24F2376EFBD9C1C408C89E2B094DAA4F /* IGListAdapterUpdateListener.html */,
C0E08CEACF3457FD3AE697E20C9C78ED /* IGListAdapterUpdater.html */,
0A474A78E15DAFA304A953A3FBD6A4C6 /* IGListAdapterUpdaterDelegate.html */,
726E9F22C7F35CCABBA5C3DC0F464425 /* IGListAdapterUpdateType.html */,
26F52B05C2E7ABB97E721E8B32631396 /* IGListBatchContext.html */,
6301C379D70453401D6568EA54FC2CEF /* IGListBatchUpdateData.html */,
7878C27766439441462BD57C3C1E99A7 /* IGListBindable.html */,
DF0888A9BC07FFD5D749A3503B7425C9 /* IGListBindingSectionController.html */,
50331FD388EB8F1FE1E20A4BB4E1220D /* IGListBindingSectionControllerDataSource.html */,
DF0E1BA43692A529F41C26BE0C278EFF /* IGListBindingSectionControllerSelectionDelegate.html */,
A313396A1949030A4D6F748F4BF86A9A /* IGListCollectionContext.html */,
CB1316BC6A395B155E1F497445AC8112 /* IGListCollectionView.html */,
E50F213F33008C31CFB8F78A5F46D893 /* IGListCollectionViewDelegateLayout.html */,
2911EA29C22A6FAF5526EB699584F3D2 /* IGListCollectionViewLayout.html */,
009674E801ED42DA88E2A7E17B464694 /* IGListDiffable.html */,
59C22462AD117D30DE0A755213954765 /* iglistdiffable-and-equality.html */,
B403368AE910AE7650DCDD8E6656F872 /* IGListDiffOption.html */,
EAF37BDA9B692B58A75658B98B04D7F2 /* IGListDisplayDelegate.html */,
C807FA89C7533AA66C5F09CA80356D9F /* IGListExperiment.html */,
FAD9792F950A1182316E1A99C9F72342 /* IGListGenericSectionController.html */,
B9E43982239A67489C2488B574521620 /* IGListIndexPathResult.html */,
3F417F895C267FC58F619284C73E15D4 /* IGListIndexSetResult.html */,
5E0846871994F31B9C0A2775DCFF4C86 /* IGListKit.podspec */,
BF5745ADA8B8D456D74C9AA282FAFDA1 /* IGListMoveIndex.html */,
8FD448F150946AEA5A8F422D15207E40 /* IGListMoveIndexPath.html */,
3302914E2CA9E19D6778CB6C051C1A49 /* IGListScrollDelegate.html */,
59B5055F68D6BDDACA5AFA9312F8D462 /* IGListSectionController.html */,
34B6D9A34471548301BDB3993FA9528F /* IGListSingleSectionController.html */,
490E2370BB09C802D69D5E62060F5CB9 /* IGListSingleSectionControllerDelegate.html */,
409B74D2D8B125E57D47D5BAFF83AEE2 /* IGListStackedSectionController.html */,
B2C630024D74FDC76E0009BFD6FDF427 /* IGListSupplementaryViewSource.html */,
089FF2A854F52C96BCC1D01A9442C11E /* IGListTransitionDelegate.html */,
7593379DF002548C7A41CF74A1316543 /* IGListUpdatingDelegate.html */,
8BEEA4D1495834AD797B585E28AB2B43 /* IGListWorkingRangeDelegate.html */,
A2B2882030226183EA50205324149F52 /* index.html */,
AA5B59B126584D9FBFB4B2225A442960 /* installation.html */,
96C35CD69BD0F69865F1E4DDE236074A /* jazzy.css */,
E8AAD1FA644F47540FEE5E2DE2C2C009 /* jazzy.js */,
5019AEFA6A4686D98190A81B26242344 /* jquery.min.js */,
5973AAAEACF20A24793A9E8BE1E38769 /* LICENSE.md */,
64B5714ED21DE4FCCAE13B42FE88EAB4 /* migration.html */,
A9A2515017382C1E17D3F0226CE017BB /* modeling-and-binding.html */,
16168A6EEF34A8A1EAD3D0C6500C94D5 /* Protocols.html */,
91769718316CC21FE82BBDC422AEA87B /* README.md */,
351B73556627AFF478B894B1B0B8334E /* search.json */,
560C673AF5C711F3689CEE41244B364D /* Type Definitions.html */,
FFC642AB792B9AE3319E13ECEBD88B4D /* undocumented.json */,
BBF89AEC1335E8560EBD7A889AC1BD80 /* vision.html */,
3F1B2DF23B5B4F797C037C61F75F104D /* working-with-core-data.html */,
1CB7C84EEF54FEE734C2BBAAAC2A6ADB /* working-with-uicollectionview.html */,
);
name = Pod;
sourceTree = "<group>";
};
1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */ = {
isa = PBXGroup;
children = (
E169A450ED27AC725DF52953F66D11E0 /* iOS */,
);
name = Frameworks;
sourceTree = "<group>";
};
1F300D2DFC5F58B692236A15AB923410 /* Pods-IGListKitExamples */ = {
isa = PBXGroup;
children = (
02595E813596A994ADE9011797E4BE80 /* Pods-IGListKitExamples.modulemap */,
741DB68552400F56D67F824600BEEF64 /* Pods-IGListKitExamples-acknowledgements.markdown */,
951BA6529143AFD5DF9813FE4E535C3B /* Pods-IGListKitExamples-acknowledgements.plist */,
DED9369B12236529C64756DDD159A5FB /* Pods-IGListKitExamples-dummy.m */,
2A65C6B86C5BF9E79A93925EDC0E9C70 /* Pods-IGListKitExamples-frameworks.sh */,
BBEA5A4553C9BE16813DB47818485E2E /* Pods-IGListKitExamples-Info.plist */,
D7A363B477B31B91C9136FCAC2A9FA9B /* Pods-IGListKitExamples-umbrella.h */,
BFBAFA87E33B9C739D564E3052DC419E /* Pods-IGListKitExamples.debug.xcconfig */,
A1FC80B7115766B99265EF7C3D5C33A8 /* Pods-IGListKitExamples.release.xcconfig */,
);
name = "Pods-IGListKitExamples";
path = "Target Support Files/Pods-IGListKitExamples";
sourceTree = "<group>";
};
205EFBAD19016B9F5C005000B341EB97 /* Products */ = {
isa = PBXGroup;
children = (
68037F304CD34327A2ABDB9CBE2FD6A8 /* IGListKit.framework */,
C29A09B219DE2EED9EDF0036A53C3A32 /* Pods_IGListKitExamples.framework */,
0B56345FD25C104EF7A417A3CBFB156D /* Pods_IGListKitMessageExample.framework */,
84A2CC04EEE310D61FC6E3D34F9C3BD6 /* Pods_IGListKitTodayExample.framework */,
);
name = Products;
sourceTree = "<group>";
};
245A38633B0C6DEC617F2A68BD8FF6EC /* Internal */ = {
isa = PBXGroup;
children = (
F9096A156E32C6DDE6F4897C0A69871C /* IGListArrayUtilsInternal.h */,
7EE4B06CE8B9AD78FC7EA9B08B555F77 /* IGListIndexPathResultInternal.h */,
B63E0E9A01385088DC950A9958EBDB03 /* IGListIndexSetResultInternal.h */,
81733DEBAC61ED8C226AA787201F4AA6 /* IGListMoveIndexInternal.h */,
62486C1A8C8ABBE1D22AEACA3CE0E675 /* IGListMoveIndexPathInternal.h */,
);
name = Internal;
path = Internal;
sourceTree = "<group>";
};
2645FE348EFE1212BBF8271E985E2100 /* Targets Support Files */ = {
isa = PBXGroup;
children = (
1F300D2DFC5F58B692236A15AB923410 /* Pods-IGListKitExamples */,
2CD3C4D88082896E853BEAA38C425C73 /* Pods-IGListKitMessageExample */,
F4759B0B30DB1EF4A3ACEAD8236BFB8E /* Pods-IGListKitTodayExample */,
);
name = "Targets Support Files";
sourceTree = "<group>";
};
2CD3C4D88082896E853BEAA38C425C73 /* Pods-IGListKitMessageExample */ = {
isa = PBXGroup;
children = (
C1676DC9B2B58BB164B5770AE4A1AA3B /* Pods-IGListKitMessageExample.modulemap */,
4226AB171A6B2A3D19639487FDB961B7 /* Pods-IGListKitMessageExample-acknowledgements.markdown */,
B845FC43DEE845CB174C686B3498240D /* Pods-IGListKitMessageExample-acknowledgements.plist */,
523654D67C41985094E1A2FF2FF8566C /* Pods-IGListKitMessageExample-dummy.m */,
7B8B8E6F11BAD6BEC0F22843D754D848 /* Pods-IGListKitMessageExample-Info.plist */,
DD11FA4F4D747228292F39CDD7808F85 /* Pods-IGListKitMessageExample-umbrella.h */,
5C87C061377DD9791EBC94A0E43BE899 /* Pods-IGListKitMessageExample.debug.xcconfig */,
59FCB1109ABBB22F5B4AFCB3A09E8820 /* Pods-IGListKitMessageExample.release.xcconfig */,
);
name = "Pods-IGListKitMessageExample";
path = "Target Support Files/Pods-IGListKitMessageExample";
sourceTree = "<group>";
};
484E5E7655E8DB135B4A210F60637686 /* Support Files */ = {
isa = PBXGroup;
children = (
18F5774A460120CA1A7E6AA8686F56B7 /* IGListKit.modulemap */,
5648C76FD3F37647CA0368C4CB65FE49 /* IGListKit.xcconfig */,
44C8F823D204055646A63EE044B5656D /* IGListKit-dummy.m */,
15D914ED60DBD308D0AC8BD035FA2247 /* IGListKit-Info.plist */,
CC11094D70EBA0125ADB725C5814E8BD /* IGListKit-prefix.pch */,
744A5E861F2D9316E0458C3F0408C123 /* IGListKit-umbrella.h */,
);
name = "Support Files";
path = "Examples/Examples-iOS/Pods/Target Support Files/IGListKit";
sourceTree = "<group>";
};
687E31D44AF41B23BE69084C193D6B18 /* Development Pods */ = {
isa = PBXGroup;
children = (
B9028097ECF302993876C64AE4E1A3B0 /* IGListKit */,
);
name = "Development Pods";
sourceTree = "<group>";
};
7D0CFB62F18FEDE87E0B6FFC82539077 /* Default */ = {
isa = PBXGroup;
children = (
2D17F1144C7FADAC5C843161AE4563B3 /* IGListAdapter.h */,
C2C98958388A5D10B6A6F8653FC324C8 /* IGListAdapter.m */,
01D64D6A05BB4F6E57D4315BD8B500FE /* IGListAdapterDataSource.h */,
E12138C62489CFAF670C584626B6A8CF /* IGListAdapterDelegate.h */,
5DB15E81008571D85246D9DD43A9C176 /* IGListAdapterMoveDelegate.h */,
1C406DC1E4D3C6B18F012C04608B8DBE /* IGListAdapterPerformanceDelegate.h */,
CBD7DB84695BF777CC376FE0B4C6E0DC /* IGListAdapterUpdateListener.h */,
F6F632BA2C517D3BC6CBF4433D61E094 /* IGListAdapterUpdater.h */,
1017DFA89762EF68154C9E85645E54D3 /* IGListAdapterUpdater.m */,
441D39CA85B2D166D8B80F8A56F7C8BA /* IGListAdapterUpdaterDelegate.h */,
77561C468BC2B1F1F01CD942A77A5895 /* IGListBatchContext.h */,
F8148402E66986003F6673D9E412A99C /* IGListBindable.h */,
4325D4F044E926B1FA04C7627F239E82 /* IGListBindingSectionController.h */,
0B90E49E53717C10ACE475A6F47E6C19 /* IGListBindingSectionController.m */,
EFF7CC987D1C5138F502D14214368771 /* IGListBindingSectionControllerDataSource.h */,
B33C79CC157FEA65CBDDFBB8751AB38C /* IGListBindingSectionControllerSelectionDelegate.h */,
6E5527C92FCC72200F4FEC95EAA18AD3 /* IGListCollectionContext.h */,
8F9E145973E0C159BF76941D9009E3B4 /* IGListCollectionScrollingTraits.h */,
2211947B53C9C1733D2FA851AC8CD9B2 /* IGListCollectionView.h */,
2776F2557F1B9AB75979FF8A420E484B /* IGListCollectionView.m */,
C536C62EC1F5CCE91F3BCDF37C9C347E /* IGListCollectionViewDelegateLayout.h */,
D0C4A37D30725BCC1CBD2795A7E79BFB /* IGListCollectionViewLayout.h */,
4A012974BA15CE66B6582B2C7FD68665 /* IGListCollectionViewLayout.mm */,
D187C0E5DB27F1AE8701ED1644D57506 /* IGListCollectionViewLayoutCompatible.h */,
701851857ED864923D686B19C1F130ED /* IGListDisplayDelegate.h */,
614A557F6569A1145F876B51D590AE61 /* IGListGenericSectionController.h */,
5B90C679A42A6521974D50D15EE81A6E /* IGListGenericSectionController.m */,
E9C97D5A25B37D88574660E311BBF291 /* IGListKit.h */,
8AA8A1C3856DE7F7B8E4E2E34C682509 /* IGListReloadDataUpdater.h */,
C7DD0A25CCB7775738D04DD0553DE010 /* IGListReloadDataUpdater.m */,
82D9B57140A46A523A476A8C988DA6ED /* IGListScrollDelegate.h */,
B2E92037D172FBA797EC96E20D2F748E /* IGListSectionController.h */,
F20B6A958066540F4B5523C3E48B9F12 /* IGListSectionController.m */,
AE45701181220FC066F21669CDC35EED /* IGListSingleSectionController.h */,
6E593D64A5E553F6D8C4C9072A7F02C9 /* IGListSingleSectionController.m */,
C88734A4CEB37D3DEE450C9DB8633296 /* IGListSupplementaryViewSource.h */,
74E9D33F9DEBE578466CF8D08D60D3CB /* IGListTransitionDelegate.h */,
F3739218A19D5E056E29E85AFAB750D8 /* IGListUpdatingDelegate.h */,
BAD2E8CDCA43740CC5C6A0AA76BFF324 /* IGListWorkingRangeDelegate.h */,
B6360EA4F4150606624608F1DC7481A3 /* Common */,
D3668C8417C50DC931C99962B6D47613 /* Internal */,
);
name = Default;
sourceTree = "<group>";
};
B6360EA4F4150606624608F1DC7481A3 /* Common */ = {
isa = PBXGroup;
children = (
805DC02CD9DFA67ABACEE7D83C1FBC3E /* IGListAssert.h */,
C46720A53A5175FFF5858F9184B0B377 /* IGListBatchUpdateData.h */,
0A0E48D597836337EF70C29E49E57634 /* IGListBatchUpdateData.mm */,
DA952D32E01044CED53295436E89D88B /* IGListCompatibility.h */,
C52D3728817A5D029C6DB61E4DA9FBD8 /* IGListDiff.h */,
66749052BF9812D222F45DA1D65C0AC2 /* IGListDiff.mm */,
72813F0A42ABCB57CC7FDDD48D6525CB /* IGListDiffable.h */,
EBB996C88B4D76F0A2A3F0E0D3F6EA5E /* IGListDiffKit.h */,
4B35F8F140F5687C2CBB2B18E492F0CC /* IGListExperiments.h */,
811398241EF7EF12BDAF0E2F2257C18E /* IGListIndexPathResult.h */,
D0AEC9D3C7F018C772C2994836AD3555 /* IGListIndexPathResult.m */,
2F2A4059963DF52C6EC18223E51B96C4 /* IGListIndexSetResult.h */,
10E2B7E0666B218A43B24AB03E869FE4 /* IGListIndexSetResult.m */,
7EDF72970B37AA776A8291F8928739C0 /* IGListMacros.h */,
F5EC716FD2106CEA5A413425306D3050 /* IGListMoveIndex.h */,
DF0974E1FC25B9A25FFCE4C76A54DCBE /* IGListMoveIndex.m */,
41006E0540A00C0AA37FF6E8488171D3 /* IGListMoveIndexPath.h */,
3ED072E8B6EF370BD02525AC0C66DF5D /* IGListMoveIndexPath.m */,
3365241B64D1A5B0CC65B5942328C88D /* NSNumber+IGListDiffable.h */,
22B2104FE3B310C2ACC9EA50D39DABA7 /* NSNumber+IGListDiffable.m */,
80B5F0BFE12986E9CC6F8E23DB5DBAD7 /* NSString+IGListDiffable.h */,
BEF2D5AF7527A2EEA2CB61D3B93318E9 /* NSString+IGListDiffable.m */,
245A38633B0C6DEC617F2A68BD8FF6EC /* Internal */,
);
name = Common;
path = Source/Common;
sourceTree = "<group>";
};
B9028097ECF302993876C64AE4E1A3B0 /* IGListKit */ = {
isa = PBXGroup;
children = (
7D0CFB62F18FEDE87E0B6FFC82539077 /* Default */,
BEACB3D08264CAA4EC57D213D4C570F0 /* Diffing */,
1129A39009AFD6118B71B7316A7F8084 /* Pod */,
484E5E7655E8DB135B4A210F60637686 /* Support Files */,
);
name = IGListKit;
path = ../../..;
sourceTree = "<group>";
};
BEACB3D08264CAA4EC57D213D4C570F0 /* Diffing */ = {
isa = PBXGroup;
children = (
);
name = Diffing;
sourceTree = "<group>";
};
CF1408CF629C7361332E53B88F7BD30C = {
isa = PBXGroup;
children = (
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */,
687E31D44AF41B23BE69084C193D6B18 /* Development Pods */,
1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */,
205EFBAD19016B9F5C005000B341EB97 /* Products */,
2645FE348EFE1212BBF8271E985E2100 /* Targets Support Files */,
);
sourceTree = "<group>";
};
D3668C8417C50DC931C99962B6D47613 /* Internal */ = {
isa = PBXGroup;
children = (
9752CAC78ECDDAD7EBC30468E07B3675 /* IGListAdapter+DebugDescription.h */,
993C1BC004AC4BC65B9A3B052E39F9E0 /* IGListAdapter+DebugDescription.m */,
854ECCEE735014C5D9C30E8105C10E94 /* IGListAdapter+UICollectionView.h */,
0706B22AA2831FE881AF3A3089E9CF8B /* IGListAdapter+UICollectionView.m */,
0C118026309C2B39D3DD29B7649911E7 /* IGListAdapterInternal.h */,
9B119D3CD073B6AA1D33D5C80E926EC8 /* IGListAdapterProxy.h */,
55C4C0A2D93C9CF65908D7E7EC1D339A /* IGListAdapterProxy.m */,
C1ED33F61FEC5AAAF032B8C0F5574ABB /* IGListAdapterUpdater+DebugDescription.h */,
3FC2F856D00467B0D1788FFE6149787B /* IGListAdapterUpdater+DebugDescription.m */,
D0CA665052C5446A2BB26EE0066DC427 /* IGListAdapterUpdaterInternal.h */,
3F2A430DE0506907558C17D55F9C4708 /* IGListBatchUpdateData+DebugDescription.h */,
2D10370D2A7ACBA4B732EE229BF52FA1 /* IGListBatchUpdateData+DebugDescription.m */,
B251F53F7135E93A7A3FE4ACDE0E6E6C /* IGListBatchUpdates.h */,
DC61EFBCDE4460EE8D51971199FE4C4A /* IGListBatchUpdates.m */,
C5F187AC8488CF9E490F2C4200CFA292 /* IGListBatchUpdateState.h */,
876ACA760F9A1500014557081A588CF2 /* IGListBindingSectionController+DebugDescription.h */,
6643BED0640FDC23F264B6E30762B99F /* IGListBindingSectionController+DebugDescription.m */,
A33E8B1DA72B5B88794B3F3F1DCF7328 /* IGListCollectionViewLayoutInternal.h */,
298BE78BD8B2ED70E3A67B1508ED63B3 /* IGListDebugger.h */,
D16B36F2C78B68C15C9B30BC770265D4 /* IGListDebugger.m */,
878AF2F118E2CCA640970F33A07C73B8 /* IGListDebuggingUtilities.h */,
D3B50C9C20677607D48A07C2E38E5F34 /* IGListDebuggingUtilities.m */,
76F8DB4CA32E315073C5AF2F5964BDA1 /* IGListDisplayHandler.h */,
46EA5FAFA4C1C031D2CBEECD2A50FE34 /* IGListDisplayHandler.m */,
FBD424E50E3FDAA66D2D09EACF0E498F /* IGListReloadIndexPath.h */,
A1F08F237941A456565584EC6342BD28 /* IGListReloadIndexPath.m */,
B2D6949DF6B5D2CC431EDDDF11918FFD /* IGListSectionControllerInternal.h */,
1430048F0DC6C8CB7000F61F3AB84DE1 /* IGListSectionMap.h */,
5BE925F92B712604FCE780CA91550C5B /* IGListSectionMap.m */,
3E124A5D40B16D8B177697C053F6CC2B /* IGListSectionMap+DebugDescription.h */,
6B7B482F0D9FC2FBD5EB6A16F9E67C6F /* IGListSectionMap+DebugDescription.m */,
F0949488A81E86CFA1CD1B92CE084E42 /* IGListWorkingRangeHandler.h */,
9A3C79F564AA50DDB644338C95A6DC5A /* IGListWorkingRangeHandler.mm */,
75429017957DF51361DBC74F40F2F21A /* IGSystemVersion.h */,
8E12F60BE657ECDC2B431C6BE8096001 /* IGSystemVersion.m */,
21DD4062A25AF8B16D5602BE3B603577 /* UICollectionView+DebugDescription.h */,
64BC4005A78CE1E91774D507CACD1564 /* UICollectionView+DebugDescription.m */,
4FDB300A5525F994AC561F71C5D828D8 /* UICollectionView+IGListBatchUpdateData.h */,
9E3327FB501A44D2B9DF8AA2FBDFF7F6 /* UICollectionView+IGListBatchUpdateData.m */,
5653B6F57FD69B70F0280EE456DE9B71 /* UICollectionViewLayout+InteractiveReordering.h */,
28CDC9AC99FB2C69EE4B400136D05E45 /* UICollectionViewLayout+InteractiveReordering.m */,
A6795F66FBAB470CE23EDA7241825D05 /* UIScrollView+IGListKit.h */,
5A8AF835DC4362F43842DA5E46471231 /* UIScrollView+IGListKit.m */,
);
name = Internal;
path = Source/Internal;
sourceTree = "<group>";
};
E169A450ED27AC725DF52953F66D11E0 /* iOS */ = {
isa = PBXGroup;
children = (
40CB39E715FBCDAA142E6513E126200A /* Foundation.framework */,
ECF2A2B0720AE923C22BED3192888BE0 /* UIKit.framework */,
);
name = iOS;
sourceTree = "<group>";
};
F4759B0B30DB1EF4A3ACEAD8236BFB8E /* Pods-IGListKitTodayExample */ = {
isa = PBXGroup;
children = (
8C40D77B01771F4097EE288B1C63C084 /* Pods-IGListKitTodayExample.modulemap */,
79F7125229B543AFB0BE793C65A24084 /* Pods-IGListKitTodayExample-acknowledgements.markdown */,
F9E36173A6C879C3E3E834CBEAB85609 /* Pods-IGListKitTodayExample-acknowledgements.plist */,
D77D965BFCDDDD13E3099D899B536201 /* Pods-IGListKitTodayExample-dummy.m */,
78021B5D0B2D31B9A9960D3087C4E08C /* Pods-IGListKitTodayExample-Info.plist */,
7B8E527B1425066B71919F9E92AFF926 /* Pods-IGListKitTodayExample-umbrella.h */,
5B2A9D84CA0388C9B26C3475B05ADCD2 /* Pods-IGListKitTodayExample.debug.xcconfig */,
52DB07457D8D45C52857436B70A7BD64 /* Pods-IGListKitTodayExample.release.xcconfig */,
);
name = "Pods-IGListKitTodayExample";
path = "Target Support Files/Pods-IGListKitTodayExample";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
79D111E9C4E749D733B9F6253B7D48C1 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
921B146558C8ABF2838644BE0995FE9D /* IGListAdapter+DebugDescription.h in Headers */,
1282117007BC677B95A4CF52D2257565 /* IGListAdapter+UICollectionView.h in Headers */,
91B9729085E3DFFF6A2493C75D946344 /* IGListAdapter.h in Headers */,
543E895A12B5E4989593120AC9272064 /* IGListAdapterDataSource.h in Headers */,
FD8AD5D12D11003C2A062BE079937D79 /* IGListAdapterDelegate.h in Headers */,
ECDC0BB3D3F98877AF8562A597899A35 /* IGListAdapterInternal.h in Headers */,
B5FBE3FD9252B5AB8A13AE29BA9F7735 /* IGListAdapterMoveDelegate.h in Headers */,
EC480E1CF76B2A831A24F0B9EA07DA85 /* IGListAdapterPerformanceDelegate.h in Headers */,
39E96236BA4786C17E251772B00FC9D5 /* IGListAdapterProxy.h in Headers */,
FCE38CF740B20F9C36A8F74665226E45 /* IGListAdapterUpdateListener.h in Headers */,
F20FD96E6EBAF2BCE079A1B391EB6605 /* IGListAdapterUpdater+DebugDescription.h in Headers */,
72CCC85E803626A6E85AE3249A918510 /* IGListAdapterUpdater.h in Headers */,
9B6A75415BEF5385B5C3D382B1763A0B /* IGListAdapterUpdaterDelegate.h in Headers */,
050CB37AEE76ECE3542C348937096F72 /* IGListAdapterUpdaterInternal.h in Headers */,
F1344FCB2E4119A707F82DCF02B1AAFF /* IGListArrayUtilsInternal.h in Headers */,
F2568F0CB73D4BDCA314C8125D36F364 /* IGListAssert.h in Headers */,
DFBAE4FD38CA5B58A0C156DED6D1C701 /* IGListBatchContext.h in Headers */,
F80F75C42FD5B327999F711986A2851F /* IGListBatchUpdateData+DebugDescription.h in Headers */,
407343653DCC836D08B1A2FB99194E07 /* IGListBatchUpdateData.h in Headers */,
5C1B34C156605E407A0F6DE20FD9AE9E /* IGListBatchUpdates.h in Headers */,
5938F6A23F345135DB251AC12D2C9CB0 /* IGListBatchUpdateState.h in Headers */,
FA49227F4FF92FB7205D8ED3984DAE2C /* IGListBindable.h in Headers */,
E870D65E97CFAEB3539758BB9FA0E21E /* IGListBindingSectionController+DebugDescription.h in Headers */,
A9E893D7A41C4582B1D87D1B03671A2B /* IGListBindingSectionController.h in Headers */,
3713990BA33D5B668C51C9BC030FFAF2 /* IGListBindingSectionControllerDataSource.h in Headers */,
C92D69E1A5C840EFA261D5BE92D0B665 /* IGListBindingSectionControllerSelectionDelegate.h in Headers */,
0927D0B030275F5F0AA4D5BFC98C5C24 /* IGListCollectionContext.h in Headers */,
3E2924EBCF6D645982DD9872C75329C3 /* IGListCollectionScrollingTraits.h in Headers */,
A6F4826056A25D8BA1510E4F9C145841 /* IGListCollectionView.h in Headers */,
EFBDE12C77935B722442BB23A4DDDB75 /* IGListCollectionViewDelegateLayout.h in Headers */,
835F8A26E9D9ED7B28B1A5A8E720D8A5 /* IGListCollectionViewLayout.h in Headers */,
D5C431990C04DDD62B11DDA8E66B824C /* IGListCollectionViewLayoutCompatible.h in Headers */,
6DD73C34CC787C0D145CA6E408EF42F1 /* IGListCollectionViewLayoutInternal.h in Headers */,
D075D5B1D729FBD5D467B9247B36EAD7 /* IGListCompatibility.h in Headers */,
842C3167B5F677583A4EB995A0AB9144 /* IGListDebugger.h in Headers */,
4B62113EF5872F1B7752C955DEF03E35 /* IGListDebuggingUtilities.h in Headers */,
9D28FB3BC158D10F2D39688D02EB8DD2 /* IGListDiff.h in Headers */,
B6430BBDD033522F9563BF53B299937B /* IGListDiffable.h in Headers */,
87703E311264E96792C69BA3B11A7A8D /* IGListDiffKit.h in Headers */,
B25C040E31E7B1BF90B87B1152A19D0C /* IGListDisplayDelegate.h in Headers */,
8C381DB929831D42ADFA58031B0111CD /* IGListDisplayHandler.h in Headers */,
940829814B26541CB202AF8F1BE1F6DA /* IGListExperiments.h in Headers */,
479781E2935028998C7016CFEBBC37C3 /* IGListGenericSectionController.h in Headers */,
65D8D6778D494967E8D1857E33EB06B2 /* IGListIndexPathResult.h in Headers */,
B0BA766330939CD91E034BD23BA0F030 /* IGListIndexPathResultInternal.h in Headers */,
E588EB6372FB13A5CA9B6ACD668E6935 /* IGListIndexSetResult.h in Headers */,
436DE67F0C1A1EE7ADD1A104D19783DC /* IGListIndexSetResultInternal.h in Headers */,
4A86719B3012A63F47DD316DFA63D67B /* IGListKit-umbrella.h in Headers */,
60C252DEA16FA0201AE31B7A516DA2D7 /* IGListKit.h in Headers */,
328119A6B5C29D0E167DD4BB2D4B8815 /* IGListMacros.h in Headers */,
D976B548E97A8472DD03C110D5840C87 /* IGListMoveIndex.h in Headers */,
369C7F203DAF3C82297169F7A76F2898 /* IGListMoveIndexInternal.h in Headers */,
0140E79E9A78DCC82A9E0499D6D505A4 /* IGListMoveIndexPath.h in Headers */,
66F3C1A0EA3BB9007A18C3671A707474 /* IGListMoveIndexPathInternal.h in Headers */,
4C04FC1C6AA89AB03E1703184E79245F /* IGListReloadDataUpdater.h in Headers */,
786E49A8F53ED48AEB69D807A208853B /* IGListReloadIndexPath.h in Headers */,
565010349B072FD721B750E287779F29 /* IGListScrollDelegate.h in Headers */,
9AE5EFDE583ACD4786CF07074474B00D /* IGListSectionController.h in Headers */,
50202E0D9BA01738C86218DE29F79FB2 /* IGListSectionControllerInternal.h in Headers */,
4DA167EA9BD179605B00005E81582825 /* IGListSectionMap+DebugDescription.h in Headers */,
7080F30B82C53E9D621D85B78B0B465C /* IGListSectionMap.h in Headers */,
C171FDB4097450BEDF90D08A275628E3 /* IGListSingleSectionController.h in Headers */,
BCEFC1DC0089468111DD45674FA6CF38 /* IGListSupplementaryViewSource.h in Headers */,
837263F72812458D17329664715B9E00 /* IGListTransitionDelegate.h in Headers */,
BDC091D1C2757D68D3AB5A323A4AFD8E /* IGListUpdatingDelegate.h in Headers */,
385487A89C4A821AEEC11A3ECFC021A3 /* IGListWorkingRangeDelegate.h in Headers */,
0094D67D82CF064A7A4598D2B1458C42 /* IGListWorkingRangeHandler.h in Headers */,
159144DE9AB96730A5314BA992AA7D8A /* IGSystemVersion.h in Headers */,
170E95301CA7DE703CAAC56EE0061081 /* NSNumber+IGListDiffable.h in Headers */,
2A09094BFB39A6184C10B74746FF7A78 /* NSString+IGListDiffable.h in Headers */,
96F95E57CF553C5BBEEEAED9B91B2FAB /* UICollectionView+DebugDescription.h in Headers */,
20785A08B96FE648530D7BDFEB0AE7C4 /* UICollectionView+IGListBatchUpdateData.h in Headers */,
0CDD22A418A269BE2CF27654D0DDF4A4 /* UICollectionViewLayout+InteractiveReordering.h in Headers */,
CB9636D8302B605D7F331306729AFD63 /* UIScrollView+IGListKit.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
CC87A5863729939B9033345EE454B341 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
64DC64858505AB25CB8C628E85E98245 /* Pods-IGListKitMessageExample-umbrella.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
EF1ED826CC7B4E1646840DA60CAA5AFD /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
8DF20D300CF0694BCF3AB1FD0A3ADF3F /* Pods-IGListKitTodayExample-umbrella.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
F9E46D5DD763467F49336B617AB25799 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
DC490E762CE343241684A362B9D5FDE6 /* Pods-IGListKitExamples-umbrella.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
26D45536448EFA4F707F190447F44A08 /* Pods-IGListKitMessageExample */ = {
isa = PBXNativeTarget;
buildConfigurationList = E5C93109DB01334AC1927B2FA484696F /* Build configuration list for PBXNativeTarget "Pods-IGListKitMessageExample" */;
buildPhases = (
CC87A5863729939B9033345EE454B341 /* Headers */,
1C300A8585D7DE2A1587E80DFBC506DD /* Sources */,
48D2C75D2A675CE212820364EBF02375 /* Frameworks */,
304F0B61AAFF8373F24CCBD6BC0F1EAB /* Resources */,
);
buildRules = (
);
dependencies = (
67063A68B34CA90D4E65782EB6E07855 /* PBXTargetDependency */,
);
name = "Pods-IGListKitMessageExample";
productName = "Pods-IGListKitMessageExample";
productReference = 0B56345FD25C104EF7A417A3CBFB156D /* Pods_IGListKitMessageExample.framework */;
productType = "com.apple.product-type.framework";
};
7C3EAD0D7BF6995CD855AEE51E566A69 /* Pods-IGListKitTodayExample */ = {
isa = PBXNativeTarget;
buildConfigurationList = B33835FFA952748631ACC3A7F9F00948 /* Build configuration list for PBXNativeTarget "Pods-IGListKitTodayExample" */;
buildPhases = (
EF1ED826CC7B4E1646840DA60CAA5AFD /* Headers */,
071CA865105E6362462610E7D8F4F912 /* Sources */,
9CCC80B479A62EF6CE18DECB00C236D6 /* Frameworks */,
4D2F0AAE6FBF2D1BC4D0142206425FC2 /* Resources */,
);
buildRules = (
);
dependencies = (
F1D6E5FCA32C05A047D9C46247A845F3 /* PBXTargetDependency */,
);
name = "Pods-IGListKitTodayExample";
productName = "Pods-IGListKitTodayExample";
productReference = 84A2CC04EEE310D61FC6E3D34F9C3BD6 /* Pods_IGListKitTodayExample.framework */;
productType = "com.apple.product-type.framework";
};
93611D31191964DA2D2AA183EB449C82 /* Pods-IGListKitExamples */ = {
isa = PBXNativeTarget;
buildConfigurationList = 2127B2F15D7575477322E01FD7178098 /* Build configuration list for PBXNativeTarget "Pods-IGListKitExamples" */;
buildPhases = (
F9E46D5DD763467F49336B617AB25799 /* Headers */,
2E47C467A3FD6D3D376FC9B8DE466769 /* Sources */,
44EFDA5D0B6E970E7FE325A8C00EB7AE /* Frameworks */,
641DB39F16B314F8AE75A2D116B325B6 /* Resources */,
);
buildRules = (
);
dependencies = (
9D7A83CCBE42DC893E21B50607D0A5B6 /* PBXTargetDependency */,
);
name = "Pods-IGListKitExamples";
productName = "Pods-IGListKitExamples";
productReference = C29A09B219DE2EED9EDF0036A53C3A32 /* Pods_IGListKitExamples.framework */;
productType = "com.apple.product-type.framework";
};
D10AD9FAD40B191F43F847DCF504FE0B /* IGListKit */ = {
isa = PBXNativeTarget;
buildConfigurationList = 21C367A2A521329E861976AAA8493412 /* Build configuration list for PBXNativeTarget "IGListKit" */;
buildPhases = (
79D111E9C4E749D733B9F6253B7D48C1 /* Headers */,
EE3CBB4D5A202233ACC8C018D87344BC /* Sources */,
F30BF0A691E2CFCE72F8CA3B4519B95E /* Frameworks */,
871823166F14553A3F7C762DF7008934 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = IGListKit;
productName = IGListKit;
productReference = 68037F304CD34327A2ABDB9CBE2FD6A8 /* IGListKit.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
BFDFE7DC352907FC980B868725387E98 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0930;
LastUpgradeCheck = 0930;
};
buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = CF1408CF629C7361332E53B88F7BD30C;
productRefGroup = 205EFBAD19016B9F5C005000B341EB97 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
D10AD9FAD40B191F43F847DCF504FE0B /* IGListKit */,
93611D31191964DA2D2AA183EB449C82 /* Pods-IGListKitExamples */,
26D45536448EFA4F707F190447F44A08 /* Pods-IGListKitMessageExample */,
7C3EAD0D7BF6995CD855AEE51E566A69 /* Pods-IGListKitTodayExample */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
304F0B61AAFF8373F24CCBD6BC0F1EAB /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
4D2F0AAE6FBF2D1BC4D0142206425FC2 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
641DB39F16B314F8AE75A2D116B325B6 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
871823166F14553A3F7C762DF7008934 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
071CA865105E6362462610E7D8F4F912 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2597177736599EB00615821EEFF28192 /* Pods-IGListKitTodayExample-dummy.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
1C300A8585D7DE2A1587E80DFBC506DD /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
CC6AFDA8443BD5CF747C7210A24EE3B1 /* Pods-IGListKitMessageExample-dummy.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
2E47C467A3FD6D3D376FC9B8DE466769 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D90781179CA274125422700EC52D0C79 /* Pods-IGListKitExamples-dummy.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
EE3CBB4D5A202233ACC8C018D87344BC /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8E8B4C9FA06F091842EB606AE8499CCE /* IGListAdapter+DebugDescription.m in Sources */,
502EE857A881018E5FD387A6E23A38F0 /* IGListAdapter+UICollectionView.m in Sources */,
120E8310162E61C5E350C905BBD0642F /* IGListAdapter.m in Sources */,
89EF06907B308D35A992588930244256 /* IGListAdapterProxy.m in Sources */,
09FE869D7DF75AED14C5ECBC9BBE0E77 /* IGListAdapterUpdater+DebugDescription.m in Sources */,
2EB99C6459645C76EAEDB614B96E8A7F /* IGListAdapterUpdater.m in Sources */,
4D5FC94F0F38840B4F4EF0125C28C073 /* IGListBatchUpdateData+DebugDescription.m in Sources */,
9010A8434B660C2264AA992949930C32 /* IGListBatchUpdateData.mm in Sources */,
2A3BCB64AA8A37F9D5739904743287A8 /* IGListBatchUpdates.m in Sources */,
8DEB6A80425E81F141AFA892B539A17A /* IGListBindingSectionController+DebugDescription.m in Sources */,
82DB51EE154C7EACF2ECAEA4ACAB7C71 /* IGListBindingSectionController.m in Sources */,
9F2A844A340283F45D94389D884EB8C2 /* IGListCollectionView.m in Sources */,
B0B9AC8BB0CDE9B87FBB7E2DE4723A06 /* IGListCollectionViewLayout.mm in Sources */,
D7F710D485982645AE922C5D6839901F /* IGListDebugger.m in Sources */,
44A1CBBE52A752A925DC49D95C78DB10 /* IGListDebuggingUtilities.m in Sources */,
304B559EB0E2155CF01FCD80F852CA08 /* IGListDiff.mm in Sources */,
1137E7A3F0AE912B05C6C75267B22948 /* IGListDisplayHandler.m in Sources */,
359CF0381AF5C7F81C800A6174A2F5A7 /* IGListGenericSectionController.m in Sources */,
7337162978A882C23723096E5F4A0E75 /* IGListIndexPathResult.m in Sources */,
EAEC3F09A8484F35F7FE3672321E2361 /* IGListIndexSetResult.m in Sources */,
924CBB03106BFF159DE0DEC543355B9E /* IGListKit-dummy.m in Sources */,
72E4DF6E435AAED14B9C27571DC08FA0 /* IGListMoveIndex.m in Sources */,
CEEC931F251E36D412DBFDB798D60F94 /* IGListMoveIndexPath.m in Sources */,
1397AE7BC9FA504F98363C065FBC834B /* IGListReloadDataUpdater.m in Sources */,
6A1EFB64B94A1F9BB4616092D761C9AF /* IGListReloadIndexPath.m in Sources */,
84EDB91D8FEC7B4F430E9483AE203741 /* IGListSectionController.m in Sources */,
07BD381C9D8D8AE0B30B9A2497AF58C3 /* IGListSectionMap+DebugDescription.m in Sources */,
6D89FDE6F52F9C3191B616E9B0E05DD5 /* IGListSectionMap.m in Sources */,
94D1B6BA3DA2B691BB3C07A95A011F01 /* IGListSingleSectionController.m in Sources */,
4E3B217C44E988031BF24FAD15FCEDEF /* IGListWorkingRangeHandler.mm in Sources */,
02BF2B7603D611AAACC331E2352B590C /* IGSystemVersion.m in Sources */,
07B148F761AF9AC40BBC3A463A21ACAF /* NSNumber+IGListDiffable.m in Sources */,
6026AC58E181E1A3411CE6E99F01E136 /* NSString+IGListDiffable.m in Sources */,
6C62504ABCCD830B5CCB0701657BAAAF /* UICollectionView+DebugDescription.m in Sources */,
80C765861733FEB163A4689F40D889E7 /* UICollectionView+IGListBatchUpdateData.m in Sources */,
386AD898815E39BB26F3ED97D5F52A0B /* UICollectionViewLayout+InteractiveReordering.m in Sources */,
B56F1064287CC0E3B444CE9A3B8EEE70 /* UIScrollView+IGListKit.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
67063A68B34CA90D4E65782EB6E07855 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = IGListKit;
target = D10AD9FAD40B191F43F847DCF504FE0B /* IGListKit */;
targetProxy = 3CB146CADA5C19602C8D12DDC7D38BDB /* PBXContainerItemProxy */;
};
9D7A83CCBE42DC893E21B50607D0A5B6 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = IGListKit;
target = D10AD9FAD40B191F43F847DCF504FE0B /* IGListKit */;
targetProxy = ECFCADAB141C83EEB8CC1527E24DFABD /* PBXContainerItemProxy */;
};
F1D6E5FCA32C05A047D9C46247A845F3 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = IGListKit;
target = D10AD9FAD40B191F43F847DCF504FE0B /* IGListKit */;
targetProxy = 57CA669B239472F35B1A8FB80D4C1B4A /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
05DF210AC65EBB0E593AAF976B2C2177 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
"POD_CONFIGURATION_RELEASE=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
STRIP_INSTALLED_PRODUCT = NO;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 4.2;
SYMROOT = "${SRCROOT}/../build";
};
name = Release;
};
1C4396C813EE802ADEF1FB76EB76CF81 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 59FCB1109ABBB22F5B4AFCB3A09E8820 /* Pods-IGListKitMessageExample.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = "Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample.modulemap";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
27826FC1E0AF264DAE221A672A5EDC85 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 5648C76FD3F37647CA0368C4CB65FE49 /* IGListKit.xcconfig */;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_PREFIX_HEADER = "Target Support Files/IGListKit/IGListKit-prefix.pch";
INFOPLIST_FILE = "Target Support Files/IGListKit/IGListKit-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = "Target Support Files/IGListKit/IGListKit.modulemap";
PRODUCT_MODULE_NAME = IGListKit;
PRODUCT_NAME = IGListKit;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
421ECB1396280A8D83853C3DDBED1700 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"POD_CONFIGURATION_DEBUG=1",
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
STRIP_INSTALLED_PRODUCT = NO;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.2;
SYMROOT = "${SRCROOT}/../build";
};
name = Debug;
};
6DF41F0E19EA1A3CD77147B87734E7C0 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 52DB07457D8D45C52857436B70A7BD64 /* Pods-IGListKitTodayExample.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = "Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample.modulemap";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
6F17EA4C8EE160E1A4B126FB8736D0B0 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = BFBAFA87E33B9C739D564E3052DC419E /* Pods-IGListKitExamples.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = "Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples.modulemap";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
83024940D935C1376A0A22C3009B325D /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 5B2A9D84CA0388C9B26C3475B05ADCD2 /* Pods-IGListKitTodayExample.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = "Target Support Files/Pods-IGListKitTodayExample/Pods-IGListKitTodayExample.modulemap";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
8E9CA75E73BEAA6EF5BD1F48CCAA0340 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = A1FC80B7115766B99265EF7C3D5C33A8 /* Pods-IGListKitExamples.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = "Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples.modulemap";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
F41930C0876A51AE0E90A3B9A70AC765 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 5C87C061377DD9791EBC94A0E43BE899 /* Pods-IGListKitMessageExample.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = "Target Support Files/Pods-IGListKitMessageExample/Pods-IGListKitMessageExample.modulemap";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
FDBC3ADF0F71016CD58DDD5B7A0A692D /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 5648C76FD3F37647CA0368C4CB65FE49 /* IGListKit.xcconfig */;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_PREFIX_HEADER = "Target Support Files/IGListKit/IGListKit-prefix.pch";
INFOPLIST_FILE = "Target Support Files/IGListKit/IGListKit-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = "Target Support Files/IGListKit/IGListKit.modulemap";
PRODUCT_MODULE_NAME = IGListKit;
PRODUCT_NAME = IGListKit;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
2127B2F15D7575477322E01FD7178098 /* Build configuration list for PBXNativeTarget "Pods-IGListKitExamples" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6F17EA4C8EE160E1A4B126FB8736D0B0 /* Debug */,
8E9CA75E73BEAA6EF5BD1F48CCAA0340 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
21C367A2A521329E861976AAA8493412 /* Build configuration list for PBXNativeTarget "IGListKit" */ = {
isa = XCConfigurationList;
buildConfigurations = (
27826FC1E0AF264DAE221A672A5EDC85 /* Debug */,
FDBC3ADF0F71016CD58DDD5B7A0A692D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = {
isa = XCConfigurationList;
buildConfigurations = (
421ECB1396280A8D83853C3DDBED1700 /* Debug */,
05DF210AC65EBB0E593AAF976B2C2177 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B33835FFA952748631ACC3A7F9F00948 /* Build configuration list for PBXNativeTarget "Pods-IGListKitTodayExample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
83024940D935C1376A0A22C3009B325D /* Debug */,
6DF41F0E19EA1A3CD77147B87734E7C0 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E5C93109DB01334AC1927B2FA484696F /* Build configuration list for PBXNativeTarget "Pods-IGListKitMessageExample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F41930C0876A51AE0E90A3B9A70AC765 /* Debug */,
1C4396C813EE802ADEF1FB76EB76CF81 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */;
}