IGListKit/Examples/Examples-macOS/Pods/Pods.xcodeproj/project.pbxproj
Tim Oliver 0796e92a09 Fix warnings in macOS sample app in Xcode 9.3
Summary:
Issue fixed: #1057

- [x] All tests pass. Demo project builds and runs.
- [x] I added tests, an experiment, or detailed why my change isn't tested.
- [ ] 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)

Hello again everyone! I was having a play with integrating Realm with IGListKit again and I noticed this issue detailing the macOS app featuring several build warnings.

This PR:
* Updates the settings of both the macOS example project, and the Pods project to the Xcode 9.3 defaults.
* Removes any deprecated Swift APIs.
* Updates some variable names to satisfy swiftlint's constraint that names should be >= 4 characters.

Please let me know if I need to change/add anything else. Thanks! :)
Closes https://github.com/Instagram/IGListKit/pull/1177

Differential Revision: D8204500

Pulled By: rnystrom

fbshipit-source-id: 141360acc08b179d698afa23b1d02aacca8a7434
2018-05-30 18:18:03 -07:00

824 lines
61 KiB
Text

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
15222FEAEF805D46F05F02C53DADCF79 /* IGListAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EF51A7D2F0986A35BAA0D5A75DE2425 /* IGListAssert.h */; settings = {ATTRIBUTES = (Public, ); }; };
17388D9DBEB1E793871B94C02A66E3DF /* IGListIndexSetResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D5CA35BCFE67AE1176695EEA4EB0D51 /* IGListIndexSetResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
1A89AF7CCCD65D9D5B946363776D05AE /* Pods-IGListKitExamples-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 52054AE893A0AE7FBFC54333D8ABD345 /* Pods-IGListKitExamples-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
1FA0D01C162305A69048E3C262E282A5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 270DD1219F1E6CF00379D39F252D87C6 /* Cocoa.framework */; };
211708B623864AEBDEC8DB8FC45471DB /* IGListMoveIndexInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 75AA49711AE5076BDD9CD03327BC67A1 /* IGListMoveIndexInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
24CAA8992E1853D1EA40DA3D1EB4CA38 /* IGListIndexPathResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 612E4679FE28483199E59066C3D3A679 /* IGListIndexPathResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
25A04C6F2A9BCB4DC2B1B9DDF105D2FF /* IGListMoveIndexPath.h in Headers */ = {isa = PBXBuildFile; fileRef = F70540C2B04826936799F9C66466C357 /* IGListMoveIndexPath.h */; settings = {ATTRIBUTES = (Public, ); }; };
2F1DA0128C155DC81C5A182962F08BA5 /* NSString+IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = 394F90BE54CA565F9C59AA5EBCEBF95F /* NSString+IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
3200C5704E32D2BDC6A79EFFDF053189 /* IGListExperiments.h in Headers */ = {isa = PBXBuildFile; fileRef = 01AAB142D9C8770CD9C7243A4F7B3BCA /* IGListExperiments.h */; settings = {ATTRIBUTES = (Public, ); }; };
355D20C9C5519E941C386436D04D2D80 /* IGListDiff.h in Headers */ = {isa = PBXBuildFile; fileRef = A4F9DB79814CEE7E8FABF5CF08F01D17 /* IGListDiff.h */; settings = {ATTRIBUTES = (Public, ); }; };
3D221A7AE7AF04A92A887DB6ED6885A3 /* IGListIndexSetResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = A4A671A887EBBCBDB0CF3A9A40E76929 /* IGListIndexSetResultInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
4CAEEC1FC24ED02FBA94FD94D9144DB3 /* IGListBatchUpdateData.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A725B3A07E12A90EB55BA1E7D00A62A /* IGListBatchUpdateData.h */; settings = {ATTRIBUTES = (Public, ); }; };
4F3C7A62738774D9B4C3DDC021A7C75A /* IGListDiffKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 027666F9B300FFB51F35F701DEC76A07 /* IGListDiffKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
5580BA938D23ACC9ECA990001974D30D /* IGListCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = B1BDF036F5B9EDC949352F0C6E84CF50 /* IGListCompatibility.h */; settings = {ATTRIBUTES = (Public, ); }; };
558347FDE1ADABA48A09A8997EB6B036 /* IGListIndexPathResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A1A7FEF50E6F8DE8B5BCD059CED57B9 /* IGListIndexPathResult.m */; };
636B8A68EB8FDFA94A5D3C110521EE19 /* IGListArrayUtilsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C09FC61C68883B3FB20F20846AD1409F /* IGListArrayUtilsInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
6E681F6E808B0EB0D71F23E6BB70AEED /* IGListMoveIndex.m in Sources */ = {isa = PBXBuildFile; fileRef = 66D27C136FABB8A613138034DB0B43E6 /* IGListMoveIndex.m */; };
74B7D5C6781BC4F7565EA41620EDFC7B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 270DD1219F1E6CF00379D39F252D87C6 /* Cocoa.framework */; };
84837A472A3ED4129A84461C4C918833 /* IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = C9426DD728898A23EE50A48A75B57026 /* IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
8F83209EB4D1CA578F742F4529604298 /* IGListMoveIndexPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E842ABFCCF34678D81101325FED4DD8 /* IGListMoveIndexPath.m */; };
90FEDBD467BDBAA2A2F6EABCB0FBC780 /* IGListIndexPathResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A19C1BB496199788C0E5FB7075215A1 /* IGListIndexPathResultInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
9C4E1FE7A20BDF1411E859478524BD01 /* IGListMoveIndexPathInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B9EA76FCC7520B475B3B2B67455141C /* IGListMoveIndexPathInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
A66BCF7FAD05465ADCD4C4D09CF946D8 /* IGListBatchUpdateData.mm in Sources */ = {isa = PBXBuildFile; fileRef = C01EE61B6D972FFCE5BD044F8F9A069C /* IGListBatchUpdateData.mm */; };
A944F54DA349C44E9A6038F3643BF0B9 /* NSNumber+IGListDiffable.m in Sources */ = {isa = PBXBuildFile; fileRef = 284F98B4D6036AAD898EB5D7C0FCB771 /* NSNumber+IGListDiffable.m */; };
B287503D691259B5CC36459E4101FE8C /* NSNumber+IGListDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = FD61528DF46B83272DFE0DF36B062DDA /* NSNumber+IGListDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; };
C4C4C1B02AFD7277F00A40570658152C /* Pods-IGListKitExamples-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F5AE0385534EC7E6CA75003A7280492 /* Pods-IGListKitExamples-dummy.m */; };
CE89B6182B8D4B105195E5FC5852BA26 /* IGListDiff.mm in Sources */ = {isa = PBXBuildFile; fileRef = A07BA27624DF8B0368B8EE54E9002CEE /* IGListDiff.mm */; };
D804EA4B4B147278C85C73B8A12DCD39 /* IGListKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 332BB38FD0D3DE830A2B57FC61C783A3 /* IGListKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
E1DB7DD1735A68C8AC26DC91CC9EC9D6 /* IGListMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 56FF47E1DE143D693A64532FEB474E9A /* IGListMacros.h */; settings = {ATTRIBUTES = (Public, ); }; };
E78523635AC7B65D70E306B9EE2784C1 /* IGListKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0650DF94EDF822AE95F2800E5287BE6C /* IGListKit-dummy.m */; };
EBC602EE053A3A415CEA1287F28FF948 /* IGListMoveIndex.h in Headers */ = {isa = PBXBuildFile; fileRef = BD191A2D3103EA0DE671448CED01609B /* IGListMoveIndex.h */; settings = {ATTRIBUTES = (Public, ); }; };
F2A9E5894E5AFF4EB7AC89ABDE42463B /* NSString+IGListDiffable.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C7BCFA6947461DAF782AEA02C17CCEE /* NSString+IGListDiffable.m */; };
FB842585DA34F96FF068F48ABC93463F /* IGListIndexSetResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 4462D1290EEA9B49648762E3F0C9A0C6 /* IGListIndexSetResult.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
A0A5426482C447F640D6A192E71D5F5B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
proxyType = 1;
remoteGlobalIDString = 8F76F6C33237D48542090C315ADA9C0F;
remoteInfo = IGListKit;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
01AAB142D9C8770CD9C7243A4F7B3BCA /* IGListExperiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListExperiments.h; path = Source/Common/IGListExperiments.h; sourceTree = "<group>"; };
027666F9B300FFB51F35F701DEC76A07 /* IGListDiffKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListDiffKit.h; path = Source/Common/IGListDiffKit.h; sourceTree = "<group>"; };
03A82618F6A90DEA9C958FAFE51F7E2B /* IGListAdapter.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListAdapter.html; path = docs/Classes/IGListAdapter.html; sourceTree = "<group>"; };
0650DF94EDF822AE95F2800E5287BE6C /* IGListKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IGListKit-dummy.m"; sourceTree = "<group>"; };
082E84AA8A17FB53261B63F51EF88949 /* IGListCollectionViewLayout.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListCollectionViewLayout.html; path = docs/Classes/IGListCollectionViewLayout.html; sourceTree = "<group>"; };
0885DEC42DFAB7F856CD7833331915F3 /* IGListExperiment.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListExperiment.html; path = docs/Enums/IGListExperiment.html; sourceTree = "<group>"; };
0A1A7FEF50E6F8DE8B5BCD059CED57B9 /* IGListIndexPathResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListIndexPathResult.m; path = Source/Common/IGListIndexPathResult.m; sourceTree = "<group>"; };
12ADF52592E9484CC572ADE66F7A88EC /* IGListKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListKit-prefix.pch"; sourceTree = "<group>"; };
14CCF70BF425F7F91C92231E8241A60D /* modeling-and-binding.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = "modeling-and-binding.html"; path = "docs/modeling-and-binding.html"; sourceTree = "<group>"; };
17188C83BB7189FEE25CCB5BE33D963A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
1AC04E6344AFB3C3DCE7ABE1D3657AF9 /* IGListAdapterUpdater.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListAdapterUpdater.html; path = docs/Classes/IGListAdapterUpdater.html; sourceTree = "<group>"; };
1B2B14BA3AB402D9CC387EEB27A2F746 /* Pods-IGListKitExamples.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitExamples.debug.xcconfig"; sourceTree = "<group>"; };
2201CF3D0D31B86FDA142B8BF315EB98 /* IGListAdapterDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListAdapterDelegate.html; path = docs/Protocols/IGListAdapterDelegate.html; sourceTree = "<group>"; };
270DD1219F1E6CF00379D39F252D87C6 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; };
284F98B4D6036AAD898EB5D7C0FCB771 /* NSNumber+IGListDiffable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNumber+IGListDiffable.m"; path = "Source/Common/NSNumber+IGListDiffable.m"; sourceTree = "<group>"; };
29643F1F37F954A5D0AD2B9248C7CA94 /* IGListWorkingRangeDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListWorkingRangeDelegate.html; path = docs/Protocols/IGListWorkingRangeDelegate.html; sourceTree = "<group>"; };
297F91D3F0DD136C4EA310510DE71291 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = highlight.css; path = docs/css/highlight.css; sourceTree = "<group>"; };
2D3F399474C20A5E6435D92CD77BF00B /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = jazzy.css; path = docs/css/jazzy.css; sourceTree = "<group>"; };
2F5AE0385534EC7E6CA75003A7280492 /* Pods-IGListKitExamples-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-IGListKitExamples-dummy.m"; sourceTree = "<group>"; };
2F9768FB4D184742CF5F38113FD94177 /* IGListKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = IGListKit.modulemap; sourceTree = "<group>"; };
32F1F71A268B941A70EAD6F4E5F4D360 /* IGListBindable.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListBindable.html; path = docs/Protocols/IGListBindable.html; sourceTree = "<group>"; };
332BB38FD0D3DE830A2B57FC61C783A3 /* IGListKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IGListKit-umbrella.h"; sourceTree = "<group>"; };
33300127090D0B393FA41280D4A95F70 /* badge.svg */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = badge.svg; path = docs/badge.svg; sourceTree = "<group>"; };
3784ADED5A8DAC7E622F50C9F7C99DD7 /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Enums.html; path = docs/Enums.html; sourceTree = "<group>"; };
394F90BE54CA565F9C59AA5EBCEBF95F /* NSString+IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+IGListDiffable.h"; path = "Source/Common/NSString+IGListDiffable.h"; sourceTree = "<group>"; };
3A19C1BB496199788C0E5FB7075215A1 /* IGListIndexPathResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexPathResultInternal.h; sourceTree = "<group>"; };
3A725B3A07E12A90EB55BA1E7D00A62A /* IGListBatchUpdateData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListBatchUpdateData.h; path = Source/Common/IGListBatchUpdateData.h; sourceTree = "<group>"; };
3ABB6AD2C1C230862080D2D49EC40903 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/img/gh.png; sourceTree = "<group>"; };
3CF587F3B759CBFB55A18991866F95E5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = index.html; path = docs/index.html; sourceTree = "<group>"; };
428C13C7C57B2D91F00D94ECF1FA71F8 /* Pods-IGListKitExamples-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-IGListKitExamples-resources.sh"; sourceTree = "<group>"; };
4462D1290EEA9B49648762E3F0C9A0C6 /* IGListIndexSetResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListIndexSetResult.m; path = Source/Common/IGListIndexSetResult.m; sourceTree = "<group>"; };
450B1EA8BD60197799D0F2656950CCC8 /* IGListBindingSectionControllerSelectionDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListBindingSectionControllerSelectionDelegate.html; path = docs/Protocols/IGListBindingSectionControllerSelectionDelegate.html; sourceTree = "<group>"; };
462DC61A6120E4DC462BBD5EA5C4893C /* IGListAdapterMoveDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListAdapterMoveDelegate.html; path = docs/Protocols/IGListAdapterMoveDelegate.html; sourceTree = "<group>"; };
4BCB4547B8E7B9656D8DF78AF03973D5 /* iglistdiffable-and-equality.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = "iglistdiffable-and-equality.html"; path = "docs/iglistdiffable-and-equality.html"; sourceTree = "<group>"; };
4D24CA731994C1485D387CE9A0838980 /* IGListSupplementaryViewSource.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListSupplementaryViewSource.html; path = docs/Protocols/IGListSupplementaryViewSource.html; sourceTree = "<group>"; };
4D5CA35BCFE67AE1176695EEA4EB0D51 /* IGListIndexSetResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListIndexSetResult.h; path = Source/Common/IGListIndexSetResult.h; sourceTree = "<group>"; };
4F383BFB6641C0BDFBBCF98928D891A9 /* IGListKit.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; path = IGListKit.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
4F513D18A24E58BFDC2FB29634B686F1 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = "<group>"; };
52054AE893A0AE7FBFC54333D8ABD345 /* Pods-IGListKitExamples-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-IGListKitExamples-umbrella.h"; sourceTree = "<group>"; };
528AE0D4100B210CFD833AB13539877A /* IGListUpdatingDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListUpdatingDelegate.html; path = docs/Protocols/IGListUpdatingDelegate.html; sourceTree = "<group>"; };
52AD5F7E7A46A870EADE20CE9CA8F8CB /* IGListBatchContext.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListBatchContext.html; path = docs/Protocols/IGListBatchContext.html; sourceTree = "<group>"; };
553CD2AEAF1DF066B50A1911C72CEAAB /* IGListAdapterUpdateListener.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListAdapterUpdateListener.html; path = docs/Protocols/IGListAdapterUpdateListener.html; sourceTree = "<group>"; };
56FF47E1DE143D693A64532FEB474E9A /* IGListMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListMacros.h; path = Source/Common/IGListMacros.h; sourceTree = "<group>"; };
5B9EA76FCC7520B475B3B2B67455141C /* IGListMoveIndexPathInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndexPathInternal.h; sourceTree = "<group>"; };
5C5B53BB4533BA6F03916F482F49BE94 /* IGListDiffOption.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListDiffOption.html; path = docs/Enums/IGListDiffOption.html; sourceTree = "<group>"; };
5E842ABFCCF34678D81101325FED4DD8 /* IGListMoveIndexPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListMoveIndexPath.m; path = Source/Common/IGListMoveIndexPath.m; sourceTree = "<group>"; };
5EF51A7D2F0986A35BAA0D5A75DE2425 /* IGListAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListAssert.h; path = Source/Common/IGListAssert.h; sourceTree = "<group>"; };
612E4679FE28483199E59066C3D3A679 /* IGListIndexPathResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListIndexPathResult.h; path = Source/Common/IGListIndexPathResult.h; sourceTree = "<group>"; };
66D27C136FABB8A613138034DB0B43E6 /* IGListMoveIndex.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IGListMoveIndex.m; path = Source/Common/IGListMoveIndex.m; sourceTree = "<group>"; };
6C2488B5B321E1340086596BDDF3622F /* getting-started.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = "getting-started.html"; path = "docs/getting-started.html"; sourceTree = "<group>"; };
6C447A82F06C8FABAE605C5F79A16A00 /* undocumented.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = undocumented.json; path = docs/undocumented.json; sourceTree = "<group>"; };
6D30E826CFFAFF224CAB82A4D3A14356 /* Protocols.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Protocols.html; path = docs/Protocols.html; sourceTree = "<group>"; };
6DDA33C0AA976F1E525E8552B7C0D4C9 /* Guides.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Guides.html; path = docs/Guides.html; sourceTree = "<group>"; };
75AA49711AE5076BDD9CD03327BC67A1 /* IGListMoveIndexInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListMoveIndexInternal.h; sourceTree = "<group>"; };
79BB2726A73D1827080C18429F1C56BE /* IGListAdapterUpdaterDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListAdapterUpdaterDelegate.html; path = docs/Protocols/IGListAdapterUpdaterDelegate.html; sourceTree = "<group>"; };
7C7BCFA6947461DAF782AEA02C17CCEE /* NSString+IGListDiffable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+IGListDiffable.m"; path = "Source/Common/NSString+IGListDiffable.m"; sourceTree = "<group>"; };
7E6CF692F93FE961B59F8194477C83CE /* working-with-core-data.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = "working-with-core-data.html"; path = "docs/working-with-core-data.html"; sourceTree = "<group>"; };
805AF1CD7228A59FA07E31F52FF9A16A /* IGListTransitionDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListTransitionDelegate.html; path = docs/Protocols/IGListTransitionDelegate.html; sourceTree = "<group>"; };
827BD6F832B7851B88E6101415894EC9 /* IGListKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IGListKit.xcconfig; sourceTree = "<group>"; };
8A11FC16292B4D81D91AE641B25FB7AF /* Functions.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Functions.html; path = docs/Functions.html; sourceTree = "<group>"; };
8E6160CB6446AE6AE4610A4B9874F6E2 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = jazzy.js; path = docs/js/jazzy.js; sourceTree = "<group>"; };
93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
9A42058653EC0878C788A5188DBA6D5C /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9D11DCAE06F644E6CCE659622CD8E616 /* IGListKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IGListKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
9E85050D0CB9BDAAD61CDD39D1E73337 /* IGListMoveIndexPath.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListMoveIndexPath.html; path = docs/Classes/IGListMoveIndexPath.html; sourceTree = "<group>"; };
A029127DA7965502E53420B5E41B68B2 /* best-practices-and-faq.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = "best-practices-and-faq.html"; path = "docs/best-practices-and-faq.html"; sourceTree = "<group>"; };
A07BA27624DF8B0368B8EE54E9002CEE /* IGListDiff.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = IGListDiff.mm; path = Source/Common/IGListDiff.mm; sourceTree = "<group>"; };
A198E265B2C6E673C7C9C5050F92D9F0 /* Pods-IGListKitExamples.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-IGListKitExamples.release.xcconfig"; sourceTree = "<group>"; };
A21FB61CF5FED18C29013048190979DA /* IGListStackedSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListStackedSectionController.html; path = docs/Classes/IGListStackedSectionController.html; sourceTree = "<group>"; };
A3CA24BF1BB86F38C8512ECD06564348 /* generating-your-models.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = "generating-your-models.html"; path = "docs/generating-your-models.html"; sourceTree = "<group>"; };
A4A671A887EBBCBDB0CF3A9A40E76929 /* IGListIndexSetResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListIndexSetResultInternal.h; sourceTree = "<group>"; };
A4F9DB79814CEE7E8FABF5CF08F01D17 /* IGListDiff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListDiff.h; path = Source/Common/IGListDiff.h; sourceTree = "<group>"; };
A55AB3FEFDEF226F53491F0D528A30FC /* Type Definitions.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = "Type Definitions.html"; path = "docs/Type Definitions.html"; sourceTree = "<group>"; };
A7BBE69D34859663403DA26F14CC4DDB /* Pods-IGListKitExamples-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-IGListKitExamples-acknowledgements.markdown"; sourceTree = "<group>"; };
A851A4ACB8C0DE98BFFBC6FD4D1BACEE /* Pods-IGListKitExamples-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-IGListKitExamples-frameworks.sh"; sourceTree = "<group>"; };
A8B7B1A85457529A6007826362018E96 /* IGListAdapterUpdateType.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListAdapterUpdateType.html; path = docs/Enums/IGListAdapterUpdateType.html; sourceTree = "<group>"; };
A8F7BC2F103D880E549CABD0915FCD44 /* IGListBatchUpdateData.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListBatchUpdateData.html; path = docs/Classes/IGListBatchUpdateData.html; sourceTree = "<group>"; };
ABF549428FEA18696E5358F599E11A24 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
ACB37B7C853C8DD5F25F4F438E24E071 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/img/dash.png; sourceTree = "<group>"; };
ADB37F63A570FF78CDC17771AD63D937 /* installation.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = installation.html; path = docs/installation.html; sourceTree = "<group>"; };
AE5078FDCB572BDD0B2AFBDF85BFA3B8 /* migration.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = migration.html; path = docs/migration.html; sourceTree = "<group>"; };
B03FB6592E10CBCE00BB72B6335DD211 /* IGListCollectionContext.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListCollectionContext.html; path = docs/Protocols/IGListCollectionContext.html; sourceTree = "<group>"; };
B1BDF036F5B9EDC949352F0C6E84CF50 /* IGListCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListCompatibility.h; path = Source/Common/IGListCompatibility.h; sourceTree = "<group>"; };
B59C06D58A931DBA8D2D5276EEDDBDC3 /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = jquery.min.js; path = docs/js/jquery.min.js; sourceTree = "<group>"; };
BA67EB08FB269E17E0696BDBF387D6A0 /* IGListIndexPathResult.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListIndexPathResult.html; path = docs/Classes/IGListIndexPathResult.html; sourceTree = "<group>"; };
BADFA8FA4EB7D03BB413ECCC35121D66 /* IGListCollectionViewDelegateLayout.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListCollectionViewDelegateLayout.html; path = docs/Protocols/IGListCollectionViewDelegateLayout.html; sourceTree = "<group>"; };
BD191A2D3103EA0DE671448CED01609B /* IGListMoveIndex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListMoveIndex.h; path = Source/Common/IGListMoveIndex.h; sourceTree = "<group>"; };
BE56223B24DAF07A8AB18C9424247CD1 /* IGListBindingSectionControllerDataSource.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListBindingSectionControllerDataSource.html; path = docs/Protocols/IGListBindingSectionControllerDataSource.html; sourceTree = "<group>"; };
BF5F34D1513D0390FD2D79C244ABC842 /* IGListGenericSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListGenericSectionController.html; path = docs/Classes/IGListGenericSectionController.html; sourceTree = "<group>"; };
C01EE61B6D972FFCE5BD044F8F9A069C /* IGListBatchUpdateData.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = IGListBatchUpdateData.mm; path = Source/Common/IGListBatchUpdateData.mm; sourceTree = "<group>"; };
C09FC61C68883B3FB20F20846AD1409F /* IGListArrayUtilsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = IGListArrayUtilsInternal.h; sourceTree = "<group>"; };
C427FB48ACBE672C02BC15C735209FB6 /* Constants.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Constants.html; path = docs/Constants.html; sourceTree = "<group>"; };
C6CF1E221A8D32922FB25491B6D99C98 /* IGListSingleSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListSingleSectionController.html; path = docs/Classes/IGListSingleSectionController.html; sourceTree = "<group>"; };
C74977B274FC81218BD1F7D7F008D65D /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/img/carat.png; sourceTree = "<group>"; };
C7F454644FEBF5DB647AE1728D1FD067 /* Pods_IGListKitExamples.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_IGListKitExamples.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C9426DD728898A23EE50A48A75B57026 /* IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListDiffable.h; path = Source/Common/IGListDiffable.h; sourceTree = "<group>"; };
C9B319BBD02D86B1E1A8AC133C2C0F34 /* working-with-uicollectionview.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = "working-with-uicollectionview.html"; path = "docs/working-with-uicollectionview.html"; sourceTree = "<group>"; };
CD590A48D6FB1AC002AAC23F641FA0DB /* IGListCollectionView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListCollectionView.html; path = docs/Classes/IGListCollectionView.html; sourceTree = "<group>"; };
D4F7392B41F8DA92A6FFCBBDC77087DC /* vision.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = vision.html; path = docs/vision.html; sourceTree = "<group>"; };
D50F5F6894E6B748A0A185E9CA1AA60E /* IGListSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListSectionController.html; path = docs/Classes/IGListSectionController.html; sourceTree = "<group>"; };
D803D538BF4074498E5ADB84A16E0395 /* Pods-IGListKitExamples-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-IGListKitExamples-acknowledgements.plist"; sourceTree = "<group>"; };
DAC5DD969D1C56228FEEC4A56814A332 /* IGListAdapterDataSource.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListAdapterDataSource.html; path = docs/Protocols/IGListAdapterDataSource.html; sourceTree = "<group>"; };
DC034FFE54379EDB3E8C72EDFD1967B4 /* IGListSingleSectionControllerDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListSingleSectionControllerDelegate.html; path = docs/Protocols/IGListSingleSectionControllerDelegate.html; sourceTree = "<group>"; };
DDF922EBFB237C1B42E8B07306D987E8 /* Pods-IGListKitExamples.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-IGListKitExamples.modulemap"; sourceTree = "<group>"; };
DF7AAF14C89AF29A69314264F0B8DEB1 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = search.json; path = docs/search.json; sourceTree = "<group>"; };
DFA04A9BCCA2332005B0CCB876527EF4 /* IGListDiffable.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListDiffable.html; path = docs/Protocols/IGListDiffable.html; sourceTree = "<group>"; };
E88F21172CB7ED399DE225B852FE4F24 /* IGListIndexSetResult.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListIndexSetResult.html; path = docs/Classes/IGListIndexSetResult.html; sourceTree = "<group>"; };
ED13E0BB1DB8468E412F0339FCF7255E /* IGListBindingSectionController.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListBindingSectionController.html; path = docs/Classes/IGListBindingSectionController.html; sourceTree = "<group>"; };
EE856728CBB0A554CB067CC7EFCAAB3C /* IGListDisplayDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListDisplayDelegate.html; path = docs/Protocols/IGListDisplayDelegate.html; sourceTree = "<group>"; };
F32FB51F4BAB9A8F26777A015609FDEA /* IGListMoveIndex.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListMoveIndex.html; path = docs/Classes/IGListMoveIndex.html; sourceTree = "<group>"; };
F3ED89DA6715D3421BAE168A2B535497 /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Classes.html; path = docs/Classes.html; sourceTree = "<group>"; };
F70540C2B04826936799F9C66466C357 /* IGListMoveIndexPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IGListMoveIndexPath.h; path = Source/Common/IGListMoveIndexPath.h; sourceTree = "<group>"; };
FAD1F83A96E69693695F6A87355B165C /* IGListScrollDelegate.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IGListScrollDelegate.html; path = docs/Protocols/IGListScrollDelegate.html; sourceTree = "<group>"; };
FD61528DF46B83272DFE0DF36B062DDA /* NSNumber+IGListDiffable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNumber+IGListDiffable.h"; path = "Source/Common/NSNumber+IGListDiffable.h"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
2A4F17E2D3E665BC8D48A016F7995D41 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
74B7D5C6781BC4F7565EA41620EDFC7B /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
CF33662AC93D6C43CC3CED51F1743673 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
1FA0D01C162305A69048E3C262E282A5 /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
04C068A18C5413F804A2959126093416 /* OS X */ = {
isa = PBXGroup;
children = (
270DD1219F1E6CF00379D39F252D87C6 /* Cocoa.framework */,
);
name = "OS X";
sourceTree = "<group>";
};
1C4A812D7A721E4F8A5203A23D92CB45 /* Development Pods */ = {
isa = PBXGroup;
children = (
E6AAE94B27FBC9D73C41CA58EE2F441E /* IGListKit */,
);
name = "Development Pods";
sourceTree = "<group>";
};
2AFC74330A32B0522CEBD142FC4868BC /* Support Files */ = {
isa = PBXGroup;
children = (
2F9768FB4D184742CF5F38113FD94177 /* IGListKit.modulemap */,
827BD6F832B7851B88E6101415894EC9 /* IGListKit.xcconfig */,
0650DF94EDF822AE95F2800E5287BE6C /* IGListKit-dummy.m */,
12ADF52592E9484CC572ADE66F7A88EC /* IGListKit-prefix.pch */,
332BB38FD0D3DE830A2B57FC61C783A3 /* IGListKit-umbrella.h */,
9A42058653EC0878C788A5188DBA6D5C /* Info.plist */,
);
name = "Support Files";
path = "Examples/Examples-macOS/Pods/Target Support Files/IGListKit";
sourceTree = "<group>";
};
39E9EE8210D861DFD82346C1F5EB7218 /* Frameworks */ = {
isa = PBXGroup;
children = (
04C068A18C5413F804A2959126093416 /* OS X */,
);
name = Frameworks;
sourceTree = "<group>";
};
3FD4CFD77FD8FBAEF306DD27340CF5FD /* Internal */ = {
isa = PBXGroup;
children = (
C09FC61C68883B3FB20F20846AD1409F /* IGListArrayUtilsInternal.h */,
3A19C1BB496199788C0E5FB7075215A1 /* IGListIndexPathResultInternal.h */,
A4A671A887EBBCBDB0CF3A9A40E76929 /* IGListIndexSetResultInternal.h */,
75AA49711AE5076BDD9CD03327BC67A1 /* IGListMoveIndexInternal.h */,
5B9EA76FCC7520B475B3B2B67455141C /* IGListMoveIndexPathInternal.h */,
);
name = Internal;
path = Source/Common/Internal;
sourceTree = "<group>";
};
51A62FAD141FCC64FABDAA958233E728 /* Targets Support Files */ = {
isa = PBXGroup;
children = (
F22E6673D29C1778B1984CF7D4D871E9 /* Pods-IGListKitExamples */,
);
name = "Targets Support Files";
sourceTree = "<group>";
};
61F96534B3AFE724944526CC9F6F2EFE /* Products */ = {
isa = PBXGroup;
children = (
9D11DCAE06F644E6CCE659622CD8E616 /* IGListKit.framework */,
C7F454644FEBF5DB647AE1728D1FD067 /* Pods_IGListKitExamples.framework */,
);
name = Products;
sourceTree = "<group>";
};
69BADF8A07F92E3E9AA0882B58160545 /* Pod */ = {
isa = PBXGroup;
children = (
33300127090D0B393FA41280D4A95F70 /* badge.svg */,
A029127DA7965502E53420B5E41B68B2 /* best-practices-and-faq.html */,
C74977B274FC81218BD1F7D7F008D65D /* carat.png */,
F3ED89DA6715D3421BAE168A2B535497 /* Classes.html */,
C427FB48ACBE672C02BC15C735209FB6 /* Constants.html */,
ACB37B7C853C8DD5F25F4F438E24E071 /* dash.png */,
3784ADED5A8DAC7E622F50C9F7C99DD7 /* Enums.html */,
8A11FC16292B4D81D91AE641B25FB7AF /* Functions.html */,
A3CA24BF1BB86F38C8512ECD06564348 /* generating-your-models.html */,
6C2488B5B321E1340086596BDDF3622F /* getting-started.html */,
3ABB6AD2C1C230862080D2D49EC40903 /* gh.png */,
6DDA33C0AA976F1E525E8552B7C0D4C9 /* Guides.html */,
297F91D3F0DD136C4EA310510DE71291 /* highlight.css */,
03A82618F6A90DEA9C958FAFE51F7E2B /* IGListAdapter.html */,
DAC5DD969D1C56228FEEC4A56814A332 /* IGListAdapterDataSource.html */,
2201CF3D0D31B86FDA142B8BF315EB98 /* IGListAdapterDelegate.html */,
462DC61A6120E4DC462BBD5EA5C4893C /* IGListAdapterMoveDelegate.html */,
553CD2AEAF1DF066B50A1911C72CEAAB /* IGListAdapterUpdateListener.html */,
1AC04E6344AFB3C3DCE7ABE1D3657AF9 /* IGListAdapterUpdater.html */,
79BB2726A73D1827080C18429F1C56BE /* IGListAdapterUpdaterDelegate.html */,
A8B7B1A85457529A6007826362018E96 /* IGListAdapterUpdateType.html */,
52AD5F7E7A46A870EADE20CE9CA8F8CB /* IGListBatchContext.html */,
A8F7BC2F103D880E549CABD0915FCD44 /* IGListBatchUpdateData.html */,
32F1F71A268B941A70EAD6F4E5F4D360 /* IGListBindable.html */,
ED13E0BB1DB8468E412F0339FCF7255E /* IGListBindingSectionController.html */,
BE56223B24DAF07A8AB18C9424247CD1 /* IGListBindingSectionControllerDataSource.html */,
450B1EA8BD60197799D0F2656950CCC8 /* IGListBindingSectionControllerSelectionDelegate.html */,
B03FB6592E10CBCE00BB72B6335DD211 /* IGListCollectionContext.html */,
CD590A48D6FB1AC002AAC23F641FA0DB /* IGListCollectionView.html */,
BADFA8FA4EB7D03BB413ECCC35121D66 /* IGListCollectionViewDelegateLayout.html */,
082E84AA8A17FB53261B63F51EF88949 /* IGListCollectionViewLayout.html */,
DFA04A9BCCA2332005B0CCB876527EF4 /* IGListDiffable.html */,
4BCB4547B8E7B9656D8DF78AF03973D5 /* iglistdiffable-and-equality.html */,
5C5B53BB4533BA6F03916F482F49BE94 /* IGListDiffOption.html */,
EE856728CBB0A554CB067CC7EFCAAB3C /* IGListDisplayDelegate.html */,
0885DEC42DFAB7F856CD7833331915F3 /* IGListExperiment.html */,
BF5F34D1513D0390FD2D79C244ABC842 /* IGListGenericSectionController.html */,
BA67EB08FB269E17E0696BDBF387D6A0 /* IGListIndexPathResult.html */,
E88F21172CB7ED399DE225B852FE4F24 /* IGListIndexSetResult.html */,
4F383BFB6641C0BDFBBCF98928D891A9 /* IGListKit.podspec */,
F32FB51F4BAB9A8F26777A015609FDEA /* IGListMoveIndex.html */,
9E85050D0CB9BDAAD61CDD39D1E73337 /* IGListMoveIndexPath.html */,
FAD1F83A96E69693695F6A87355B165C /* IGListScrollDelegate.html */,
D50F5F6894E6B748A0A185E9CA1AA60E /* IGListSectionController.html */,
C6CF1E221A8D32922FB25491B6D99C98 /* IGListSingleSectionController.html */,
DC034FFE54379EDB3E8C72EDFD1967B4 /* IGListSingleSectionControllerDelegate.html */,
A21FB61CF5FED18C29013048190979DA /* IGListStackedSectionController.html */,
4D24CA731994C1485D387CE9A0838980 /* IGListSupplementaryViewSource.html */,
805AF1CD7228A59FA07E31F52FF9A16A /* IGListTransitionDelegate.html */,
528AE0D4100B210CFD833AB13539877A /* IGListUpdatingDelegate.html */,
29643F1F37F954A5D0AD2B9248C7CA94 /* IGListWorkingRangeDelegate.html */,
3CF587F3B759CBFB55A18991866F95E5 /* index.html */,
ADB37F63A570FF78CDC17771AD63D937 /* installation.html */,
2D3F399474C20A5E6435D92CD77BF00B /* jazzy.css */,
8E6160CB6446AE6AE4610A4B9874F6E2 /* jazzy.js */,
B59C06D58A931DBA8D2D5276EEDDBDC3 /* jquery.min.js */,
4F513D18A24E58BFDC2FB29634B686F1 /* LICENSE.md */,
AE5078FDCB572BDD0B2AFBDF85BFA3B8 /* migration.html */,
14CCF70BF425F7F91C92231E8241A60D /* modeling-and-binding.html */,
6D30E826CFFAFF224CAB82A4D3A14356 /* Protocols.html */,
17188C83BB7189FEE25CCB5BE33D963A /* README.md */,
DF7AAF14C89AF29A69314264F0B8DEB1 /* search.json */,
A55AB3FEFDEF226F53491F0D528A30FC /* Type Definitions.html */,
6C447A82F06C8FABAE605C5F79A16A00 /* undocumented.json */,
D4F7392B41F8DA92A6FFCBBDC77087DC /* vision.html */,
7E6CF692F93FE961B59F8194477C83CE /* working-with-core-data.html */,
C9B319BBD02D86B1E1A8AC133C2C0F34 /* working-with-uicollectionview.html */,
);
name = Pod;
sourceTree = "<group>";
};
7DB346D0F39D3F0E887471402A8071AB = {
isa = PBXGroup;
children = (
93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */,
1C4A812D7A721E4F8A5203A23D92CB45 /* Development Pods */,
39E9EE8210D861DFD82346C1F5EB7218 /* Frameworks */,
61F96534B3AFE724944526CC9F6F2EFE /* Products */,
51A62FAD141FCC64FABDAA958233E728 /* Targets Support Files */,
);
sourceTree = "<group>";
};
D78E3CCB2BFD8F52CF5B6DB759A8EC52 /* Diffing */ = {
isa = PBXGroup;
children = (
5EF51A7D2F0986A35BAA0D5A75DE2425 /* IGListAssert.h */,
3A725B3A07E12A90EB55BA1E7D00A62A /* IGListBatchUpdateData.h */,
C01EE61B6D972FFCE5BD044F8F9A069C /* IGListBatchUpdateData.mm */,
B1BDF036F5B9EDC949352F0C6E84CF50 /* IGListCompatibility.h */,
A4F9DB79814CEE7E8FABF5CF08F01D17 /* IGListDiff.h */,
A07BA27624DF8B0368B8EE54E9002CEE /* IGListDiff.mm */,
C9426DD728898A23EE50A48A75B57026 /* IGListDiffable.h */,
027666F9B300FFB51F35F701DEC76A07 /* IGListDiffKit.h */,
01AAB142D9C8770CD9C7243A4F7B3BCA /* IGListExperiments.h */,
612E4679FE28483199E59066C3D3A679 /* IGListIndexPathResult.h */,
0A1A7FEF50E6F8DE8B5BCD059CED57B9 /* IGListIndexPathResult.m */,
4D5CA35BCFE67AE1176695EEA4EB0D51 /* IGListIndexSetResult.h */,
4462D1290EEA9B49648762E3F0C9A0C6 /* IGListIndexSetResult.m */,
56FF47E1DE143D693A64532FEB474E9A /* IGListMacros.h */,
BD191A2D3103EA0DE671448CED01609B /* IGListMoveIndex.h */,
66D27C136FABB8A613138034DB0B43E6 /* IGListMoveIndex.m */,
F70540C2B04826936799F9C66466C357 /* IGListMoveIndexPath.h */,
5E842ABFCCF34678D81101325FED4DD8 /* IGListMoveIndexPath.m */,
FD61528DF46B83272DFE0DF36B062DDA /* NSNumber+IGListDiffable.h */,
284F98B4D6036AAD898EB5D7C0FCB771 /* NSNumber+IGListDiffable.m */,
394F90BE54CA565F9C59AA5EBCEBF95F /* NSString+IGListDiffable.h */,
7C7BCFA6947461DAF782AEA02C17CCEE /* NSString+IGListDiffable.m */,
3FD4CFD77FD8FBAEF306DD27340CF5FD /* Internal */,
);
name = Diffing;
sourceTree = "<group>";
};
E6AAE94B27FBC9D73C41CA58EE2F441E /* IGListKit */ = {
isa = PBXGroup;
children = (
D78E3CCB2BFD8F52CF5B6DB759A8EC52 /* Diffing */,
69BADF8A07F92E3E9AA0882B58160545 /* Pod */,
2AFC74330A32B0522CEBD142FC4868BC /* Support Files */,
);
name = IGListKit;
path = ../../..;
sourceTree = "<group>";
};
F22E6673D29C1778B1984CF7D4D871E9 /* Pods-IGListKitExamples */ = {
isa = PBXGroup;
children = (
ABF549428FEA18696E5358F599E11A24 /* Info.plist */,
DDF922EBFB237C1B42E8B07306D987E8 /* Pods-IGListKitExamples.modulemap */,
A7BBE69D34859663403DA26F14CC4DDB /* Pods-IGListKitExamples-acknowledgements.markdown */,
D803D538BF4074498E5ADB84A16E0395 /* Pods-IGListKitExamples-acknowledgements.plist */,
2F5AE0385534EC7E6CA75003A7280492 /* Pods-IGListKitExamples-dummy.m */,
A851A4ACB8C0DE98BFFBC6FD4D1BACEE /* Pods-IGListKitExamples-frameworks.sh */,
428C13C7C57B2D91F00D94ECF1FA71F8 /* Pods-IGListKitExamples-resources.sh */,
52054AE893A0AE7FBFC54333D8ABD345 /* Pods-IGListKitExamples-umbrella.h */,
1B2B14BA3AB402D9CC387EEB27A2F746 /* Pods-IGListKitExamples.debug.xcconfig */,
A198E265B2C6E673C7C9C5050F92D9F0 /* Pods-IGListKitExamples.release.xcconfig */,
);
name = "Pods-IGListKitExamples";
path = "Target Support Files/Pods-IGListKitExamples";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
E44CA0E64E849364654C2E9BC56B2525 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
636B8A68EB8FDFA94A5D3C110521EE19 /* IGListArrayUtilsInternal.h in Headers */,
15222FEAEF805D46F05F02C53DADCF79 /* IGListAssert.h in Headers */,
4CAEEC1FC24ED02FBA94FD94D9144DB3 /* IGListBatchUpdateData.h in Headers */,
5580BA938D23ACC9ECA990001974D30D /* IGListCompatibility.h in Headers */,
355D20C9C5519E941C386436D04D2D80 /* IGListDiff.h in Headers */,
84837A472A3ED4129A84461C4C918833 /* IGListDiffable.h in Headers */,
4F3C7A62738774D9B4C3DDC021A7C75A /* IGListDiffKit.h in Headers */,
3200C5704E32D2BDC6A79EFFDF053189 /* IGListExperiments.h in Headers */,
24CAA8992E1853D1EA40DA3D1EB4CA38 /* IGListIndexPathResult.h in Headers */,
90FEDBD467BDBAA2A2F6EABCB0FBC780 /* IGListIndexPathResultInternal.h in Headers */,
17388D9DBEB1E793871B94C02A66E3DF /* IGListIndexSetResult.h in Headers */,
3D221A7AE7AF04A92A887DB6ED6885A3 /* IGListIndexSetResultInternal.h in Headers */,
D804EA4B4B147278C85C73B8A12DCD39 /* IGListKit-umbrella.h in Headers */,
E1DB7DD1735A68C8AC26DC91CC9EC9D6 /* IGListMacros.h in Headers */,
EBC602EE053A3A415CEA1287F28FF948 /* IGListMoveIndex.h in Headers */,
211708B623864AEBDEC8DB8FC45471DB /* IGListMoveIndexInternal.h in Headers */,
25A04C6F2A9BCB4DC2B1B9DDF105D2FF /* IGListMoveIndexPath.h in Headers */,
9C4E1FE7A20BDF1411E859478524BD01 /* IGListMoveIndexPathInternal.h in Headers */,
B287503D691259B5CC36459E4101FE8C /* NSNumber+IGListDiffable.h in Headers */,
2F1DA0128C155DC81C5A182962F08BA5 /* NSString+IGListDiffable.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
FCF6DC82D5858E45FAEE513F9E764AAD /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
1A89AF7CCCD65D9D5B946363776D05AE /* Pods-IGListKitExamples-umbrella.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
6B7DA8C024D099705CF771FF16E6FC16 /* Pods-IGListKitExamples */ = {
isa = PBXNativeTarget;
buildConfigurationList = 447A9F6E709F690B1574347D9E329E3D /* Build configuration list for PBXNativeTarget "Pods-IGListKitExamples" */;
buildPhases = (
0F2973A0EC5CE783280F7EAA54947BA5 /* Sources */,
2A4F17E2D3E665BC8D48A016F7995D41 /* Frameworks */,
FCF6DC82D5858E45FAEE513F9E764AAD /* Headers */,
);
buildRules = (
);
dependencies = (
9B463355891949F736B3B5D678FE8D02 /* PBXTargetDependency */,
);
name = "Pods-IGListKitExamples";
productName = "Pods-IGListKitExamples";
productReference = C7F454644FEBF5DB647AE1728D1FD067 /* Pods_IGListKitExamples.framework */;
productType = "com.apple.product-type.framework";
};
8F76F6C33237D48542090C315ADA9C0F /* IGListKit */ = {
isa = PBXNativeTarget;
buildConfigurationList = E7201307ED8B89185711637AB536C273 /* Build configuration list for PBXNativeTarget "IGListKit" */;
buildPhases = (
B833E40FED84E1C701D94DAFF22D6999 /* Sources */,
CF33662AC93D6C43CC3CED51F1743673 /* Frameworks */,
E44CA0E64E849364654C2E9BC56B2525 /* Headers */,
);
buildRules = (
);
dependencies = (
);
name = IGListKit;
productName = IGListKit;
productReference = 9D11DCAE06F644E6CCE659622CD8E616 /* IGListKit.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
D41D8CD98F00B204E9800998ECF8427E /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0830;
LastUpgradeCheck = 0930;
};
buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 7DB346D0F39D3F0E887471402A8071AB;
productRefGroup = 61F96534B3AFE724944526CC9F6F2EFE /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
8F76F6C33237D48542090C315ADA9C0F /* IGListKit */,
6B7DA8C024D099705CF771FF16E6FC16 /* Pods-IGListKitExamples */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
0F2973A0EC5CE783280F7EAA54947BA5 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C4C4C1B02AFD7277F00A40570658152C /* Pods-IGListKitExamples-dummy.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B833E40FED84E1C701D94DAFF22D6999 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A66BCF7FAD05465ADCD4C4D09CF946D8 /* IGListBatchUpdateData.mm in Sources */,
CE89B6182B8D4B105195E5FC5852BA26 /* IGListDiff.mm in Sources */,
558347FDE1ADABA48A09A8997EB6B036 /* IGListIndexPathResult.m in Sources */,
FB842585DA34F96FF068F48ABC93463F /* IGListIndexSetResult.m in Sources */,
E78523635AC7B65D70E306B9EE2784C1 /* IGListKit-dummy.m in Sources */,
6E681F6E808B0EB0D71F23E6BB70AEED /* IGListMoveIndex.m in Sources */,
8F83209EB4D1CA578F742F4529604298 /* IGListMoveIndexPath.m in Sources */,
A944F54DA349C44E9A6038F3643BF0B9 /* NSNumber+IGListDiffable.m in Sources */,
F2A9E5894E5AFF4EB7AC89ABDE42463B /* NSString+IGListDiffable.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
9B463355891949F736B3B5D678FE8D02 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = IGListKit;
target = 8F76F6C33237D48542090C315ADA9C0F /* IGListKit */;
targetProxy = A0A5426482C447F640D6A192E71D5F5B /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
3918C3731F97F7B1A6B91CA53EA9B086 /* 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_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;
CODE_SIGNING_REQUIRED = NO;
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;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/;
STRIP_INSTALLED_PRODUCT = NO;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SYMROOT = "${SRCROOT}/../build";
};
name = Debug;
};
58B4652CC17D6644E3231CF74389BFA6 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 827BD6F832B7851B88E6101415894EC9 /* IGListKit.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
GCC_PREFIX_HEADER = "Target Support Files/IGListKit/IGListKit-prefix.pch";
INFOPLIST_FILE = "Target Support Files/IGListKit/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MODULEMAP_FILE = "Target Support Files/IGListKit/IGListKit.modulemap";
PRODUCT_NAME = IGListKit;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
SWIFT_VERSION = 4.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
6560A4AFF004D1420AB4047ED7B3E45A /* 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_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;
CODE_SIGNING_REQUIRED = NO;
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;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/;
STRIP_INSTALLED_PRODUCT = NO;
SYMROOT = "${SRCROOT}/../build";
};
name = Release;
};
9F364890A4ACD8923C938E91478795A2 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = A198E265B2C6E673C7C9C5050F92D9F0 /* Pods-IGListKitExamples.release.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = "Target Support Files/Pods-IGListKitExamples/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MACOSX_DEPLOYMENT_TARGET = 10.11;
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 = Pods_IGListKitExamples;
SDKROOT = macosx;
SKIP_INSTALL = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
A99A24086E496D116889985030989B99 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 827BD6F832B7851B88E6101415894EC9 /* IGListKit.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
GCC_PREFIX_HEADER = "Target Support Files/IGListKit/IGListKit-prefix.pch";
INFOPLIST_FILE = "Target Support Files/IGListKit/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MODULEMAP_FILE = "Target Support Files/IGListKit/IGListKit.modulemap";
PRODUCT_NAME = IGListKit;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
SWIFT_VERSION = 4.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
E1D3DAF2881D73AB2E8B0C50396FC1B5 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 1B2B14BA3AB402D9CC387EEB27A2F746 /* Pods-IGListKitExamples.debug.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = "Target Support Files/Pods-IGListKitExamples/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MACOSX_DEPLOYMENT_TARGET = 10.11;
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 = Pods_IGListKitExamples;
SDKROOT = macosx;
SKIP_INSTALL = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3918C3731F97F7B1A6B91CA53EA9B086 /* Debug */,
6560A4AFF004D1420AB4047ED7B3E45A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
447A9F6E709F690B1574347D9E329E3D /* Build configuration list for PBXNativeTarget "Pods-IGListKitExamples" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E1D3DAF2881D73AB2E8B0C50396FC1B5 /* Debug */,
9F364890A4ACD8923C938E91478795A2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E7201307ED8B89185711637AB536C273 /* Build configuration list for PBXNativeTarget "IGListKit" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A99A24086E496D116889985030989B99 /* Debug */,
58B4652CC17D6644E3231CF74389BFA6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
}