mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-16 05:48:18 +00:00
Summary: This is a bigger PR than I'd like but there is a bunch of stuff in here that feels like we should land all at once to fix the Travis setup. Currently, there is a few things wrong. Briefly: 1. Travis is failing to even build the library (see: [build 2298](https://travis-ci.org/Instagram/IGListKit/jobs/506564900)) 2. There are legitimately failing tests 3. Travis seems to be flakey running UI tests This PR deals with the first two. The Xcode projects were not building because some recently added files weren't added to the xcodeproj (ie.46a124ddfeand4662454c4a). Also added `Foundation.h` import for `bool` definition for `IGSystemVersion` (also a new file) The main `Podfile.lock` was already being generated via `1.5.3` (0c0b31ad7c) but the `Gemfile` had the wrong version and none of the example project `Podfile.lock`s were re-generated with it. Once I got the projects correctly building and tests running, I discovered there were a bunch of tests that were legitimately failing. It's unclear when these started failing and what caused it. I thought it made sense to disable these tests for now and then create Github issues to fix them as starter tasks instead of making this diff even larger.. I can create those if that sounds good. Somewhat related, it seems like the UI tests on Travis may be a bit flakey. They pass locally, but breaks on Travis [[example](https://travis-ci.com/bdotdub/IGListKit/jobs/195758250)] with error messages like `Failure requesting automation session for com.instagram.IGListKitExamples:85190` ---- - [X] All tests pass. Demo project builds and runs. - [X] I added tests, an experiment, or detailed why my change isn't tested. - [X] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [X] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1317 Reviewed By: rnystrom Differential Revision: D15157375 Pulled By: rnystrom fbshipit-source-id: b29131f59b74398b6d2b3a73453248cb3325a955
1564 lines
130 KiB
Text
1564 lines
130 KiB
Text
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
076D3C5F732E7060BFD8115BE93C5504 /* IGListBindingSectionControllerDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = DA546B8ADF45E9C49AE21793AF908FC2 /* IGListBindingSectionControllerDataSource.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
078EE7F0A6C0C05D4ADC51A649E71D8A /* IGListAdapterInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 692D718E1FB846F471F1E238A8073509 /* IGListAdapterInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
083707D4DFB99E435B8AB9E765D21F01 /* IGListAdapterDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 03DC4A19E3A79A7E24ACAC28C702E4CD /* IGListAdapterDataSource.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
08C84BEE894A14E5766B5C50E23274FC /* IGListCollectionViewDelegateLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 371F3D6B1997EAA65386CD36258CFDAA /* IGListCollectionViewDelegateLayout.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
10CF8697DC9BF0D2014652FC30C3DDDC /* IGListKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D8A4F47558918ACF83FD1EB0FA758D0 /* IGListKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
17DEE94EE7607E6C31C347D1872A83C4 /* IGListDebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 42D4500DB4DC33B1253A4883F8411E64 /* IGListDebugger.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
194775034FF52A1FF3EE93459DD1AAA8 /* IGListGenericSectionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F48717FE518B8DE09365412671B917A /* IGListGenericSectionController.m */; };
|
|
1BA5D4302BBB5DC62D2CF4587FB5D3BE /* IGListWorkingRangeHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7B97C6FC6D3C89142CAF905A5E8A9790 /* IGListWorkingRangeHandler.mm */; };
|
|
1E7429F48A1A2FD6C378A301CBC97251 /* IGListAdapterUpdater+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 211F7C53AD1EA83FFE09E9444F559E8A /* IGListAdapterUpdater+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
1F1B534348B5B6583D691176D3FA980C /* IGListDisplayDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9612085D18B7AF158EBEDF462F481763 /* IGListDisplayDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1F20AAB4355466D60A46BDA391AB86EE /* IGListReloadIndexPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 3882A6E3B7945735D6D90090096760E7 /* IGListReloadIndexPath.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
1F327C2BF81FD3A44F3C928E0A2790B4 /* UIScrollView+IGListKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FEFC6C17288EDA681F2DA7AA9931B7C /* UIScrollView+IGListKit.m */; };
|
|
216E86A5811F0D2957308B2985C906A1 /* IGListGenericSectionController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0383D34B2EE0202A75A7D5FDDDE43E55 /* IGListGenericSectionController.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
22D3785E32AAA7E050355166AB53F34E /* IGListMoveIndexPathInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = EA5F1CAD4062FDA7678FCEA53EACE33D /* IGListMoveIndexPathInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
2597177736599EB00615821EEFF28192 /* Pods-IGListKitTodayExample-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D77D965BFCDDDD13E3099D899B536201 /* Pods-IGListKitTodayExample-dummy.m */; };
|
|
25D85AC1A76829D45B602529486E1703 /* IGListDiff.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DFD4F2B2D29AB4A18B5120452176853 /* IGListDiff.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
267F7A5F03290F54BCEFDBF866970EE5 /* IGListSupplementaryViewSource.h in Headers */ = {isa = PBXBuildFile; fileRef = DE9BBF67B3ADDABCF919D37C121CF8C3 /* IGListSupplementaryViewSource.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
26EA0A48BB89E5440059AECCEB46A14F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40CB39E715FBCDAA142E6513E126200A /* Foundation.framework */; };
|
|
281DEA132034220BBC681103A1AF5CE1 /* IGListMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 92F4552DDE17BE53E61F1886DCDE7B70 /* IGListMacros.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
2AD3B0BF6A79019B8C6814F242C804D1 /* IGListDebuggingUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DC1C637F9C0AE29D72685C77819220E /* IGListDebuggingUtilities.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
2BC5A51D82B86957A3BFC7B16F988040 /* IGListBindable.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AC78C46C87E838A6509F554738EB8EE /* IGListBindable.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
332DF287144C586ED4D9CE3C2297656B /* IGListBindingSectionControllerSelectionDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 440E3FF7AC26E6111E65519935642573 /* IGListBindingSectionControllerSelectionDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
339DE064A51B93D31F00ADD08D65232D /* IGListSectionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F793EC4F27EB18E43481C8411FA2729 /* IGListSectionController.m */; };
|
|
35A6013FD8BDA2148972A36AB0ABB8C5 /* IGListCollectionViewLayout.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A9022CD0D4E43FA62B9F30CAE92CA69 /* IGListCollectionViewLayout.mm */; };
|
|
369279995C112E3620C3DFF8675BA23B /* IGListDiffKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 62CBBC4894F382BC5AF8D2C38BBA0F32 /* IGListDiffKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
3876E9EB11373F8E2EF342CB3691BAED /* IGListSectionController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ED46836AFB8D88B1D96399D09F978EA /* IGListSectionController.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
3A94977553916C52A0235B48111926ED /* IGListCollectionViewLayoutCompatible.h in Headers */ = {isa = PBXBuildFile; fileRef = CFF408C087E56123D872C50FCFA40AFA /* IGListCollectionViewLayoutCompatible.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
3D1D111DEF3B0541CC0715B8F070075F /* IGListCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = F1B830E3D3F859A4D05A6EC4B93431F4 /* IGListCompatibility.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
3F8CF4DE5BAEBEE19C08579E38BB776C /* IGListIndexPathResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F2D8C2174EEB190F934FE496A7DFFBD /* IGListIndexPathResultInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
3F9AC999133EF04647D1A660FD61955D /* IGListReloadIndexPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B0687400523ED7A1194B47E87FB9526 /* IGListReloadIndexPath.m */; };
|
|
3FE2AF8CFFF1CBCF2EA692B01FDD7AE1 /* IGListStackedSectionController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B786CE2B90C71EF0828B4448AEE3BE6 /* IGListStackedSectionController.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
40E56342CF63845B458EAFCBD66CD14A /* IGListDebuggingUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = D1C74FFB6B4579E2C45F3AB95BC283C3 /* IGListDebuggingUtilities.m */; };
|
|
426248B7E67B3A847AF1B1BD2A19A103 /* IGListBatchContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 89C7396F7915F4497DFFBCB46D1B33B1 /* IGListBatchContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
42F62DDD9364FC4702EABDE4FB168626 /* IGListAdapterUpdater.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D3F2B108AFE983D69E84996ED566057 /* IGListAdapterUpdater.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
43BFAA66A206E8A6F9D8301F70B0AE4D /* IGListAdapterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AF4B55C8C1668B91FA680D052072D6A /* IGListAdapterProxy.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
46C8A5977F015698E3F8441FD78B3815 /* IGListAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = C3E48B6C09DB4B87AB8F2523A79B1D6B /* IGListAdapter.m */; };
|
|
4783C07C11C07427C43BBCC93AC5143C /* IGListIndexPathResult.h in Headers */ = {isa = PBXBuildFile; fileRef = E9D67F2AF1177C61845A3BBEE77A5D38 /* IGListIndexPathResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
512468176AE53D4E243476E371CA6384 /* NSNumber+IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = 674E727C976C2FB76C9D4A4689ADE85F /* NSNumber+IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
52DE97F84FF8E239C11E6946678B3752 /* IGListAdapterDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 066B551EEA2FA468D3E99C1880375E35 /* IGListAdapterDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
558A1592B706959921A3548BF42088F4 /* IGListBatchUpdateState.h in Headers */ = {isa = PBXBuildFile; fileRef = 420B83CB934E78E8B8A75F7C8AA173F4 /* IGListBatchUpdateState.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
55D072F3C077B3BF47C2A71295522BD9 /* IGListSectionMap+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = D1506F96A7CBC596094F7B2A33ACD435 /* IGListSectionMap+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
5C3085AEB7ECFA44C0CBCC574C814C22 /* IGSystemVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 69937996A99F521B10DD3272B5CCBB0B /* IGSystemVersion.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
5D8602CAA6AE82D1560BA27DB004A614 /* IGListDisplayHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A9F5E70A8B4308AB52FC695A00EE707 /* IGListDisplayHandler.m */; };
|
|
5DBA9B53681CF227C9411BCA2020BD6E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ECF2A2B0720AE923C22BED3192888BE0 /* UIKit.framework */; };
|
|
60B47D935CBB717BC0D1E8B47887CD7D /* IGListMoveIndex.m in Sources */ = {isa = PBXBuildFile; fileRef = BE726AF43888DF0C7F7C1D8C6866E3B9 /* IGListMoveIndex.m */; };
|
|
639D19E840CEE47B8A8CDAE0DD96AD76 /* IGListBindingSectionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F5AA1D844489BAA60ADE9B02C921B6D /* IGListBindingSectionController.m */; };
|
|
63BDFADF7142DE39365962DCFDF68E5F /* IGListBindingSectionController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3954471B291B5095C6676EC5FBA2A8B9 /* IGListBindingSectionController.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
64DC64858505AB25CB8C628E85E98245 /* Pods-IGListKitMessageExample-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DD11FA4F4D747228292F39CDD7808F85 /* Pods-IGListKitMessageExample-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
69C18F1791460A078F2E7503DF52D3A9 /* IGListAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = FB6422637E1B4DC6603EC538CA47F177 /* IGListAdapter.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
6B074FAE1C973F3B2FD5A329D8400CF5 /* IGListCollectionScrollingTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 389848B46317660EF32A43516ECCCA03 /* IGListCollectionScrollingTraits.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
6D1F1EC22DF9780694EF665E670E5D1A /* IGListKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1411C6EFE7A6CAAE16FE65EBD2D55890 /* IGListKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
6F0CC3FFAF4600EB5B32D2F997FE9661 /* IGListSingleSectionController.h in Headers */ = {isa = PBXBuildFile; fileRef = CA37B2EEC914A0785E29D2047C0FD1E9 /* IGListSingleSectionController.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
71AA970A0AB7DF31644D77F84231EEBF /* IGListCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 74F7FBDA249198E78AD1871D9160C88D /* IGListCollectionView.m */; };
|
|
73E9A9FDB94FB973A3582D675BAF95FF /* IGListCollectionViewLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D30D598272340D656FE6EA38F0B7B7E /* IGListCollectionViewLayout.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
775D3EA9ACADCB1061579432AF46A03A /* IGListSectionMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 37BEAFA0459AAB1874E601F51BC110D1 /* IGListSectionMap.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
78CAAB972EBDE8B6D7E8EA4C8950177A /* IGListCollectionViewLayoutInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F96F6A0856664D181DD81B5EF2A48172 /* IGListCollectionViewLayoutInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
78D3337F28EB0D85D3C227CCA1CAC487 /* IGListDiff.mm in Sources */ = {isa = PBXBuildFile; fileRef = C2267D810839A15755F5E28197B069E3 /* IGListDiff.mm */; };
|
|
798199A75C4A7C31E97B38AA4B037C96 /* NSNumber+IGListDiffable.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E0CCC606FB1769C523803BD2F809E7D /* NSNumber+IGListDiffable.m */; };
|
|
7B356E78CB42542D40440815A32AC0D0 /* IGListBatchUpdateData+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B82F9610386A9EFA9762299B844AF90 /* IGListBatchUpdateData+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
7C29839EB19D7F709F28FED9CB32402D /* IGListArrayUtilsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = DBE0909C45B4B4F12E2F68766E666043 /* IGListArrayUtilsInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
7C3A33BD13E4E4BDBBA2A94219AA452D /* UICollectionView+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C07BE03D8DEC89C003163AC23C43A4F /* UICollectionView+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
7C9CDAA99E50763C7A7993D6013C3D82 /* IGListBatchUpdates.m in Sources */ = {isa = PBXBuildFile; fileRef = E309AE66E886B34FA6C73F9729951CA5 /* IGListBatchUpdates.m */; };
|
|
81F8452E9117587E205091DE73A80B76 /* IGListSingleSectionController.m in Sources */ = {isa = PBXBuildFile; fileRef = A20E8B1E857182C050621491326DEC24 /* IGListSingleSectionController.m */; };
|
|
85360445E5C3E9174495212901A7490D /* IGListBatchUpdates.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D7D84E512916E93A503CBF6F88524D6 /* IGListBatchUpdates.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
85893A0F1D8732D0D28035E406DAEF5F /* IGSystemVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 67832F3519DB4B210CDF5A5860353925 /* IGSystemVersion.m */; };
|
|
860968484A55F57A2E0160414C601EFC /* IGListBatchUpdateData+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 67AE8CAAEBAFEE2A970AE7375EEFF9A9 /* IGListBatchUpdateData+DebugDescription.m */; };
|
|
894295A77D2FE6D08956E31F5E4BEA90 /* IGListAdapterUpdater+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = E833589E26237AA174C0E9EA6465FEB3 /* IGListAdapterUpdater+DebugDescription.m */; };
|
|
89C9164445EBBEE72A39B233293B1DAC /* IGListExperiments.h in Headers */ = {isa = PBXBuildFile; fileRef = 044FCE0682D64C46BD87A96F0E3DBF7B /* IGListExperiments.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8A407059D7A86F31421960855E58D4F9 /* IGListIndexSetResult.m in Sources */ = {isa = PBXBuildFile; fileRef = FDF5D9B5791BC8D09BF19CAE1F9006D8 /* IGListIndexSetResult.m */; };
|
|
8A8A09B29217B1320F61CA97102E4ADC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40CB39E715FBCDAA142E6513E126200A /* Foundation.framework */; };
|
|
8AA91E8D505AAA0E8B448ABF59CD2E95 /* UICollectionView+IGListBatchUpdateData.h in Headers */ = {isa = PBXBuildFile; fileRef = ECB918404917AD4FDCBAA810A7DFF624 /* UICollectionView+IGListBatchUpdateData.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
8C567AD1964B194962A00D3E5AD25E27 /* IGListBatchUpdateData.h in Headers */ = {isa = PBXBuildFile; fileRef = 30DBEF45C2E728D1090A961614EE47E6 /* IGListBatchUpdateData.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8DDEB77D26E101539FBC32073BCC91BC /* IGListSectionMap+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FFB3F2020528EE055DD35388C7D7C87 /* IGListSectionMap+DebugDescription.m */; };
|
|
8DF20D300CF0694BCF3AB1FD0A3ADF3F /* Pods-IGListKitTodayExample-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B8E527B1425066B71919F9E92AFF926 /* Pods-IGListKitTodayExample-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8ECF5C6225FE112FFBB5E5C0767BE421 /* IGListBatchUpdateData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2315909B6F12DA63EE28E3FE987E8908 /* IGListBatchUpdateData.mm */; };
|
|
913D28466D2B34E687DC0D9702062054 /* IGListUpdatingDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A03A8B550799920D1B3E989D1335998 /* IGListUpdatingDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
92A0098963EEABBCE7891AEF2BBEFEB9 /* IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = A273F1EDF2D368DFE57EB7B6C2CAA4F7 /* IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
98FDEA8D5C95BB0DFFDA1B059141FB8E /* NSString+IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = E45EDD691FF311B8A3B3DA94C707AAF0 /* NSString+IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
9DC1744CB33691C06684873DBFFCBBE7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40CB39E715FBCDAA142E6513E126200A /* Foundation.framework */; };
|
|
A9A9279564936FE0EAF95F89EB0B8AAD /* IGListAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FDEDAD33401B1C42CC43C96F2328C25 /* IGListAssert.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AB14E01885528EF9C1895FA1FDCCA52A /* IGListBindingSectionController+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 61F8D7D92B91C024F2066C168321AA92 /* IGListBindingSectionController+DebugDescription.m */; };
|
|
AB3D3CF8A734B837A488538B52411004 /* IGListAdapterUpdaterInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C12F2A7ABA79BCC15AD7CDDFEBB09F /* IGListAdapterUpdaterInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
ACBC251FDC68254A12F7D7B8C763095D /* UICollectionViewLayout+InteractiveReordering.h in Headers */ = {isa = PBXBuildFile; fileRef = 63A47D737C4BD54D40504B4EE5F809E9 /* UICollectionViewLayout+InteractiveReordering.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
AE0BD12CEAA45873317AE6718BC8506D /* IGListMoveIndex.h in Headers */ = {isa = PBXBuildFile; fileRef = 90DA75A42732723728B7EC12D9DAAAF9 /* IGListMoveIndex.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFF9372D26BC23508C305031EF5BD98A /* IGListDebugger.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A794A13E30ED1A1B1117EC695A24CDB /* IGListDebugger.m */; };
|
|
B15652D58487B23119F5CD952287BF46 /* IGListScrollDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 593AB20FE2F62DCCF55CC8C621A87A13 /* IGListScrollDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
B32CD5CBE9F25F88399132223D39EA98 /* IGListTransitionDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F3B589E41CFF0D2CFCEC848E2A5D5BAC /* IGListTransitionDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
B3D57B439E9CA31E04FD392FEA45209B /* UICollectionViewLayout+InteractiveReordering.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A886B504C19BA83BB5179DFA3C7074B /* UICollectionViewLayout+InteractiveReordering.m */; };
|
|
B46B92DA6C28CB6F5322747DA7FA9259 /* IGListAdapter+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B377708F6EE994BC1010B6BD38A3886 /* IGListAdapter+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
B5C62515D6137F11E5EE5A150FA4EEA5 /* IGListSectionControllerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C6F0859B45281DE2F20F302A29ED68 /* IGListSectionControllerInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
BD9BCBC78D070DFF8403401E12EFD09B /* IGListAdapterMoveDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = C420FE671C4EFB6345F7882E71E5E4DA /* IGListAdapterMoveDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
C330A515296CBE24A82292B534CECD32 /* IGListAdapter+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CA143C1A19EDA1CBBFE996AC7222DFD /* IGListAdapter+DebugDescription.m */; };
|
|
C3B987D343F39BD8AAD53F80B48CC011 /* IGListIndexPathResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E87589679047DFEA4C0CF7F76D19965 /* IGListIndexPathResult.m */; };
|
|
C4D746E4DD31BF495BAD1E424D3E67CA /* IGListMoveIndexPath.h in Headers */ = {isa = PBXBuildFile; fileRef = E09C30D85E9DDEB527C77C9AFE8D6B76 /* IGListMoveIndexPath.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
C53C3D9ADC9FF6A72B758299182BF2EF /* IGListAdapter+UICollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A8725312F557AB63A46D940FDA5F35A /* IGListAdapter+UICollectionView.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
C61723062C613D10AE505D7D3C851A3F /* IGListDisplayHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F285B85787EB2EBAA85D53861B22942 /* IGListDisplayHandler.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
CC6AFDA8443BD5CF747C7210A24EE3B1 /* Pods-IGListKitMessageExample-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 523654D67C41985094E1A2FF2FF8566C /* Pods-IGListKitMessageExample-dummy.m */; };
|
|
CCB60B65002D2605C230376170062394 /* IGListAdapterUpdaterDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 98D31AD0C93848779245330326E657A4 /* IGListAdapterUpdaterDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
CCF21C54492902F6AB5756105A55777F /* IGListAdapter+UICollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EE5A843C04930DC9339D6AA1082C72C /* IGListAdapter+UICollectionView.m */; };
|
|
CDCE0F8949FCDA85DCC07A91EA102106 /* IGListReloadDataUpdater.h in Headers */ = {isa = PBXBuildFile; fileRef = FBE985E43CE368AA737BFE297FFFF930 /* IGListReloadDataUpdater.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
CEBECDD6178C3F768D2FF4BD80405BDE /* IGListSectionMap.m in Sources */ = {isa = PBXBuildFile; fileRef = 92F335A785084C07099C58BC3A93E574 /* IGListSectionMap.m */; };
|
|
CF552B2C48B9493D33F1C7FEB4852AAC /* IGListAdapterPerformanceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = C7F3DDBC4E623739466845B9A9F0FE8C /* IGListAdapterPerformanceDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
D2198FE4B115B262C08ED2B1164838DA /* IGListCollectionContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 64B2C0C25765F7F31D3CA044F2F86C3E /* IGListCollectionContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
D2E724C95E02C007C0C65791B11865FB /* IGListBindingSectionController+DebugDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A89A7D5D864313B7254DA66F8E90249 /* IGListBindingSectionController+DebugDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
D350E679B53B363E68753893E2ABEA93 /* IGListMoveIndexPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A159BFCD8301C03E679149E499C1E6B /* IGListMoveIndexPath.m */; };
|
|
D408771CF05B12485C14D5A819D04B43 /* IGListStackedSectionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 970A241B1B809D2A10F86A7127FD5581 /* IGListStackedSectionController.m */; };
|
|
D6B9D0372AFCFDB89F5B18A96A9CD0B2 /* UICollectionView+IGListBatchUpdateData.m in Sources */ = {isa = PBXBuildFile; fileRef = 8696286ED5A79E4AF1AFA2D44920C90B /* UICollectionView+IGListBatchUpdateData.m */; };
|
|
D709E3D33001D8C64533654DFD7A627D /* UICollectionView+DebugDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = EDD27A8476E8722E951B2DA4445E7A2F /* UICollectionView+DebugDescription.m */; };
|
|
D75260F59B10CAEA2E52C2206EE7B0D3 /* UIScrollView+IGListKit.h in Headers */ = {isa = PBXBuildFile; fileRef = FC796A62B892E50A529ACDCC7667F086 /* UIScrollView+IGListKit.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
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 */; };
|
|
DC490E762CE343241684A362B9D5FDE6 /* Pods-IGListKitExamples-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D7A363B477B31B91C9136FCAC2A9FA9B /* Pods-IGListKitExamples-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
E06A01FAC1C0F8053DB7F7D5110B1E9E /* NSString+IGListDiffable.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EEA22BAE075D9E81B2A849ED64BF95D /* NSString+IGListDiffable.m */; };
|
|
E0F57C7DBAC24D7DC63160DA5812C370 /* IGListStackedSectionControllerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CF28E4393C715BB0FC81A5CFB00D6ACD /* IGListStackedSectionControllerInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
E5F12B8EFEBBC571F67F578DC427BF82 /* IGListCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 05D3F2BA94861E7615792CDA068A4CF2 /* IGListCollectionView.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
E7F66F981EF91FC8B590E7B75487053B /* IGListIndexSetResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8153098818861F304A24806868095861 /* IGListIndexSetResultInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
E8BFE6C8932B728BADACF1C377CC232C /* IGListAdapterUpdateListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 34D1309F73A540453DCD26645B813697 /* IGListAdapterUpdateListener.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
E9D5623481C8CB91D32BDE1D78ED40ED /* IGListReloadDataUpdater.m in Sources */ = {isa = PBXBuildFile; fileRef = 365225A14D2009FDF38E6B2C044533AF /* IGListReloadDataUpdater.m */; };
|
|
EB9DE9CECB4E21D81D66C5F80C2D6209 /* IGListAdapterUpdater.m in Sources */ = {isa = PBXBuildFile; fileRef = 87D90284ADC918AE3C5A00FB90A38707 /* IGListAdapterUpdater.m */; };
|
|
ED5C65077D8311258083BF27DAEDCEC8 /* IGListWorkingRangeHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = CE77CFD6A72590901219325F80A7D9B7 /* IGListWorkingRangeHandler.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
EDFE97C739D7C27EB5DF573623146AE0 /* IGListAdapterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = D952A047D5FB197406B63B5ADA927302 /* IGListAdapterProxy.m */; };
|
|
EEA0D92EB192DB986DB66AA5371AA45D /* IGListIndexSetResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 07A79365D845D6146F294238A9CD843F /* IGListIndexSetResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
FB2987DAC40437D72958533E7B955EF5 /* IGListKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C0525529DA2B84B1F3CD5C39968556C7 /* IGListKit-dummy.m */; };
|
|
FD153EA9B5A2B8D878F3DEF858A6A3A0 /* IGListMoveIndexInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 472224FBB7A3B56A05FC530CB0167EF2 /* IGListMoveIndexInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
FF7E567E457135B97BD182D8C67F75F4 /* IGListWorkingRangeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B1D71CBC7B01980F106DF1EE3F9F9BE /* IGListWorkingRangeDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
3CB146CADA5C19602C8D12DDC7D38BDB /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 7E744CEE24C044B1DCCAA8DFFBCACB6C;
|
|
remoteInfo = IGListKit;
|
|
};
|
|
57CA669B239472F35B1A8FB80D4C1B4A /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 7E744CEE24C044B1DCCAA8DFFBCACB6C;
|
|
remoteInfo = IGListKit;
|
|
};
|
|
ECFCADAB141C83EEB8CC1527E24DFABD /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 7E744CEE24C044B1DCCAA8DFFBCACB6C;
|
|
remoteInfo = IGListKit;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
02595E813596A994ADE9011797E4BE80 /* Pods-IGListKitExamples.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-IGListKitExamples.modulemap"; sourceTree = "<group>"; };
|
|
02CCE4EC31039FE9608A03FAF2CF8D34 /* IGListBindingSectionControllerDataSource.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindingSectionControllerDataSource.html; path = docs/Protocols/IGListBindingSectionControllerDataSource.html; sourceTree = "<group>"; };
|
|
0383D34B2EE0202A75A7D5FDDDE43E55 /* IGListGenericSectionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListGenericSectionController.h; path = Source/IGListGenericSectionController.h; sourceTree = "<group>"; };
|
|
03DC4A19E3A79A7E24ACAC28C702E4CD /* IGListAdapterDataSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAdapterDataSource.h; path = Source/IGListAdapterDataSource.h; sourceTree = "<group>"; };
|
|
044FCE0682D64C46BD87A96F0E3DBF7B /* IGListExperiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListExperiments.h; sourceTree = "<group>"; };
|
|
05D3F2BA94861E7615792CDA068A4CF2 /* IGListCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListCollectionView.h; path = Source/IGListCollectionView.h; sourceTree = "<group>"; };
|
|
066B551EEA2FA468D3E99C1880375E35 /* IGListAdapterDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAdapterDelegate.h; path = Source/IGListAdapterDelegate.h; sourceTree = "<group>"; };
|
|
07A79365D845D6146F294238A9CD843F /* IGListIndexSetResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexSetResult.h; sourceTree = "<group>"; };
|
|
07B3DE78C6980BB6995E7C6ADF5EFA9C /* installation.html */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.html; path = docs/installation.html; sourceTree = "<group>"; };
|
|
0A794A13E30ED1A1B1117EC695A24CDB /* IGListDebugger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListDebugger.m; sourceTree = "<group>"; };
|
|
0A8725312F557AB63A46D940FDA5F35A /* IGListAdapter+UICollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListAdapter+UICollectionView.h"; sourceTree = "<group>"; };
|
|
0AF4B55C8C1668B91FA680D052072D6A /* IGListAdapterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapterProxy.h; 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; };
|
|
0BC5635A74E73EDFE4E276EC7737EE67 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = "<group>"; };
|
|
0C07BE03D8DEC89C003163AC23C43A4F /* UICollectionView+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UICollectionView+DebugDescription.h"; sourceTree = "<group>"; };
|
|
0D8A4F47558918ACF83FD1EB0FA758D0 /* IGListKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListKit.h; path = Source/IGListKit.h; sourceTree = "<group>"; };
|
|
0F2D8C2174EEB190F934FE496A7DFFBD /* IGListIndexPathResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexPathResultInternal.h; sourceTree = "<group>"; };
|
|
1411C6EFE7A6CAAE16FE65EBD2D55890 /* IGListKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListKit-umbrella.h"; sourceTree = "<group>"; };
|
|
1594390C09EC59E43B1F638396EEEA2A /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/js/jquery.min.js; sourceTree = "<group>"; };
|
|
18D96B30D2A3A2F6F0FE3EEF1774CAC5 /* IGListKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IGListKit.modulemap; sourceTree = "<group>"; };
|
|
1925B17DBA76D8F40C9AF6C3D9C94A1C /* IGListSingleSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSingleSectionController.html; path = docs/Classes/IGListSingleSectionController.html; sourceTree = "<group>"; };
|
|
1A89A7D5D864313B7254DA66F8E90249 /* IGListBindingSectionController+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListBindingSectionController+DebugDescription.h"; sourceTree = "<group>"; };
|
|
1A9022CD0D4E43FA62B9F30CAE92CA69 /* IGListCollectionViewLayout.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionViewLayout.mm; path = Source/IGListCollectionViewLayout.mm; sourceTree = "<group>"; };
|
|
1B786CE2B90C71EF0828B4448AEE3BE6 /* IGListStackedSectionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListStackedSectionController.h; path = Source/IGListStackedSectionController.h; sourceTree = "<group>"; };
|
|
1CA143C1A19EDA1CBBFE996AC7222DFD /* IGListAdapter+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListAdapter+DebugDescription.m"; sourceTree = "<group>"; };
|
|
211F7C53AD1EA83FFE09E9444F559E8A /* IGListAdapterUpdater+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListAdapterUpdater+DebugDescription.h"; sourceTree = "<group>"; };
|
|
22742EF0B6DE8261AB1B378987151EDD /* IGListStackedSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListStackedSectionController.html; path = docs/Classes/IGListStackedSectionController.html; sourceTree = "<group>"; };
|
|
22B293012506ACB2C3B45678B518F484 /* IGListKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IGListKit.xcconfig; sourceTree = "<group>"; };
|
|
2315909B6F12DA63EE28E3FE987E8908 /* IGListBatchUpdateData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = IGListBatchUpdateData.mm; sourceTree = "<group>"; };
|
|
23EBEFE61B8B248618693FD011E1CEE0 /* IGListAdapterUpdateListener.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdateListener.html; path = docs/Protocols/IGListAdapterUpdateListener.html; sourceTree = "<group>"; };
|
|
2629974FAAACF45FA8B2310E5DAF982F /* undocumented.json */ = {isa = PBXFileReference; includeInIndex = 1; name = undocumented.json; path = docs/undocumented.json; sourceTree = "<group>"; };
|
|
29F39249FF9402BF48F4E050FD49AF48 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = "<group>"; };
|
|
2A65C6B86C5BF9E79A93925EDC0E9C70 /* Pods-IGListKitExamples-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-IGListKitExamples-frameworks.sh"; sourceTree = "<group>"; };
|
|
2B1D71CBC7B01980F106DF1EE3F9F9BE /* IGListWorkingRangeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListWorkingRangeDelegate.h; path = Source/IGListWorkingRangeDelegate.h; sourceTree = "<group>"; };
|
|
2D7D84E512916E93A503CBF6F88524D6 /* IGListBatchUpdates.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListBatchUpdates.h; sourceTree = "<group>"; };
|
|
2DC1C637F9C0AE29D72685C77819220E /* IGListDebuggingUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListDebuggingUtilities.h; sourceTree = "<group>"; };
|
|
2ED46836AFB8D88B1D96399D09F978EA /* IGListSectionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListSectionController.h; path = Source/IGListSectionController.h; sourceTree = "<group>"; };
|
|
2EEA22BAE075D9E81B2A849ED64BF95D /* NSString+IGListDiffable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSString+IGListDiffable.m"; sourceTree = "<group>"; };
|
|
30DBEF45C2E728D1090A961614EE47E6 /* IGListBatchUpdateData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListBatchUpdateData.h; sourceTree = "<group>"; };
|
|
31A7A42011C196C3CDF1AD81D38FE86C /* IGListAdapterMoveDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterMoveDelegate.html; path = docs/Protocols/IGListAdapterMoveDelegate.html; sourceTree = "<group>"; };
|
|
3427C6194DEF85513980D8D53F1DA3C5 /* iglistdiffable-and-equality.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "iglistdiffable-and-equality.html"; path = "docs/iglistdiffable-and-equality.html"; sourceTree = "<group>"; };
|
|
34D1309F73A540453DCD26645B813697 /* IGListAdapterUpdateListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAdapterUpdateListener.h; path = Source/IGListAdapterUpdateListener.h; sourceTree = "<group>"; };
|
|
365225A14D2009FDF38E6B2C044533AF /* IGListReloadDataUpdater.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListReloadDataUpdater.m; path = Source/IGListReloadDataUpdater.m; sourceTree = "<group>"; };
|
|
36E67F21E86A610819B6CA1E18795F40 /* IGListWorkingRangeDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListWorkingRangeDelegate.html; path = docs/Protocols/IGListWorkingRangeDelegate.html; sourceTree = "<group>"; };
|
|
370B9601EB583565F97117E9BC072ED1 /* 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; };
|
|
371F3D6B1997EAA65386CD36258CFDAA /* IGListCollectionViewDelegateLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListCollectionViewDelegateLayout.h; path = Source/IGListCollectionViewDelegateLayout.h; sourceTree = "<group>"; };
|
|
37BEAFA0459AAB1874E601F51BC110D1 /* IGListSectionMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListSectionMap.h; sourceTree = "<group>"; };
|
|
380947FA77199189124E703DC1C0CF75 /* vision.html */ = {isa = PBXFileReference; includeInIndex = 1; name = vision.html; path = docs/vision.html; sourceTree = "<group>"; };
|
|
3882A6E3B7945735D6D90090096760E7 /* IGListReloadIndexPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListReloadIndexPath.h; sourceTree = "<group>"; };
|
|
389848B46317660EF32A43516ECCCA03 /* IGListCollectionScrollingTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListCollectionScrollingTraits.h; path = Source/IGListCollectionScrollingTraits.h; sourceTree = "<group>"; };
|
|
3954471B291B5095C6676EC5FBA2A8B9 /* IGListBindingSectionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListBindingSectionController.h; path = Source/IGListBindingSectionController.h; sourceTree = "<group>"; };
|
|
3AA060DDCDAA5270488259126A847E6E /* best-practices-and-faq.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "best-practices-and-faq.html"; path = "docs/best-practices-and-faq.html"; sourceTree = "<group>"; };
|
|
3B377708F6EE994BC1010B6BD38A3886 /* IGListAdapter+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListAdapter+DebugDescription.h"; sourceTree = "<group>"; };
|
|
3DDEA6E6559142DCD014E5C226253368 /* IGListTransitionDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListTransitionDelegate.html; path = docs/Protocols/IGListTransitionDelegate.html; sourceTree = "<group>"; };
|
|
3EB8531CEB83B8AEC812345FA390180F /* IGListBindable.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindable.html; path = docs/Protocols/IGListBindable.html; sourceTree = "<group>"; };
|
|
3EE5A843C04930DC9339D6AA1082C72C /* IGListAdapter+UICollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListAdapter+UICollectionView.m"; sourceTree = "<group>"; };
|
|
3FEFC6C17288EDA681F2DA7AA9931B7C /* UIScrollView+IGListKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+IGListKit.m"; sourceTree = "<group>"; };
|
|
403CCAEBD2A66F06F9192886315B108B /* IGListCollectionViewLayout.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionViewLayout.html; path = docs/Classes/IGListCollectionViewLayout.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; };
|
|
420B83CB934E78E8B8A75F7C8AA173F4 /* IGListBatchUpdateState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListBatchUpdateState.h; sourceTree = "<group>"; };
|
|
4226AB171A6B2A3D19639487FDB961B7 /* Pods-IGListKitMessageExample-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-IGListKitMessageExample-acknowledgements.markdown"; sourceTree = "<group>"; };
|
|
42D4500DB4DC33B1253A4883F8411E64 /* IGListDebugger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListDebugger.h; sourceTree = "<group>"; };
|
|
43727BA21BE0954130910417C151DA7C /* IGListSingleSectionControllerDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSingleSectionControllerDelegate.html; path = docs/Protocols/IGListSingleSectionControllerDelegate.html; sourceTree = "<group>"; };
|
|
440E3FF7AC26E6111E65519935642573 /* IGListBindingSectionControllerSelectionDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListBindingSectionControllerSelectionDelegate.h; path = Source/IGListBindingSectionControllerSelectionDelegate.h; sourceTree = "<group>"; };
|
|
472224FBB7A3B56A05FC530CB0167EF2 /* IGListMoveIndexInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndexInternal.h; sourceTree = "<group>"; };
|
|
4A16647937945685F1D9E31020CB7B63 /* migration.html */ = {isa = PBXFileReference; includeInIndex = 1; name = migration.html; path = docs/migration.html; sourceTree = "<group>"; };
|
|
4EDC7D950B56ABC34AC29691AA21774D /* IGListMoveIndex.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListMoveIndex.html; path = docs/Classes/IGListMoveIndex.html; sourceTree = "<group>"; };
|
|
4F48717FE518B8DE09365412671B917A /* IGListGenericSectionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListGenericSectionController.m; path = Source/IGListGenericSectionController.m; sourceTree = "<group>"; };
|
|
4F793EC4F27EB18E43481C8411FA2729 /* IGListSectionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListSectionController.m; path = Source/IGListSectionController.m; 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>"; };
|
|
5436E630F35AEB6EEA0604E60680261D /* IGListBindingSectionControllerSelectionDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindingSectionControllerSelectionDelegate.html; path = docs/Protocols/IGListBindingSectionControllerSelectionDelegate.html; sourceTree = "<group>"; };
|
|
593AB20FE2F62DCCF55CC8C621A87A13 /* IGListScrollDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListScrollDelegate.h; path = Source/IGListScrollDelegate.h; sourceTree = "<group>"; };
|
|
59FCB1109ABBB22F5B4AFCB3A09E8820 /* Pods-IGListKitMessageExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitMessageExample.release.xcconfig"; sourceTree = "<group>"; };
|
|
5A03A8B550799920D1B3E989D1335998 /* IGListUpdatingDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListUpdatingDelegate.h; path = Source/IGListUpdatingDelegate.h; sourceTree = "<group>"; };
|
|
5B2A9D84CA0388C9B26C3475B05ADCD2 /* Pods-IGListKitTodayExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitTodayExample.debug.xcconfig"; sourceTree = "<group>"; };
|
|
5C87C061377DD9791EBC94A0E43BE899 /* Pods-IGListKitMessageExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitMessageExample.debug.xcconfig"; sourceTree = "<group>"; };
|
|
5F5AA1D844489BAA60ADE9B02C921B6D /* IGListBindingSectionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListBindingSectionController.m; path = Source/IGListBindingSectionController.m; sourceTree = "<group>"; };
|
|
5F78C2BDDE88CACE848F107C875BD986 /* Functions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Functions.html; path = docs/Functions.html; sourceTree = "<group>"; };
|
|
61F8D7D92B91C024F2066C168321AA92 /* IGListBindingSectionController+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListBindingSectionController+DebugDescription.m"; sourceTree = "<group>"; };
|
|
62CBBC4894F382BC5AF8D2C38BBA0F32 /* IGListDiffKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListDiffKit.h; sourceTree = "<group>"; };
|
|
639E982B1958907B824A6568ADD32EF3 /* IGListAdapterDataSource.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterDataSource.html; path = docs/Protocols/IGListAdapterDataSource.html; sourceTree = "<group>"; };
|
|
63A47D737C4BD54D40504B4EE5F809E9 /* UICollectionViewLayout+InteractiveReordering.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UICollectionViewLayout+InteractiveReordering.h"; sourceTree = "<group>"; };
|
|
64B2C0C25765F7F31D3CA044F2F86C3E /* IGListCollectionContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListCollectionContext.h; path = Source/IGListCollectionContext.h; sourceTree = "<group>"; };
|
|
674E727C976C2FB76C9D4A4689ADE85F /* NSNumber+IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSNumber+IGListDiffable.h"; sourceTree = "<group>"; };
|
|
67832F3519DB4B210CDF5A5860353925 /* IGSystemVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGSystemVersion.m; sourceTree = "<group>"; };
|
|
67AE8CAAEBAFEE2A970AE7375EEFF9A9 /* IGListBatchUpdateData+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListBatchUpdateData+DebugDescription.m"; sourceTree = "<group>"; };
|
|
68037F304CD34327A2ABDB9CBE2FD6A8 /* IGListKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IGListKit.framework; path = IGListKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
692D718E1FB846F471F1E238A8073509 /* IGListAdapterInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapterInternal.h; sourceTree = "<group>"; };
|
|
69937996A99F521B10DD3272B5CCBB0B /* IGSystemVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGSystemVersion.h; sourceTree = "<group>"; };
|
|
6A159BFCD8301C03E679149E499C1E6B /* IGListMoveIndexPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListMoveIndexPath.m; sourceTree = "<group>"; };
|
|
6E443F767BF22D0CDB1998518D50F4E2 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/img/dash.png; sourceTree = "<group>"; };
|
|
6F285B85787EB2EBAA85D53861B22942 /* IGListDisplayHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListDisplayHandler.h; sourceTree = "<group>"; };
|
|
6F996AC3C81FF26AB9D7C06F73C95F1E /* Type Definitions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "Type Definitions.html"; path = "docs/Type Definitions.html"; sourceTree = "<group>"; };
|
|
6FDEDAD33401B1C42CC43C96F2328C25 /* IGListAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAssert.h; sourceTree = "<group>"; };
|
|
6FF6DD132F04866BE8D01F15E7AA656C /* IGListDiffable.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDiffable.html; path = docs/Protocols/IGListDiffable.html; sourceTree = "<group>"; };
|
|
741DB68552400F56D67F824600BEEF64 /* Pods-IGListKitExamples-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-IGListKitExamples-acknowledgements.markdown"; sourceTree = "<group>"; };
|
|
74F7FBDA249198E78AD1871D9160C88D /* IGListCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListCollectionView.m; path = Source/IGListCollectionView.m; sourceTree = "<group>"; };
|
|
77C12F2A7ABA79BCC15AD7CDDFEBB09F /* IGListAdapterUpdaterInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListAdapterUpdaterInternal.h; sourceTree = "<group>"; };
|
|
78021B5D0B2D31B9A9960D3087C4E08C /* Pods-IGListKitTodayExample-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitTodayExample-Info.plist"; sourceTree = "<group>"; };
|
|
797A2FE675EBCEBB8A6228FB6E63F28F /* IGListCollectionViewDelegateLayout.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionViewDelegateLayout.html; path = docs/Protocols/IGListCollectionViewDelegateLayout.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>"; };
|
|
7B97C6FC6D3C89142CAF905A5E8A9790 /* IGListWorkingRangeHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = IGListWorkingRangeHandler.mm; sourceTree = "<group>"; };
|
|
7DA9982D4A447DCFDEC6BC8373AFD90A /* IGListScrollDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListScrollDelegate.html; path = docs/Protocols/IGListScrollDelegate.html; sourceTree = "<group>"; };
|
|
7DFD4F2B2D29AB4A18B5120452176853 /* IGListDiff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListDiff.h; sourceTree = "<group>"; };
|
|
7E0CCC606FB1769C523803BD2F809E7D /* NSNumber+IGListDiffable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSNumber+IGListDiffable.m"; sourceTree = "<group>"; };
|
|
7E87589679047DFEA4C0CF7F76D19965 /* IGListIndexPathResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListIndexPathResult.m; sourceTree = "<group>"; };
|
|
7F59E34855A27D2382355F64059CB3E7 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/img/carat.png; sourceTree = "<group>"; };
|
|
7FFB3F2020528EE055DD35388C7D7C87 /* IGListSectionMap+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListSectionMap+DebugDescription.m"; sourceTree = "<group>"; };
|
|
804AF2931D217E1708961001108574D5 /* IGListExperiment.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListExperiment.html; path = docs/Enums/IGListExperiment.html; sourceTree = "<group>"; };
|
|
805DD65287244E65D8FE988C5544C264 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/search.json; sourceTree = "<group>"; };
|
|
8119818F252591E5B1CCD7009B67FC92 /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Enums.html; path = docs/Enums.html; sourceTree = "<group>"; };
|
|
8153098818861F304A24806868095861 /* IGListIndexSetResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexSetResultInternal.h; 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; };
|
|
867C7513C719378D50D129144163DF43 /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/css/jazzy.css; sourceTree = "<group>"; };
|
|
8696286ED5A79E4AF1AFA2D44920C90B /* UICollectionView+IGListBatchUpdateData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UICollectionView+IGListBatchUpdateData.m"; sourceTree = "<group>"; };
|
|
8794F31CBD1686730DEA031E7727054A /* IGListMoveIndexPath.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListMoveIndexPath.html; path = docs/Classes/IGListMoveIndexPath.html; sourceTree = "<group>"; };
|
|
87D08C9EFF4873483EC004BA363EE0C3 /* IGListIndexPathResult.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListIndexPathResult.html; path = docs/Classes/IGListIndexPathResult.html; sourceTree = "<group>"; };
|
|
87D90284ADC918AE3C5A00FB90A38707 /* IGListAdapterUpdater.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListAdapterUpdater.m; path = Source/IGListAdapterUpdater.m; sourceTree = "<group>"; };
|
|
89C7396F7915F4497DFFBCB46D1B33B1 /* IGListBatchContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListBatchContext.h; path = Source/IGListBatchContext.h; sourceTree = "<group>"; };
|
|
8A886B504C19BA83BB5179DFA3C7074B /* UICollectionViewLayout+InteractiveReordering.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UICollectionViewLayout+InteractiveReordering.m"; sourceTree = "<group>"; };
|
|
8A9F5E70A8B4308AB52FC695A00EE707 /* IGListDisplayHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListDisplayHandler.m; sourceTree = "<group>"; };
|
|
8AC78C46C87E838A6509F554738EB8EE /* IGListBindable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListBindable.h; path = Source/IGListBindable.h; sourceTree = "<group>"; };
|
|
8C40D77B01771F4097EE288B1C63C084 /* Pods-IGListKitTodayExample.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-IGListKitTodayExample.modulemap"; sourceTree = "<group>"; };
|
|
8CC3824F2A3EC593EF4B54B9EC914FC1 /* IGListBindingSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBindingSectionController.html; path = docs/Classes/IGListBindingSectionController.html; sourceTree = "<group>"; };
|
|
8D3F2B108AFE983D69E84996ED566057 /* IGListAdapterUpdater.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAdapterUpdater.h; path = Source/IGListAdapterUpdater.h; sourceTree = "<group>"; };
|
|
8DFE07B690FEFECB7A8F905715E66254 /* IGListAdapterUpdateType.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdateType.html; path = docs/Enums/IGListAdapterUpdateType.html; sourceTree = "<group>"; };
|
|
9019EE7B092696DF05B3BDC321A07833 /* Guides.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Guides.html; path = docs/Guides.html; sourceTree = "<group>"; };
|
|
90DA75A42732723728B7EC12D9DAAAF9 /* IGListMoveIndex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndex.h; sourceTree = "<group>"; };
|
|
92D47D16C4CFAE67F015643F7510C084 /* IGListBatchContext.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBatchContext.html; path = docs/Protocols/IGListBatchContext.html; sourceTree = "<group>"; };
|
|
92F335A785084C07099C58BC3A93E574 /* IGListSectionMap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListSectionMap.m; sourceTree = "<group>"; };
|
|
92F4552DDE17BE53E61F1886DCDE7B70 /* IGListMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMacros.h; sourceTree = "<group>"; };
|
|
951BA6529143AFD5DF9813FE4E535C3B /* Pods-IGListKitExamples-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitExamples-acknowledgements.plist"; sourceTree = "<group>"; };
|
|
9612085D18B7AF158EBEDF462F481763 /* IGListDisplayDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListDisplayDelegate.h; path = Source/IGListDisplayDelegate.h; sourceTree = "<group>"; };
|
|
970A241B1B809D2A10F86A7127FD5581 /* IGListStackedSectionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListStackedSectionController.m; path = Source/IGListStackedSectionController.m; sourceTree = "<group>"; };
|
|
98D31AD0C93848779245330326E657A4 /* IGListAdapterUpdaterDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAdapterUpdaterDelegate.h; path = Source/IGListAdapterUpdaterDelegate.h; sourceTree = "<group>"; };
|
|
9B0687400523ED7A1194B47E87FB9526 /* IGListReloadIndexPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListReloadIndexPath.m; sourceTree = "<group>"; };
|
|
9B82F9610386A9EFA9762299B844AF90 /* IGListBatchUpdateData+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListBatchUpdateData+DebugDescription.h"; sourceTree = "<group>"; };
|
|
9D30D598272340D656FE6EA38F0B7B7E /* IGListCollectionViewLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListCollectionViewLayout.h; path = Source/IGListCollectionViewLayout.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; };
|
|
9EF1992B9850A9877FA806094D9AB0FE /* working-with-uicollectionview.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "working-with-uicollectionview.html"; path = "docs/working-with-uicollectionview.html"; sourceTree = "<group>"; };
|
|
A1FC80B7115766B99265EF7C3D5C33A8 /* Pods-IGListKitExamples.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitExamples.release.xcconfig"; sourceTree = "<group>"; };
|
|
A20E8B1E857182C050621491326DEC24 /* IGListSingleSectionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListSingleSectionController.m; path = Source/IGListSingleSectionController.m; sourceTree = "<group>"; };
|
|
A273F1EDF2D368DFE57EB7B6C2CAA4F7 /* IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListDiffable.h; sourceTree = "<group>"; };
|
|
A5D764AD481EBE76DA25BF5BB4C7AD0D /* IGListCollectionContext.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionContext.html; path = docs/Protocols/IGListCollectionContext.html; sourceTree = "<group>"; };
|
|
A6A7903FB9DFBA3BA30EF026FCC2DF9D /* IGListIndexSetResult.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListIndexSetResult.html; path = docs/Classes/IGListIndexSetResult.html; sourceTree = "<group>"; };
|
|
AB62E1C6DA9E14B68122D3D4DB6E968B /* Protocols.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Protocols.html; path = docs/Protocols.html; sourceTree = "<group>"; };
|
|
AB796D0CAB4048AF7FC98EBBF4917723 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/img/gh.png; sourceTree = "<group>"; };
|
|
AC900FECC58A646F4B1790A8457854CC /* IGListBatchUpdateData.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListBatchUpdateData.html; path = docs/Classes/IGListBatchUpdateData.html; sourceTree = "<group>"; };
|
|
B542DB33EAAFB9AFC94CAC082FED0286 /* IGListUpdatingDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListUpdatingDelegate.html; path = docs/Protocols/IGListUpdatingDelegate.html; sourceTree = "<group>"; };
|
|
B56084A88F0BC291A6880E34E328C7BC /* IGListDisplayDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDisplayDelegate.html; path = docs/Protocols/IGListDisplayDelegate.html; sourceTree = "<group>"; };
|
|
B845FC43DEE845CB174C686B3498240D /* Pods-IGListKitMessageExample-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitMessageExample-acknowledgements.plist"; sourceTree = "<group>"; };
|
|
B90310BFDEB792C0693CC5ADB8B59E3A /* IGListKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IGListKit-Info.plist"; sourceTree = "<group>"; };
|
|
B9299B332C7D9358DD8BDAF68049CED2 /* Constants.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Constants.html; path = docs/Constants.html; sourceTree = "<group>"; };
|
|
BBEA5A4553C9BE16813DB47818485E2E /* Pods-IGListKitExamples-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitExamples-Info.plist"; sourceTree = "<group>"; };
|
|
BE726AF43888DF0C7F7C1D8C6866E3B9 /* IGListMoveIndex.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListMoveIndex.m; sourceTree = "<group>"; };
|
|
BFBAFA87E33B9C739D564E3052DC419E /* Pods-IGListKitExamples.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitExamples.debug.xcconfig"; sourceTree = "<group>"; };
|
|
C0525529DA2B84B1F3CD5C39968556C7 /* IGListKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListKit-dummy.m"; sourceTree = "<group>"; };
|
|
C1676DC9B2B58BB164B5770AE4A1AA3B /* Pods-IGListKitMessageExample.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-IGListKitMessageExample.modulemap"; sourceTree = "<group>"; };
|
|
C1A99101B7FD0FB345799178314AE0CB /* IGListKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListKit-prefix.pch"; sourceTree = "<group>"; };
|
|
C1DE4721BE340A6DDF89DBEA95046820 /* IGListAdapter.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapter.html; path = docs/Classes/IGListAdapter.html; sourceTree = "<group>"; };
|
|
C2267D810839A15755F5E28197B069E3 /* IGListDiff.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = IGListDiff.mm; 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; };
|
|
C332230FF765F424C3F1AD6F27D82474 /* IGListSupplementaryViewSource.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSupplementaryViewSource.html; path = docs/Protocols/IGListSupplementaryViewSource.html; sourceTree = "<group>"; };
|
|
C3E48B6C09DB4B87AB8F2523A79B1D6B /* IGListAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListAdapter.m; path = Source/IGListAdapter.m; sourceTree = "<group>"; };
|
|
C420FE671C4EFB6345F7882E71E5E4DA /* IGListAdapterMoveDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAdapterMoveDelegate.h; path = Source/IGListAdapterMoveDelegate.h; sourceTree = "<group>"; };
|
|
C7C6F0859B45281DE2F20F302A29ED68 /* IGListSectionControllerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListSectionControllerInternal.h; sourceTree = "<group>"; };
|
|
C7F3DDBC4E623739466845B9A9F0FE8C /* IGListAdapterPerformanceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAdapterPerformanceDelegate.h; path = Source/IGListAdapterPerformanceDelegate.h; sourceTree = "<group>"; };
|
|
C9012F307058EE4ABCF2B2FB5D3574DC /* IGListAdapterUpdater.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdater.html; path = docs/Classes/IGListAdapterUpdater.html; sourceTree = "<group>"; };
|
|
CA37B2EEC914A0785E29D2047C0FD1E9 /* IGListSingleSectionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListSingleSectionController.h; path = Source/IGListSingleSectionController.h; sourceTree = "<group>"; };
|
|
CE3008F480B4309F09B0259B66C07597 /* modeling-and-binding.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "modeling-and-binding.html"; path = "docs/modeling-and-binding.html"; sourceTree = "<group>"; };
|
|
CE77CFD6A72590901219325F80A7D9B7 /* IGListWorkingRangeHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListWorkingRangeHandler.h; sourceTree = "<group>"; };
|
|
CF28E4393C715BB0FC81A5CFB00D6ACD /* IGListStackedSectionControllerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListStackedSectionControllerInternal.h; sourceTree = "<group>"; };
|
|
CFDC84B590BEDD3F0CDC316945839372 /* working-with-core-data.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "working-with-core-data.html"; path = "docs/working-with-core-data.html"; sourceTree = "<group>"; };
|
|
CFF408C087E56123D872C50FCFA40AFA /* IGListCollectionViewLayoutCompatible.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListCollectionViewLayoutCompatible.h; path = Source/IGListCollectionViewLayoutCompatible.h; sourceTree = "<group>"; };
|
|
D14D732D3CEBF3AA264AA1B8148B1BDF /* badge.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = badge.svg; path = docs/badge.svg; sourceTree = "<group>"; };
|
|
D1506F96A7CBC596094F7B2A33ACD435 /* IGListSectionMap+DebugDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListSectionMap+DebugDescription.h"; sourceTree = "<group>"; };
|
|
D1C74FFB6B4579E2C45F3AB95BC283C3 /* IGListDebuggingUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListDebuggingUtilities.m; sourceTree = "<group>"; };
|
|
D33ECCD2445C78902BF2608067222F91 /* IGListSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListSectionController.html; path = docs/Classes/IGListSectionController.html; 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>"; };
|
|
D952A047D5FB197406B63B5ADA927302 /* IGListAdapterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListAdapterProxy.m; sourceTree = "<group>"; };
|
|
DA546B8ADF45E9C49AE21793AF908FC2 /* IGListBindingSectionControllerDataSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListBindingSectionControllerDataSource.h; path = Source/IGListBindingSectionControllerDataSource.h; sourceTree = "<group>"; };
|
|
DB617B3AD6B0D099C0066F294361AC40 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/js/jazzy.js; sourceTree = "<group>"; };
|
|
DBE0909C45B4B4F12E2F68766E666043 /* IGListArrayUtilsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListArrayUtilsInternal.h; sourceTree = "<group>"; };
|
|
DD11FA4F4D747228292F39CDD7808F85 /* Pods-IGListKitMessageExample-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-IGListKitMessageExample-umbrella.h"; sourceTree = "<group>"; };
|
|
DE9BBF67B3ADDABCF919D37C121CF8C3 /* IGListSupplementaryViewSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListSupplementaryViewSource.h; path = Source/IGListSupplementaryViewSource.h; sourceTree = "<group>"; };
|
|
DED9369B12236529C64756DDD159A5FB /* Pods-IGListKitExamples-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-IGListKitExamples-dummy.m"; sourceTree = "<group>"; };
|
|
E09C30D85E9DDEB527C77C9AFE8D6B76 /* IGListMoveIndexPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndexPath.h; sourceTree = "<group>"; };
|
|
E238DB9C7E52E19405D95073716D8357 /* IGListAdapterUpdaterDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterUpdaterDelegate.html; path = docs/Protocols/IGListAdapterUpdaterDelegate.html; sourceTree = "<group>"; };
|
|
E309AE66E886B34FA6C73F9729951CA5 /* IGListBatchUpdates.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListBatchUpdates.m; sourceTree = "<group>"; };
|
|
E45EDD691FF311B8A3B3DA94C707AAF0 /* NSString+IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSString+IGListDiffable.h"; sourceTree = "<group>"; };
|
|
E5C0CB8E49DF4232A3CF7156C6511BB7 /* IGListAdapterDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListAdapterDelegate.html; path = docs/Protocols/IGListAdapterDelegate.html; sourceTree = "<group>"; };
|
|
E67111D8D93D71589496E6771FE543AE /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Classes.html; path = docs/Classes.html; sourceTree = "<group>"; };
|
|
E833589E26237AA174C0E9EA6465FEB3 /* IGListAdapterUpdater+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListAdapterUpdater+DebugDescription.m"; sourceTree = "<group>"; };
|
|
E9372831718C06100C6AFA0397DFDBC9 /* IGListCollectionView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListCollectionView.html; path = docs/Classes/IGListCollectionView.html; sourceTree = "<group>"; };
|
|
E9D67F2AF1177C61845A3BBEE77A5D38 /* IGListIndexPathResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexPathResult.h; sourceTree = "<group>"; };
|
|
EA5F1CAD4062FDA7678FCEA53EACE33D /* IGListMoveIndexPathInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndexPathInternal.h; sourceTree = "<group>"; };
|
|
EBDE258CA74FF5078A77584C74EDBDC2 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/index.html; sourceTree = "<group>"; };
|
|
ECB918404917AD4FDCBAA810A7DFF624 /* UICollectionView+IGListBatchUpdateData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UICollectionView+IGListBatchUpdateData.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; };
|
|
EDBA59A2AA390CCA5E5597773A48DD51 /* IGListGenericSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListGenericSectionController.html; path = docs/Classes/IGListGenericSectionController.html; sourceTree = "<group>"; };
|
|
EDD27A8476E8722E951B2DA4445E7A2F /* UICollectionView+DebugDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UICollectionView+DebugDescription.m"; sourceTree = "<group>"; };
|
|
EDDBBEDD1758F2A7AF127E049902C46A /* generating-your-models.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "generating-your-models.html"; path = "docs/generating-your-models.html"; sourceTree = "<group>"; };
|
|
F1B830E3D3F859A4D05A6EC4B93431F4 /* IGListCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListCompatibility.h; sourceTree = "<group>"; };
|
|
F3B589E41CFF0D2CFCEC848E2A5D5BAC /* IGListTransitionDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListTransitionDelegate.h; path = Source/IGListTransitionDelegate.h; sourceTree = "<group>"; };
|
|
F96F6A0856664D181DD81B5EF2A48172 /* IGListCollectionViewLayoutInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListCollectionViewLayoutInternal.h; sourceTree = "<group>"; };
|
|
F9E36173A6C879C3E3E834CBEAB85609 /* Pods-IGListKitTodayExample-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitTodayExample-acknowledgements.plist"; sourceTree = "<group>"; };
|
|
FAFEDA48F1A640BC56553F6BE4447058 /* getting-started.html */ = {isa = PBXFileReference; includeInIndex = 1; name = "getting-started.html"; path = "docs/getting-started.html"; sourceTree = "<group>"; };
|
|
FB6422637E1B4DC6603EC538CA47F177 /* IGListAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAdapter.h; path = Source/IGListAdapter.h; sourceTree = "<group>"; };
|
|
FBE985E43CE368AA737BFE297FFFF930 /* IGListReloadDataUpdater.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListReloadDataUpdater.h; path = Source/IGListReloadDataUpdater.h; sourceTree = "<group>"; };
|
|
FC796A62B892E50A529ACDCC7667F086 /* UIScrollView+IGListKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+IGListKit.h"; sourceTree = "<group>"; };
|
|
FDF5D9B5791BC8D09BF19CAE1F9006D8 /* IGListIndexSetResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = IGListIndexSetResult.m; sourceTree = "<group>"; };
|
|
FE65F47FFB5E1C128EEA82FE06EB9247 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/css/highlight.css; sourceTree = "<group>"; };
|
|
FF5339A45BE6C21D683BDA9ED79DCE06 /* IGListDiffOption.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IGListDiffOption.html; path = docs/Enums/IGListDiffOption.html; 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;
|
|
};
|
|
C780C0D7293D61AF9802BB06C18CDFAF /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
26EA0A48BB89E5440059AECCEB46A14F /* Foundation.framework in Frameworks */,
|
|
5DBA9B53681CF227C9411BCA2020BD6E /* UIKit.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
12DEC4618E3744346F019A43B40C005A /* Internal */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DBE0909C45B4B4F12E2F68766E666043 /* IGListArrayUtilsInternal.h */,
|
|
0F2D8C2174EEB190F934FE496A7DFFBD /* IGListIndexPathResultInternal.h */,
|
|
8153098818861F304A24806868095861 /* IGListIndexSetResultInternal.h */,
|
|
472224FBB7A3B56A05FC530CB0167EF2 /* IGListMoveIndexInternal.h */,
|
|
EA5F1CAD4062FDA7678FCEA53EACE33D /* IGListMoveIndexPathInternal.h */,
|
|
);
|
|
name = Internal;
|
|
path = Internal;
|
|
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>";
|
|
};
|
|
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>";
|
|
};
|
|
3B063CC53D6231A12DA0244AAA81FA4F /* IGListKit */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9E5AE2EAA98C56AAD472AB7E18A2F9FD /* Default */,
|
|
A7D9E7EAAC7F5AD41393D8BCFB9C517E /* Diffing */,
|
|
BD51129607E5D90031382581A5D0D5CD /* Pod */,
|
|
ACC670CC92DD0BACA33C74CE77CA8F29 /* Support Files */,
|
|
);
|
|
name = IGListKit;
|
|
path = ../../..;
|
|
sourceTree = "<group>";
|
|
};
|
|
426FE7C368D4E4110F5F06E68C0DC2F0 /* Common */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6FDEDAD33401B1C42CC43C96F2328C25 /* IGListAssert.h */,
|
|
30DBEF45C2E728D1090A961614EE47E6 /* IGListBatchUpdateData.h */,
|
|
2315909B6F12DA63EE28E3FE987E8908 /* IGListBatchUpdateData.mm */,
|
|
F1B830E3D3F859A4D05A6EC4B93431F4 /* IGListCompatibility.h */,
|
|
7DFD4F2B2D29AB4A18B5120452176853 /* IGListDiff.h */,
|
|
C2267D810839A15755F5E28197B069E3 /* IGListDiff.mm */,
|
|
A273F1EDF2D368DFE57EB7B6C2CAA4F7 /* IGListDiffable.h */,
|
|
62CBBC4894F382BC5AF8D2C38BBA0F32 /* IGListDiffKit.h */,
|
|
044FCE0682D64C46BD87A96F0E3DBF7B /* IGListExperiments.h */,
|
|
E9D67F2AF1177C61845A3BBEE77A5D38 /* IGListIndexPathResult.h */,
|
|
7E87589679047DFEA4C0CF7F76D19965 /* IGListIndexPathResult.m */,
|
|
07A79365D845D6146F294238A9CD843F /* IGListIndexSetResult.h */,
|
|
FDF5D9B5791BC8D09BF19CAE1F9006D8 /* IGListIndexSetResult.m */,
|
|
92F4552DDE17BE53E61F1886DCDE7B70 /* IGListMacros.h */,
|
|
90DA75A42732723728B7EC12D9DAAAF9 /* IGListMoveIndex.h */,
|
|
BE726AF43888DF0C7F7C1D8C6866E3B9 /* IGListMoveIndex.m */,
|
|
E09C30D85E9DDEB527C77C9AFE8D6B76 /* IGListMoveIndexPath.h */,
|
|
6A159BFCD8301C03E679149E499C1E6B /* IGListMoveIndexPath.m */,
|
|
674E727C976C2FB76C9D4A4689ADE85F /* NSNumber+IGListDiffable.h */,
|
|
7E0CCC606FB1769C523803BD2F809E7D /* NSNumber+IGListDiffable.m */,
|
|
E45EDD691FF311B8A3B3DA94C707AAF0 /* NSString+IGListDiffable.h */,
|
|
2EEA22BAE075D9E81B2A849ED64BF95D /* NSString+IGListDiffable.m */,
|
|
12DEC4618E3744346F019A43B40C005A /* Internal */,
|
|
);
|
|
name = Common;
|
|
path = Source/Common;
|
|
sourceTree = "<group>";
|
|
};
|
|
687E31D44AF41B23BE69084C193D6B18 /* Development Pods */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B063CC53D6231A12DA0244AAA81FA4F /* IGListKit */,
|
|
);
|
|
name = "Development Pods";
|
|
sourceTree = "<group>";
|
|
};
|
|
9E5AE2EAA98C56AAD472AB7E18A2F9FD /* Default */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
FB6422637E1B4DC6603EC538CA47F177 /* IGListAdapter.h */,
|
|
C3E48B6C09DB4B87AB8F2523A79B1D6B /* IGListAdapter.m */,
|
|
03DC4A19E3A79A7E24ACAC28C702E4CD /* IGListAdapterDataSource.h */,
|
|
066B551EEA2FA468D3E99C1880375E35 /* IGListAdapterDelegate.h */,
|
|
C420FE671C4EFB6345F7882E71E5E4DA /* IGListAdapterMoveDelegate.h */,
|
|
C7F3DDBC4E623739466845B9A9F0FE8C /* IGListAdapterPerformanceDelegate.h */,
|
|
34D1309F73A540453DCD26645B813697 /* IGListAdapterUpdateListener.h */,
|
|
8D3F2B108AFE983D69E84996ED566057 /* IGListAdapterUpdater.h */,
|
|
87D90284ADC918AE3C5A00FB90A38707 /* IGListAdapterUpdater.m */,
|
|
98D31AD0C93848779245330326E657A4 /* IGListAdapterUpdaterDelegate.h */,
|
|
89C7396F7915F4497DFFBCB46D1B33B1 /* IGListBatchContext.h */,
|
|
8AC78C46C87E838A6509F554738EB8EE /* IGListBindable.h */,
|
|
3954471B291B5095C6676EC5FBA2A8B9 /* IGListBindingSectionController.h */,
|
|
5F5AA1D844489BAA60ADE9B02C921B6D /* IGListBindingSectionController.m */,
|
|
DA546B8ADF45E9C49AE21793AF908FC2 /* IGListBindingSectionControllerDataSource.h */,
|
|
440E3FF7AC26E6111E65519935642573 /* IGListBindingSectionControllerSelectionDelegate.h */,
|
|
64B2C0C25765F7F31D3CA044F2F86C3E /* IGListCollectionContext.h */,
|
|
389848B46317660EF32A43516ECCCA03 /* IGListCollectionScrollingTraits.h */,
|
|
05D3F2BA94861E7615792CDA068A4CF2 /* IGListCollectionView.h */,
|
|
74F7FBDA249198E78AD1871D9160C88D /* IGListCollectionView.m */,
|
|
371F3D6B1997EAA65386CD36258CFDAA /* IGListCollectionViewDelegateLayout.h */,
|
|
9D30D598272340D656FE6EA38F0B7B7E /* IGListCollectionViewLayout.h */,
|
|
1A9022CD0D4E43FA62B9F30CAE92CA69 /* IGListCollectionViewLayout.mm */,
|
|
CFF408C087E56123D872C50FCFA40AFA /* IGListCollectionViewLayoutCompatible.h */,
|
|
9612085D18B7AF158EBEDF462F481763 /* IGListDisplayDelegate.h */,
|
|
0383D34B2EE0202A75A7D5FDDDE43E55 /* IGListGenericSectionController.h */,
|
|
4F48717FE518B8DE09365412671B917A /* IGListGenericSectionController.m */,
|
|
0D8A4F47558918ACF83FD1EB0FA758D0 /* IGListKit.h */,
|
|
FBE985E43CE368AA737BFE297FFFF930 /* IGListReloadDataUpdater.h */,
|
|
365225A14D2009FDF38E6B2C044533AF /* IGListReloadDataUpdater.m */,
|
|
593AB20FE2F62DCCF55CC8C621A87A13 /* IGListScrollDelegate.h */,
|
|
2ED46836AFB8D88B1D96399D09F978EA /* IGListSectionController.h */,
|
|
4F793EC4F27EB18E43481C8411FA2729 /* IGListSectionController.m */,
|
|
CA37B2EEC914A0785E29D2047C0FD1E9 /* IGListSingleSectionController.h */,
|
|
A20E8B1E857182C050621491326DEC24 /* IGListSingleSectionController.m */,
|
|
1B786CE2B90C71EF0828B4448AEE3BE6 /* IGListStackedSectionController.h */,
|
|
970A241B1B809D2A10F86A7127FD5581 /* IGListStackedSectionController.m */,
|
|
DE9BBF67B3ADDABCF919D37C121CF8C3 /* IGListSupplementaryViewSource.h */,
|
|
F3B589E41CFF0D2CFCEC848E2A5D5BAC /* IGListTransitionDelegate.h */,
|
|
5A03A8B550799920D1B3E989D1335998 /* IGListUpdatingDelegate.h */,
|
|
2B1D71CBC7B01980F106DF1EE3F9F9BE /* IGListWorkingRangeDelegate.h */,
|
|
426FE7C368D4E4110F5F06E68C0DC2F0 /* Common */,
|
|
A15DA26586F8A5233F5F6999279CE80A /* Internal */,
|
|
);
|
|
name = Default;
|
|
sourceTree = "<group>";
|
|
};
|
|
A15DA26586F8A5233F5F6999279CE80A /* Internal */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B377708F6EE994BC1010B6BD38A3886 /* IGListAdapter+DebugDescription.h */,
|
|
1CA143C1A19EDA1CBBFE996AC7222DFD /* IGListAdapter+DebugDescription.m */,
|
|
0A8725312F557AB63A46D940FDA5F35A /* IGListAdapter+UICollectionView.h */,
|
|
3EE5A843C04930DC9339D6AA1082C72C /* IGListAdapter+UICollectionView.m */,
|
|
692D718E1FB846F471F1E238A8073509 /* IGListAdapterInternal.h */,
|
|
0AF4B55C8C1668B91FA680D052072D6A /* IGListAdapterProxy.h */,
|
|
D952A047D5FB197406B63B5ADA927302 /* IGListAdapterProxy.m */,
|
|
211F7C53AD1EA83FFE09E9444F559E8A /* IGListAdapterUpdater+DebugDescription.h */,
|
|
E833589E26237AA174C0E9EA6465FEB3 /* IGListAdapterUpdater+DebugDescription.m */,
|
|
77C12F2A7ABA79BCC15AD7CDDFEBB09F /* IGListAdapterUpdaterInternal.h */,
|
|
9B82F9610386A9EFA9762299B844AF90 /* IGListBatchUpdateData+DebugDescription.h */,
|
|
67AE8CAAEBAFEE2A970AE7375EEFF9A9 /* IGListBatchUpdateData+DebugDescription.m */,
|
|
2D7D84E512916E93A503CBF6F88524D6 /* IGListBatchUpdates.h */,
|
|
E309AE66E886B34FA6C73F9729951CA5 /* IGListBatchUpdates.m */,
|
|
420B83CB934E78E8B8A75F7C8AA173F4 /* IGListBatchUpdateState.h */,
|
|
1A89A7D5D864313B7254DA66F8E90249 /* IGListBindingSectionController+DebugDescription.h */,
|
|
61F8D7D92B91C024F2066C168321AA92 /* IGListBindingSectionController+DebugDescription.m */,
|
|
F96F6A0856664D181DD81B5EF2A48172 /* IGListCollectionViewLayoutInternal.h */,
|
|
42D4500DB4DC33B1253A4883F8411E64 /* IGListDebugger.h */,
|
|
0A794A13E30ED1A1B1117EC695A24CDB /* IGListDebugger.m */,
|
|
2DC1C637F9C0AE29D72685C77819220E /* IGListDebuggingUtilities.h */,
|
|
D1C74FFB6B4579E2C45F3AB95BC283C3 /* IGListDebuggingUtilities.m */,
|
|
6F285B85787EB2EBAA85D53861B22942 /* IGListDisplayHandler.h */,
|
|
8A9F5E70A8B4308AB52FC695A00EE707 /* IGListDisplayHandler.m */,
|
|
3882A6E3B7945735D6D90090096760E7 /* IGListReloadIndexPath.h */,
|
|
9B0687400523ED7A1194B47E87FB9526 /* IGListReloadIndexPath.m */,
|
|
C7C6F0859B45281DE2F20F302A29ED68 /* IGListSectionControllerInternal.h */,
|
|
37BEAFA0459AAB1874E601F51BC110D1 /* IGListSectionMap.h */,
|
|
92F335A785084C07099C58BC3A93E574 /* IGListSectionMap.m */,
|
|
D1506F96A7CBC596094F7B2A33ACD435 /* IGListSectionMap+DebugDescription.h */,
|
|
7FFB3F2020528EE055DD35388C7D7C87 /* IGListSectionMap+DebugDescription.m */,
|
|
CF28E4393C715BB0FC81A5CFB00D6ACD /* IGListStackedSectionControllerInternal.h */,
|
|
CE77CFD6A72590901219325F80A7D9B7 /* IGListWorkingRangeHandler.h */,
|
|
7B97C6FC6D3C89142CAF905A5E8A9790 /* IGListWorkingRangeHandler.mm */,
|
|
69937996A99F521B10DD3272B5CCBB0B /* IGSystemVersion.h */,
|
|
67832F3519DB4B210CDF5A5860353925 /* IGSystemVersion.m */,
|
|
0C07BE03D8DEC89C003163AC23C43A4F /* UICollectionView+DebugDescription.h */,
|
|
EDD27A8476E8722E951B2DA4445E7A2F /* UICollectionView+DebugDescription.m */,
|
|
ECB918404917AD4FDCBAA810A7DFF624 /* UICollectionView+IGListBatchUpdateData.h */,
|
|
8696286ED5A79E4AF1AFA2D44920C90B /* UICollectionView+IGListBatchUpdateData.m */,
|
|
63A47D737C4BD54D40504B4EE5F809E9 /* UICollectionViewLayout+InteractiveReordering.h */,
|
|
8A886B504C19BA83BB5179DFA3C7074B /* UICollectionViewLayout+InteractiveReordering.m */,
|
|
FC796A62B892E50A529ACDCC7667F086 /* UIScrollView+IGListKit.h */,
|
|
3FEFC6C17288EDA681F2DA7AA9931B7C /* UIScrollView+IGListKit.m */,
|
|
);
|
|
name = Internal;
|
|
path = Source/Internal;
|
|
sourceTree = "<group>";
|
|
};
|
|
A7D9E7EAAC7F5AD41393D8BCFB9C517E /* Diffing */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = Diffing;
|
|
sourceTree = "<group>";
|
|
};
|
|
ACC670CC92DD0BACA33C74CE77CA8F29 /* Support Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
18D96B30D2A3A2F6F0FE3EEF1774CAC5 /* IGListKit.modulemap */,
|
|
22B293012506ACB2C3B45678B518F484 /* IGListKit.xcconfig */,
|
|
C0525529DA2B84B1F3CD5C39968556C7 /* IGListKit-dummy.m */,
|
|
B90310BFDEB792C0693CC5ADB8B59E3A /* IGListKit-Info.plist */,
|
|
C1A99101B7FD0FB345799178314AE0CB /* IGListKit-prefix.pch */,
|
|
1411C6EFE7A6CAAE16FE65EBD2D55890 /* IGListKit-umbrella.h */,
|
|
);
|
|
name = "Support Files";
|
|
path = "Examples/Examples-iOS/Pods/Target Support Files/IGListKit";
|
|
sourceTree = "<group>";
|
|
};
|
|
BD51129607E5D90031382581A5D0D5CD /* Pod */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
D14D732D3CEBF3AA264AA1B8148B1BDF /* badge.svg */,
|
|
3AA060DDCDAA5270488259126A847E6E /* best-practices-and-faq.html */,
|
|
7F59E34855A27D2382355F64059CB3E7 /* carat.png */,
|
|
E67111D8D93D71589496E6771FE543AE /* Classes.html */,
|
|
B9299B332C7D9358DD8BDAF68049CED2 /* Constants.html */,
|
|
6E443F767BF22D0CDB1998518D50F4E2 /* dash.png */,
|
|
8119818F252591E5B1CCD7009B67FC92 /* Enums.html */,
|
|
5F78C2BDDE88CACE848F107C875BD986 /* Functions.html */,
|
|
EDDBBEDD1758F2A7AF127E049902C46A /* generating-your-models.html */,
|
|
FAFEDA48F1A640BC56553F6BE4447058 /* getting-started.html */,
|
|
AB796D0CAB4048AF7FC98EBBF4917723 /* gh.png */,
|
|
9019EE7B092696DF05B3BDC321A07833 /* Guides.html */,
|
|
FE65F47FFB5E1C128EEA82FE06EB9247 /* highlight.css */,
|
|
C1DE4721BE340A6DDF89DBEA95046820 /* IGListAdapter.html */,
|
|
639E982B1958907B824A6568ADD32EF3 /* IGListAdapterDataSource.html */,
|
|
E5C0CB8E49DF4232A3CF7156C6511BB7 /* IGListAdapterDelegate.html */,
|
|
31A7A42011C196C3CDF1AD81D38FE86C /* IGListAdapterMoveDelegate.html */,
|
|
23EBEFE61B8B248618693FD011E1CEE0 /* IGListAdapterUpdateListener.html */,
|
|
C9012F307058EE4ABCF2B2FB5D3574DC /* IGListAdapterUpdater.html */,
|
|
E238DB9C7E52E19405D95073716D8357 /* IGListAdapterUpdaterDelegate.html */,
|
|
8DFE07B690FEFECB7A8F905715E66254 /* IGListAdapterUpdateType.html */,
|
|
92D47D16C4CFAE67F015643F7510C084 /* IGListBatchContext.html */,
|
|
AC900FECC58A646F4B1790A8457854CC /* IGListBatchUpdateData.html */,
|
|
3EB8531CEB83B8AEC812345FA390180F /* IGListBindable.html */,
|
|
8CC3824F2A3EC593EF4B54B9EC914FC1 /* IGListBindingSectionController.html */,
|
|
02CCE4EC31039FE9608A03FAF2CF8D34 /* IGListBindingSectionControllerDataSource.html */,
|
|
5436E630F35AEB6EEA0604E60680261D /* IGListBindingSectionControllerSelectionDelegate.html */,
|
|
A5D764AD481EBE76DA25BF5BB4C7AD0D /* IGListCollectionContext.html */,
|
|
E9372831718C06100C6AFA0397DFDBC9 /* IGListCollectionView.html */,
|
|
797A2FE675EBCEBB8A6228FB6E63F28F /* IGListCollectionViewDelegateLayout.html */,
|
|
403CCAEBD2A66F06F9192886315B108B /* IGListCollectionViewLayout.html */,
|
|
6FF6DD132F04866BE8D01F15E7AA656C /* IGListDiffable.html */,
|
|
3427C6194DEF85513980D8D53F1DA3C5 /* iglistdiffable-and-equality.html */,
|
|
FF5339A45BE6C21D683BDA9ED79DCE06 /* IGListDiffOption.html */,
|
|
B56084A88F0BC291A6880E34E328C7BC /* IGListDisplayDelegate.html */,
|
|
804AF2931D217E1708961001108574D5 /* IGListExperiment.html */,
|
|
EDBA59A2AA390CCA5E5597773A48DD51 /* IGListGenericSectionController.html */,
|
|
87D08C9EFF4873483EC004BA363EE0C3 /* IGListIndexPathResult.html */,
|
|
A6A7903FB9DFBA3BA30EF026FCC2DF9D /* IGListIndexSetResult.html */,
|
|
370B9601EB583565F97117E9BC072ED1 /* IGListKit.podspec */,
|
|
4EDC7D950B56ABC34AC29691AA21774D /* IGListMoveIndex.html */,
|
|
8794F31CBD1686730DEA031E7727054A /* IGListMoveIndexPath.html */,
|
|
7DA9982D4A447DCFDEC6BC8373AFD90A /* IGListScrollDelegate.html */,
|
|
D33ECCD2445C78902BF2608067222F91 /* IGListSectionController.html */,
|
|
1925B17DBA76D8F40C9AF6C3D9C94A1C /* IGListSingleSectionController.html */,
|
|
43727BA21BE0954130910417C151DA7C /* IGListSingleSectionControllerDelegate.html */,
|
|
22742EF0B6DE8261AB1B378987151EDD /* IGListStackedSectionController.html */,
|
|
C332230FF765F424C3F1AD6F27D82474 /* IGListSupplementaryViewSource.html */,
|
|
3DDEA6E6559142DCD014E5C226253368 /* IGListTransitionDelegate.html */,
|
|
B542DB33EAAFB9AFC94CAC082FED0286 /* IGListUpdatingDelegate.html */,
|
|
36E67F21E86A610819B6CA1E18795F40 /* IGListWorkingRangeDelegate.html */,
|
|
EBDE258CA74FF5078A77584C74EDBDC2 /* index.html */,
|
|
07B3DE78C6980BB6995E7C6ADF5EFA9C /* installation.html */,
|
|
867C7513C719378D50D129144163DF43 /* jazzy.css */,
|
|
DB617B3AD6B0D099C0066F294361AC40 /* jazzy.js */,
|
|
1594390C09EC59E43B1F638396EEEA2A /* jquery.min.js */,
|
|
0BC5635A74E73EDFE4E276EC7737EE67 /* LICENSE.md */,
|
|
4A16647937945685F1D9E31020CB7B63 /* migration.html */,
|
|
CE3008F480B4309F09B0259B66C07597 /* modeling-and-binding.html */,
|
|
AB62E1C6DA9E14B68122D3D4DB6E968B /* Protocols.html */,
|
|
29F39249FF9402BF48F4E050FD49AF48 /* README.md */,
|
|
805DD65287244E65D8FE988C5544C264 /* search.json */,
|
|
6F996AC3C81FF26AB9D7C06F73C95F1E /* Type Definitions.html */,
|
|
2629974FAAACF45FA8B2310E5DAF982F /* undocumented.json */,
|
|
380947FA77199189124E703DC1C0CF75 /* vision.html */,
|
|
CFDC84B590BEDD3F0CDC316945839372 /* working-with-core-data.html */,
|
|
9EF1992B9850A9877FA806094D9AB0FE /* working-with-uicollectionview.html */,
|
|
);
|
|
name = Pod;
|
|
sourceTree = "<group>";
|
|
};
|
|
CF1408CF629C7361332E53B88F7BD30C = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */,
|
|
687E31D44AF41B23BE69084C193D6B18 /* Development Pods */,
|
|
1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */,
|
|
205EFBAD19016B9F5C005000B341EB97 /* Products */,
|
|
2645FE348EFE1212BBF8271E985E2100 /* Targets Support Files */,
|
|
);
|
|
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 */
|
|
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;
|
|
};
|
|
F7C0172DC4609B819C483A59E0927771 /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B46B92DA6C28CB6F5322747DA7FA9259 /* IGListAdapter+DebugDescription.h in Headers */,
|
|
C53C3D9ADC9FF6A72B758299182BF2EF /* IGListAdapter+UICollectionView.h in Headers */,
|
|
69C18F1791460A078F2E7503DF52D3A9 /* IGListAdapter.h in Headers */,
|
|
083707D4DFB99E435B8AB9E765D21F01 /* IGListAdapterDataSource.h in Headers */,
|
|
52DE97F84FF8E239C11E6946678B3752 /* IGListAdapterDelegate.h in Headers */,
|
|
078EE7F0A6C0C05D4ADC51A649E71D8A /* IGListAdapterInternal.h in Headers */,
|
|
BD9BCBC78D070DFF8403401E12EFD09B /* IGListAdapterMoveDelegate.h in Headers */,
|
|
CF552B2C48B9493D33F1C7FEB4852AAC /* IGListAdapterPerformanceDelegate.h in Headers */,
|
|
43BFAA66A206E8A6F9D8301F70B0AE4D /* IGListAdapterProxy.h in Headers */,
|
|
E8BFE6C8932B728BADACF1C377CC232C /* IGListAdapterUpdateListener.h in Headers */,
|
|
1E7429F48A1A2FD6C378A301CBC97251 /* IGListAdapterUpdater+DebugDescription.h in Headers */,
|
|
42F62DDD9364FC4702EABDE4FB168626 /* IGListAdapterUpdater.h in Headers */,
|
|
CCB60B65002D2605C230376170062394 /* IGListAdapterUpdaterDelegate.h in Headers */,
|
|
AB3D3CF8A734B837A488538B52411004 /* IGListAdapterUpdaterInternal.h in Headers */,
|
|
7C29839EB19D7F709F28FED9CB32402D /* IGListArrayUtilsInternal.h in Headers */,
|
|
A9A9279564936FE0EAF95F89EB0B8AAD /* IGListAssert.h in Headers */,
|
|
426248B7E67B3A847AF1B1BD2A19A103 /* IGListBatchContext.h in Headers */,
|
|
7B356E78CB42542D40440815A32AC0D0 /* IGListBatchUpdateData+DebugDescription.h in Headers */,
|
|
8C567AD1964B194962A00D3E5AD25E27 /* IGListBatchUpdateData.h in Headers */,
|
|
85360445E5C3E9174495212901A7490D /* IGListBatchUpdates.h in Headers */,
|
|
558A1592B706959921A3548BF42088F4 /* IGListBatchUpdateState.h in Headers */,
|
|
2BC5A51D82B86957A3BFC7B16F988040 /* IGListBindable.h in Headers */,
|
|
D2E724C95E02C007C0C65791B11865FB /* IGListBindingSectionController+DebugDescription.h in Headers */,
|
|
63BDFADF7142DE39365962DCFDF68E5F /* IGListBindingSectionController.h in Headers */,
|
|
076D3C5F732E7060BFD8115BE93C5504 /* IGListBindingSectionControllerDataSource.h in Headers */,
|
|
332DF287144C586ED4D9CE3C2297656B /* IGListBindingSectionControllerSelectionDelegate.h in Headers */,
|
|
D2198FE4B115B262C08ED2B1164838DA /* IGListCollectionContext.h in Headers */,
|
|
6B074FAE1C973F3B2FD5A329D8400CF5 /* IGListCollectionScrollingTraits.h in Headers */,
|
|
E5F12B8EFEBBC571F67F578DC427BF82 /* IGListCollectionView.h in Headers */,
|
|
08C84BEE894A14E5766B5C50E23274FC /* IGListCollectionViewDelegateLayout.h in Headers */,
|
|
73E9A9FDB94FB973A3582D675BAF95FF /* IGListCollectionViewLayout.h in Headers */,
|
|
3A94977553916C52A0235B48111926ED /* IGListCollectionViewLayoutCompatible.h in Headers */,
|
|
78CAAB972EBDE8B6D7E8EA4C8950177A /* IGListCollectionViewLayoutInternal.h in Headers */,
|
|
3D1D111DEF3B0541CC0715B8F070075F /* IGListCompatibility.h in Headers */,
|
|
17DEE94EE7607E6C31C347D1872A83C4 /* IGListDebugger.h in Headers */,
|
|
2AD3B0BF6A79019B8C6814F242C804D1 /* IGListDebuggingUtilities.h in Headers */,
|
|
25D85AC1A76829D45B602529486E1703 /* IGListDiff.h in Headers */,
|
|
92A0098963EEABBCE7891AEF2BBEFEB9 /* IGListDiffable.h in Headers */,
|
|
369279995C112E3620C3DFF8675BA23B /* IGListDiffKit.h in Headers */,
|
|
1F1B534348B5B6583D691176D3FA980C /* IGListDisplayDelegate.h in Headers */,
|
|
C61723062C613D10AE505D7D3C851A3F /* IGListDisplayHandler.h in Headers */,
|
|
89C9164445EBBEE72A39B233293B1DAC /* IGListExperiments.h in Headers */,
|
|
216E86A5811F0D2957308B2985C906A1 /* IGListGenericSectionController.h in Headers */,
|
|
4783C07C11C07427C43BBCC93AC5143C /* IGListIndexPathResult.h in Headers */,
|
|
3F8CF4DE5BAEBEE19C08579E38BB776C /* IGListIndexPathResultInternal.h in Headers */,
|
|
EEA0D92EB192DB986DB66AA5371AA45D /* IGListIndexSetResult.h in Headers */,
|
|
E7F66F981EF91FC8B590E7B75487053B /* IGListIndexSetResultInternal.h in Headers */,
|
|
6D1F1EC22DF9780694EF665E670E5D1A /* IGListKit-umbrella.h in Headers */,
|
|
10CF8697DC9BF0D2014652FC30C3DDDC /* IGListKit.h in Headers */,
|
|
281DEA132034220BBC681103A1AF5CE1 /* IGListMacros.h in Headers */,
|
|
AE0BD12CEAA45873317AE6718BC8506D /* IGListMoveIndex.h in Headers */,
|
|
FD153EA9B5A2B8D878F3DEF858A6A3A0 /* IGListMoveIndexInternal.h in Headers */,
|
|
C4D746E4DD31BF495BAD1E424D3E67CA /* IGListMoveIndexPath.h in Headers */,
|
|
22D3785E32AAA7E050355166AB53F34E /* IGListMoveIndexPathInternal.h in Headers */,
|
|
CDCE0F8949FCDA85DCC07A91EA102106 /* IGListReloadDataUpdater.h in Headers */,
|
|
1F20AAB4355466D60A46BDA391AB86EE /* IGListReloadIndexPath.h in Headers */,
|
|
B15652D58487B23119F5CD952287BF46 /* IGListScrollDelegate.h in Headers */,
|
|
3876E9EB11373F8E2EF342CB3691BAED /* IGListSectionController.h in Headers */,
|
|
B5C62515D6137F11E5EE5A150FA4EEA5 /* IGListSectionControllerInternal.h in Headers */,
|
|
55D072F3C077B3BF47C2A71295522BD9 /* IGListSectionMap+DebugDescription.h in Headers */,
|
|
775D3EA9ACADCB1061579432AF46A03A /* IGListSectionMap.h in Headers */,
|
|
6F0CC3FFAF4600EB5B32D2F997FE9661 /* IGListSingleSectionController.h in Headers */,
|
|
3FE2AF8CFFF1CBCF2EA692B01FDD7AE1 /* IGListStackedSectionController.h in Headers */,
|
|
E0F57C7DBAC24D7DC63160DA5812C370 /* IGListStackedSectionControllerInternal.h in Headers */,
|
|
267F7A5F03290F54BCEFDBF866970EE5 /* IGListSupplementaryViewSource.h in Headers */,
|
|
B32CD5CBE9F25F88399132223D39EA98 /* IGListTransitionDelegate.h in Headers */,
|
|
913D28466D2B34E687DC0D9702062054 /* IGListUpdatingDelegate.h in Headers */,
|
|
FF7E567E457135B97BD182D8C67F75F4 /* IGListWorkingRangeDelegate.h in Headers */,
|
|
ED5C65077D8311258083BF27DAEDCEC8 /* IGListWorkingRangeHandler.h in Headers */,
|
|
5C3085AEB7ECFA44C0CBCC574C814C22 /* IGSystemVersion.h in Headers */,
|
|
512468176AE53D4E243476E371CA6384 /* NSNumber+IGListDiffable.h in Headers */,
|
|
98FDEA8D5C95BB0DFFDA1B059141FB8E /* NSString+IGListDiffable.h in Headers */,
|
|
7C3A33BD13E4E4BDBBA2A94219AA452D /* UICollectionView+DebugDescription.h in Headers */,
|
|
8AA91E8D505AAA0E8B448ABF59CD2E95 /* UICollectionView+IGListBatchUpdateData.h in Headers */,
|
|
ACBC251FDC68254A12F7D7B8C763095D /* UICollectionViewLayout+InteractiveReordering.h in Headers */,
|
|
D75260F59B10CAEA2E52C2206EE7B0D3 /* UIScrollView+IGListKit.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";
|
|
};
|
|
7E744CEE24C044B1DCCAA8DFFBCACB6C /* IGListKit */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = C366647750138040A1FC88EBB5DD09AC /* Build configuration list for PBXNativeTarget "IGListKit" */;
|
|
buildPhases = (
|
|
F7C0172DC4609B819C483A59E0927771 /* Headers */,
|
|
ABBF128F194B2FB4D8A05C5ABB597CF1 /* Sources */,
|
|
C780C0D7293D61AF9802BB06C18CDFAF /* Frameworks */,
|
|
6E9F3806F5D0148F67879F883C5B86E0 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = IGListKit;
|
|
productName = IGListKit;
|
|
productReference = 68037F304CD34327A2ABDB9CBE2FD6A8 /* IGListKit.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";
|
|
};
|
|
/* 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 = (
|
|
7E744CEE24C044B1DCCAA8DFFBCACB6C /* 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;
|
|
};
|
|
6E9F3806F5D0148F67879F883C5B86E0 /* 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;
|
|
};
|
|
ABBF128F194B2FB4D8A05C5ABB597CF1 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
C330A515296CBE24A82292B534CECD32 /* IGListAdapter+DebugDescription.m in Sources */,
|
|
CCF21C54492902F6AB5756105A55777F /* IGListAdapter+UICollectionView.m in Sources */,
|
|
46C8A5977F015698E3F8441FD78B3815 /* IGListAdapter.m in Sources */,
|
|
EDFE97C739D7C27EB5DF573623146AE0 /* IGListAdapterProxy.m in Sources */,
|
|
894295A77D2FE6D08956E31F5E4BEA90 /* IGListAdapterUpdater+DebugDescription.m in Sources */,
|
|
EB9DE9CECB4E21D81D66C5F80C2D6209 /* IGListAdapterUpdater.m in Sources */,
|
|
860968484A55F57A2E0160414C601EFC /* IGListBatchUpdateData+DebugDescription.m in Sources */,
|
|
8ECF5C6225FE112FFBB5E5C0767BE421 /* IGListBatchUpdateData.mm in Sources */,
|
|
7C9CDAA99E50763C7A7993D6013C3D82 /* IGListBatchUpdates.m in Sources */,
|
|
AB14E01885528EF9C1895FA1FDCCA52A /* IGListBindingSectionController+DebugDescription.m in Sources */,
|
|
639D19E840CEE47B8A8CDAE0DD96AD76 /* IGListBindingSectionController.m in Sources */,
|
|
71AA970A0AB7DF31644D77F84231EEBF /* IGListCollectionView.m in Sources */,
|
|
35A6013FD8BDA2148972A36AB0ABB8C5 /* IGListCollectionViewLayout.mm in Sources */,
|
|
AFF9372D26BC23508C305031EF5BD98A /* IGListDebugger.m in Sources */,
|
|
40E56342CF63845B458EAFCBD66CD14A /* IGListDebuggingUtilities.m in Sources */,
|
|
78D3337F28EB0D85D3C227CCA1CAC487 /* IGListDiff.mm in Sources */,
|
|
5D8602CAA6AE82D1560BA27DB004A614 /* IGListDisplayHandler.m in Sources */,
|
|
194775034FF52A1FF3EE93459DD1AAA8 /* IGListGenericSectionController.m in Sources */,
|
|
C3B987D343F39BD8AAD53F80B48CC011 /* IGListIndexPathResult.m in Sources */,
|
|
8A407059D7A86F31421960855E58D4F9 /* IGListIndexSetResult.m in Sources */,
|
|
FB2987DAC40437D72958533E7B955EF5 /* IGListKit-dummy.m in Sources */,
|
|
60B47D935CBB717BC0D1E8B47887CD7D /* IGListMoveIndex.m in Sources */,
|
|
D350E679B53B363E68753893E2ABEA93 /* IGListMoveIndexPath.m in Sources */,
|
|
E9D5623481C8CB91D32BDE1D78ED40ED /* IGListReloadDataUpdater.m in Sources */,
|
|
3F9AC999133EF04647D1A660FD61955D /* IGListReloadIndexPath.m in Sources */,
|
|
339DE064A51B93D31F00ADD08D65232D /* IGListSectionController.m in Sources */,
|
|
8DDEB77D26E101539FBC32073BCC91BC /* IGListSectionMap+DebugDescription.m in Sources */,
|
|
CEBECDD6178C3F768D2FF4BD80405BDE /* IGListSectionMap.m in Sources */,
|
|
81F8452E9117587E205091DE73A80B76 /* IGListSingleSectionController.m in Sources */,
|
|
D408771CF05B12485C14D5A819D04B43 /* IGListStackedSectionController.m in Sources */,
|
|
1BA5D4302BBB5DC62D2CF4587FB5D3BE /* IGListWorkingRangeHandler.mm in Sources */,
|
|
85893A0F1D8732D0D28035E406DAEF5F /* IGSystemVersion.m in Sources */,
|
|
798199A75C4A7C31E97B38AA4B037C96 /* NSNumber+IGListDiffable.m in Sources */,
|
|
E06A01FAC1C0F8053DB7F7D5110B1E9E /* NSString+IGListDiffable.m in Sources */,
|
|
D709E3D33001D8C64533654DFD7A627D /* UICollectionView+DebugDescription.m in Sources */,
|
|
D6B9D0372AFCFDB89F5B18A96A9CD0B2 /* UICollectionView+IGListBatchUpdateData.m in Sources */,
|
|
B3D57B439E9CA31E04FD392FEA45209B /* UICollectionViewLayout+InteractiveReordering.m in Sources */,
|
|
1F327C2BF81FD3A44F3C928E0A2790B4 /* UIScrollView+IGListKit.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
67063A68B34CA90D4E65782EB6E07855 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
name = IGListKit;
|
|
target = 7E744CEE24C044B1DCCAA8DFFBCACB6C /* IGListKit */;
|
|
targetProxy = 3CB146CADA5C19602C8D12DDC7D38BDB /* PBXContainerItemProxy */;
|
|
};
|
|
9D7A83CCBE42DC893E21B50607D0A5B6 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
name = IGListKit;
|
|
target = 7E744CEE24C044B1DCCAA8DFFBCACB6C /* IGListKit */;
|
|
targetProxy = ECFCADAB141C83EEB8CC1527E24DFABD /* PBXContainerItemProxy */;
|
|
};
|
|
F1D6E5FCA32C05A047D9C46247A845F3 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
name = IGListKit;
|
|
target = 7E744CEE24C044B1DCCAA8DFFBCACB6C /* 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;
|
|
};
|
|
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;
|
|
};
|
|
6F865FAAD59BF0D1B09FCA07324FB94F /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 22B293012506ACB2C3B45678B518F484 /* 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;
|
|
};
|
|
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;
|
|
};
|
|
C8444E0098395D2EB4084AA961DC0E13 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 22B293012506ACB2C3B45678B518F484 /* 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;
|
|
};
|
|
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;
|
|
};
|
|
/* 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;
|
|
};
|
|
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;
|
|
};
|
|
C366647750138040A1FC88EBB5DD09AC /* Build configuration list for PBXNativeTarget "IGListKit" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C8444E0098395D2EB4084AA961DC0E13 /* Debug */,
|
|
6F865FAAD59BF0D1B09FCA07324FB94F /* 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 */;
|
|
}
|