diff --git a/.travis.yml b/.travis.yml index e410841..3beef4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,17 +12,13 @@ cache: env: global: - - LANG=en_US.UTF-8 - - WORKSPACE="ReactiveLists.xcworkspace" - - FRAMEWORK_SCHEME="ReactiveLists" - EXAMPLE_SCHEME="Example" matrix: - - DESTINATION="OS=10.3.1,name=iPhone 7" SCHEME="$FRAMEWORK_SCHEME" POD_LINT="YES" CODE_COVERAGE="NO" - - DESTINATION="OS=11.4,name=iPhone X" SCHEME="$FRAMEWORK_SCHEME" POD_LINT="NO" CODE_COVERAGE="YES" - - DESTINATION="OS=12.0,name=iPhone 6s" SCHEME="$FRAMEWORK_SCHEME" POD_LINT="NO" CODE_COVERAGE="NO" + - DESTINATION="OS=11.4,name=iPhone X" SCHEME="$FRAMEWORK_SCHEME" POD_LINT="YES" + - DESTINATION="OS=12.0,name=iPhone X" SCHEME="$FRAMEWORK_SCHEME" POD_LINT="NO" # Note: travis installs ruby dependencies using bundler automatically, when there's a Gemfile @@ -37,7 +33,7 @@ script: bundle exec pod lib lint; fi - - xcodebuild test -workspace "$WORKSPACE" -scheme "$FRAMEWORK_SCHEME" -sdk "iphonesimulator" -destination "$DESTINATION" -configuration Debug -enableCodeCoverage "$CODE_COVERAGE" ONLY_ACTIVE_ARCH=NO | bundle exec xcpretty -c + - xcodebuild test -workspace "$WORKSPACE" -scheme "$FRAMEWORK_SCHEME" -sdk "iphonesimulator" -destination "$DESTINATION" -configuration Debug -enableCodeCoverage YES ONLY_ACTIVE_ARCH=NO | bundle exec xcpretty -c - if [ $BUILD_EXAMPLE == "YES" ]; then xcodebuild build -workspace "$WORKSPACE" -scheme "$EXAMPLE_SCHEME" -sdk "iphonesimulator" -destination "$DESTINATION" ONLY_ACTIVE_ARCH=NO | bundle exec xcpretty -c; diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea6848..fef5f60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,19 @@ The changelog for `ReactiveLists`. Also see the [releases](https://github.com/pl NEXT ---- +0.5.0 +----- + +This release closes the [0.5.0 milestone](https://github.com/plangrid/ReactiveLists/milestone/12?closed=1). + +### Breaking + +- Migrated to Swift 5.0 +- Dropped support for iOS 10. iOS 11 and above now required. + ### Changed -- Upgrades DifferenceKit to 1.0.0 ([#156](https://github.com/plangrid/ReactiveLists/pull/156), [@anayini](https://github.com/anayini)) + +- Upgraded to DifferenceKit to 1.1.0 0.4.0 ----- diff --git a/Podfile b/Podfile index 5e8c23a..e506f93 100644 --- a/Podfile +++ b/Podfile @@ -1,13 +1,13 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '10.0' +platform :ios, '11.0' use_frameworks! inhibit_all_warnings! target 'ReactiveLists' do project 'ReactiveLists.xcodeproj' - pod 'DifferenceKit', '1.0.0' + pod 'DifferenceKit', '1.1.0' pod 'SwiftLint', '0.30.1' target 'ReactiveListsExample' do diff --git a/Podfile.lock b/Podfile.lock index dac4bcf..036ac90 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,14 +1,14 @@ PODS: - - DifferenceKit (1.0.0): - - DifferenceKit/Core (= 1.0.0) - - DifferenceKit/UIKitExtension (= 1.0.0) - - DifferenceKit/Core (1.0.0) - - DifferenceKit/UIKitExtension (1.0.0): + - DifferenceKit (1.1.0): + - DifferenceKit/Core (= 1.1.0) + - DifferenceKit/UIKitExtension (= 1.1.0) + - DifferenceKit/Core (1.1.0) + - DifferenceKit/UIKitExtension (1.1.0): - DifferenceKit/Core - SwiftLint (0.30.1) DEPENDENCIES: - - DifferenceKit (= 1.0.0) + - DifferenceKit (= 1.1.0) - SwiftLint (= 0.30.1) SPEC REPOS: @@ -17,9 +17,9 @@ SPEC REPOS: - SwiftLint SPEC CHECKSUMS: - DifferenceKit: d501e37b866e98a8aaee0f61ceb02ad98e52b9c1 + DifferenceKit: 7726ceeff4ec3748788e4b01396861b283797440 SwiftLint: a54bf1fe12b55c68560eb2a7689dfc81458508f7 -PODFILE CHECKSUM: bfad59a1cf3109662a4bc67043009ea60c8542aa +PODFILE CHECKSUM: f4d525d7ba27317176274dd214708a367af86650 -COCOAPODS: 1.5.3 +COCOAPODS: 1.6.1 diff --git a/Pods/DifferenceKit/LICENSE b/Pods/DifferenceKit/LICENSE index d892df5..f49a4e1 100644 --- a/Pods/DifferenceKit/LICENSE +++ b/Pods/DifferenceKit/LICENSE @@ -1,22 +1,201 @@ -The MIT License (MIT) + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ -Copyright (c) 2018 ra1028 + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + 1. Definitions. -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/Pods/DifferenceKit/README.md b/Pods/DifferenceKit/README.md index 01b53d7..e0da414 100644 --- a/Pods/DifferenceKit/README.md +++ b/Pods/DifferenceKit/README.md @@ -7,7 +7,7 @@ The algorithm is optimized based on the Paul Heckel's algorithm.

-Swift4 +Swift5 Release CocoaPods Carthage @@ -15,7 +15,7 @@ The algorithm is optimized based on the Paul Heckel's algorithm.
Build Status Platform -Lincense +Lincense

--- @@ -351,5 +351,38 @@ If your pull request including new function, please write test cases for it. --- +## Credit + +#### Bibliography +DifferenceKit was developed with reference to the following excellent materials. + +- [A technique for isolating differences between files](https://dl.acm.org/citation.cfm?id=359467) (by [Paul Heckel](https://dl.acm.org/author_page.cfm?id=81100051772)) +- [DifferenceAlgorithmComparison](https://github.com/horita-yuya/DifferenceAlgorithmComparison) (by [@horita-yuya](https://github.com/horita-yuya)) +- [RxDataSources](https://github.com/RxSwiftCommunity/RxDataSources) (by [@kzaher](https://github.com/kzaher), [RxSwift Community](https://github.com/RxSwiftCommunity)) + +#### OSS using DifferenceKit +The list of the awesome OSS which uses this library. They also help to understanding how to use DifferenceKit. + +- [Carbon](https://github.com/ra1028/Carbon) (by [@ra1028](https://github.com/ra1028)) +- [Rocket.Chat.iOS](https://github.com/RocketChat/Rocket.Chat.iOS) (by [RocketChat](https://github.com/RocketChat)) +- [wire-ios](https://github.com/wireapp/wire-ios) (by [Wire Swiss GmbH](https://github.com/wireapp)) +- [ReactiveLists](https://github.com/plangrid/ReactiveLists) (by [PlanGrid](https://github.com/plangrid)) +- [ReduxMovieDB](https://github.com/cardoso/ReduxMovieDB) (by [@cardoso](https://github.com/cardoso)) +- [TetrisDiffingCompetition](https://github.com/skagedal/TetrisDiffingCompetition) (by [@skagedal](https://github.com/skagedal)) + +#### Other diffing libraries +I respect and ️❤️ all libraries involved in diffing. + +- [IGListKit](https://github.com/Instagram/IGListKit) (by [Instagram](https://github.com/Instagram)) +- [FlexibleDiff](https://github.com/RACCommunity/FlexibleDiff) (by [@andersio](https://github.com/andersio), [RACCommunity](https://github.com/RACCommunity)) +- [DeepDiff](https://github.com/onmyway133/DeepDiff) (by [@onmyway133](https://github.com/onmyway133)) +- [Changeset](https://github.com/osteslag/Changeset) (by [@osteslag](https://github.com/osteslag)) +- [Differ](https://github.com/tonyarnold/Differ) (by [@tonyarnold](https://github.com/tonyarnold)) +- [Diff.swift](https://github.com/wokalski/Diff.swift) (by [@wokalski](https://github.com/wokalski)) +- [Dwifft](https://github.com/jflinter/Dwifft) (by [@jflinter](https://github.com/jflinter)) +- [ListDiff](https://github.com/lxcid/ListDiff) (by [@lxcid](https://github.com/lxcid)) + +--- + ## License -DifferenceKit is released under the [MIT License](https://github.com/ra1028/DifferenceKit/blob/master/LICENSE). +DifferenceKit is released under the [Apache 2.0 License](https://github.com/ra1028/DifferenceKit/blob/master/LICENSE). diff --git a/Pods/DifferenceKit/Sources/Algorithm.swift b/Pods/DifferenceKit/Sources/Algorithm.swift index d9ee9a5..12c9a70 100644 --- a/Pods/DifferenceKit/Sources/Algorithm.swift +++ b/Pods/DifferenceKit/Sources/Algorithm.swift @@ -19,7 +19,7 @@ public extension StagedChangeset where Collection: RangeReplaceableCollection, C /// /// - Complexity: O(n) @inlinable - public init(source: Collection, target: Collection) { + init(source: Collection, target: Collection) { self.init(source: source, target: target, section: 0) } @@ -44,7 +44,7 @@ public extension StagedChangeset where Collection: RangeReplaceableCollection, C /// /// - Complexity: O(n) @inlinable - public init(source: Collection, target: Collection, section: Int) { + init(source: Collection, target: Collection, section: Int) { let sourceElements = ContiguousArray(source) let targetElements = ContiguousArray(target) @@ -151,7 +151,7 @@ public extension StagedChangeset where Collection: RangeReplaceableCollection, C /// /// - Complexity: O(n) @inlinable - public init(source: Collection, target: Collection) { + init(source: Collection, target: Collection) { typealias Section = Collection.Element typealias SectionIdentifier = Collection.Element.DifferenceIdentifier typealias Element = Collection.Element.Collection.Element @@ -327,7 +327,7 @@ public extension StagedChangeset where Collection: RangeReplaceableCollection, C for targetElementIndex in targetElements.indices { untrackedSourceIndex = untrackedSourceIndex.flatMap { index in - sourceElementTraces[sourceSectionIndex].suffix(from: index).index { !$0.isTracked } + sourceElementTraces[sourceSectionIndex].suffix(from: index).firstIndex { !$0.isTracked } } let targetElementPath = ElementPath(element: targetElementIndex, section: targetSectionIndex) @@ -537,7 +537,7 @@ internal func differentiate( // Record the updates/moves/insertions. for targetIndex in target.indices { untrackedSourceIndex = untrackedSourceIndex.flatMap { index in - sourceTraces.suffix(from: index).index { !$0.isTracked } + sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } } if let sourceIndex = targetReferences[targetIndex] { @@ -654,26 +654,31 @@ internal final class IndicesReference { @usableFromInline internal struct TableKey: Hashable { @usableFromInline - internal let hashValue: Int + internal let pointeeHashValue: Int @usableFromInline internal let pointer: UnsafePointer @inlinable internal init(pointer: UnsafePointer) { - self.hashValue = pointer.pointee.hashValue + self.pointeeHashValue = pointer.pointee.hashValue self.pointer = pointer } @inlinable internal static func == (lhs: TableKey, rhs: TableKey) -> Bool { - return lhs.hashValue == rhs.hashValue + return lhs.pointeeHashValue == rhs.pointeeHashValue && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) } + + @inlinable + internal func hash(into hasher: inout Hasher) { + hasher.combine(pointer.pointee) + } } internal extension MutableCollection where Element: MutableCollection, Index == Int, Element.Index == Int { @inlinable - internal subscript(path: ElementPath) -> Element.Element { + subscript(path: ElementPath) -> Element.Element { get { return self[path.section][path.element] } set { self[path.section][path.element] = newValue } } diff --git a/Pods/DifferenceKit/Sources/Changeset.swift b/Pods/DifferenceKit/Sources/Changeset.swift index 327429b..16e6561 100644 --- a/Pods/DifferenceKit/Sources/Changeset.swift +++ b/Pods/DifferenceKit/Sources/Changeset.swift @@ -65,7 +65,7 @@ public struct Changeset { public extension Changeset { /// The number of section changes. @inlinable - public var sectionChangeCount: Int { + var sectionChangeCount: Int { return sectionDeleted.count + sectionInserted.count + sectionUpdated.count @@ -74,7 +74,7 @@ public extension Changeset { /// The number of element changes. @inlinable - public var elementChangeCount: Int { + var elementChangeCount: Int { return elementDeleted.count + elementInserted.count + elementUpdated.count @@ -83,25 +83,25 @@ public extension Changeset { /// The number of all changes. @inlinable - public var changeCount: Int { + var changeCount: Int { return sectionChangeCount + elementChangeCount } /// A Boolean value indicating whether has section changes. @inlinable - public var hasSectionChanges: Bool { + var hasSectionChanges: Bool { return sectionChangeCount > 0 } /// A Boolean value indicating whether has element changes. @inlinable - public var hasElementChanges: Bool { + var hasElementChanges: Bool { return elementChangeCount > 0 } /// A Boolean value indicating whether has changes. @inlinable - public var hasChanges: Bool { + var hasChanges: Bool { return changeCount > 0 } } diff --git a/Pods/DifferenceKit/Sources/Extensions/UIKitExtension.swift b/Pods/DifferenceKit/Sources/Extensions/UIKitExtension.swift index e40f75d..3a1eab9 100644 --- a/Pods/DifferenceKit/Sources/Extensions/UIKitExtension.swift +++ b/Pods/DifferenceKit/Sources/Extensions/UIKitExtension.swift @@ -23,12 +23,12 @@ public extension UITableView { ) { reload( using: stagedChangeset, - deleteSectionsAnimation: animation, - insertSectionsAnimation: animation, - reloadSectionsAnimation: animation, - deleteRowsAnimation: animation, - insertRowsAnimation: animation, - reloadRowsAnimation: animation, + deleteSectionsAnimation: animation(), + insertSectionsAnimation: animation(), + reloadSectionsAnimation: animation(), + deleteRowsAnimation: animation(), + insertRowsAnimation: animation(), + reloadRowsAnimation: animation(), interrupt: interrupt, setData: setData ) diff --git a/Pods/DifferenceKit/Sources/StagedChangeset.swift b/Pods/DifferenceKit/Sources/StagedChangeset.swift index a917203..60db5d4 100644 --- a/Pods/DifferenceKit/Sources/StagedChangeset.swift +++ b/Pods/DifferenceKit/Sources/StagedChangeset.swift @@ -44,6 +44,8 @@ public struct StagedChangeset { } extension StagedChangeset: RandomAccessCollection, RangeReplaceableCollection, MutableCollection { + public typealias Element = Changeset + @inlinable public init() { self.init([]) diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index dac4bcf..036ac90 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -1,14 +1,14 @@ PODS: - - DifferenceKit (1.0.0): - - DifferenceKit/Core (= 1.0.0) - - DifferenceKit/UIKitExtension (= 1.0.0) - - DifferenceKit/Core (1.0.0) - - DifferenceKit/UIKitExtension (1.0.0): + - DifferenceKit (1.1.0): + - DifferenceKit/Core (= 1.1.0) + - DifferenceKit/UIKitExtension (= 1.1.0) + - DifferenceKit/Core (1.1.0) + - DifferenceKit/UIKitExtension (1.1.0): - DifferenceKit/Core - SwiftLint (0.30.1) DEPENDENCIES: - - DifferenceKit (= 1.0.0) + - DifferenceKit (= 1.1.0) - SwiftLint (= 0.30.1) SPEC REPOS: @@ -17,9 +17,9 @@ SPEC REPOS: - SwiftLint SPEC CHECKSUMS: - DifferenceKit: d501e37b866e98a8aaee0f61ceb02ad98e52b9c1 + DifferenceKit: 7726ceeff4ec3748788e4b01396861b283797440 SwiftLint: a54bf1fe12b55c68560eb2a7689dfc81458508f7 -PODFILE CHECKSUM: bfad59a1cf3109662a4bc67043009ea60c8542aa +PODFILE CHECKSUM: f4d525d7ba27317176274dd214708a367af86650 -COCOAPODS: 1.5.3 +COCOAPODS: 1.6.1 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 31c6efa..24b856f 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -6,379 +6,419 @@ objectVersion = 46; objects = { +/* Begin PBXAggregateTarget section */ + CE53B9448B4F43CF4DC243FAF240FEAC /* SwiftLint */ = { + isa = PBXAggregateTarget; + buildConfigurationList = DAE5C3AB90A4378717EA696867A67ECE /* Build configuration list for PBXAggregateTarget "SwiftLint" */; + buildPhases = ( + ); + dependencies = ( + ); + name = SwiftLint; + productName = SwiftLint; + }; +/* End PBXAggregateTarget section */ + /* Begin PBXBuildFile section */ - 10A0529B3CC3C5F290C90D0208610CF3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 908E902E026C5C22904CF9014A5604AD /* Foundation.framework */; }; - 199315F81A5C7412119704B59BFA224B /* ArraySection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 885EE47206B90A7C63BD540FEC9DFDF8 /* ArraySection.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2F1993085EB6E390A18E8B1A0A7EC8F1 /* AnyDifferentiable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB2EFC2F23401D2BC93550A76BE37992 /* AnyDifferentiable.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 36F54F442B84342426EDDCD8E0342C09 /* Pods-ReactiveLists-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AE6C59BD7669713C77BAC3443746B5DE /* Pods-ReactiveLists-dummy.m */; }; - 37FFFB43A4E20DF61685CCF446C87DEE /* DifferenceKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AE4FB784973B9D5B6793744123BCBAD /* DifferenceKit-dummy.m */; }; - 405B217C29B7FAA14609B67FA6BA5BC0 /* UIKitExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8332CBB89F9C90CE2CF1430F9A7991F6 /* UIKitExtension.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5BF40572B9A89991B37B458E438AACF2 /* ElementPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9CCA32A341DA8083075D4762E13B42 /* ElementPath.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6B749355EDD4AC80511EE49F1694102C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 908E902E026C5C22904CF9014A5604AD /* Foundation.framework */; }; - 6E6EDC45E8D84EBE7751FE5C460C0167 /* Algorithm.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8DE730CE16EBD60A3AED4E4F2CC6744 /* Algorithm.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 72CFD2F59774F4046EEE108B7B68C0D6 /* Pods-ReactiveLists-ReactiveListsExample-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C5343ECCD027724500DF49E141FC554 /* Pods-ReactiveLists-ReactiveListsExample-dummy.m */; }; - 756CF43CB227EC8ACC7698B4B0E317FF /* Changeset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3333B33D5338FD3644670E027A6B53D8 /* Changeset.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8D53AAF4433C7322235C820AF1E22923 /* StagedChangeset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5875DE57B3CB9BC0309E3A30A82195C0 /* StagedChangeset.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8E7FC6FB669189B755B504268C906BC8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 908E902E026C5C22904CF9014A5604AD /* Foundation.framework */; }; - 92431160914B4E4187C9339DBA97EB81 /* Pods-ReactiveListsTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C59CF5C323494B3F1D789F2DBBA8EB7 /* Pods-ReactiveListsTests-dummy.m */; }; - 97F107BB5D5AD0CDAD97319DF3BFDC0C /* Pods-ReactiveLists-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 67F77AD5BE16ABB539C913D9B97439DA /* Pods-ReactiveLists-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A1FE9EEBE7705B14B7BAFBB5ADA9ACE0 /* Pods-ReactiveLists-ReactiveListsExample-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DC27AB8BC897B36466A70CCCEFC37D3 /* Pods-ReactiveLists-ReactiveListsExample-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AE099F721E5A9AF348A6DCD907298744 /* Pods-ReactiveListsTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 077F63C096C41C515DECE309492BABF1 /* Pods-ReactiveListsTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CC3B24547E7F359D568677A2E6BCB391 /* ContentEquatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B015FD73AA0B2D5EAAE2650F50D9D144 /* ContentEquatable.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EB5A242724B69EBB9701FB7A79C933CE /* DifferenceKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8147F7636B15458D13A5380774613421 /* DifferenceKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EB971B5E9D742F2F8F340F99EB98FBD2 /* DifferentiableSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC12DFD12F98DE09C8A65B699AF2C89A /* DifferentiableSection.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F039FE5EBD1AE12F304F1B0D11AC7B54 /* Differentiable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87A137FF4370512DF95FA11AAEE82D3C /* Differentiable.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F0AD5860D8D666576E56FA5B13FDEBAE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 908E902E026C5C22904CF9014A5604AD /* Foundation.framework */; }; - FBF52138E61E1ABBF1AE58298D1F59F8 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC2C02191C153C1554B35DEE8B2D09D4 /* UIKit.framework */; }; + 0192EADC0AEB33365810E41C793F5501 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40CB39E715FBCDAA142E6513E126200A /* Foundation.framework */; }; + 08E7BAC6AE545BD1C4A2829ADB768D74 /* Pods-ReactiveLists-ReactiveListsExample-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DB194EC318DE79065CFB3B760D71E4FD /* Pods-ReactiveLists-ReactiveListsExample-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0F521284DAA6E193C73E55D85E978870 /* DifferentiableSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EED67DB35DF8108BE9CFB2827247C69 /* DifferentiableSection.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 13C0FF0FAA81C17A6C48810AC2A967AF /* Pods-ReactiveListsTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 29874532193D4459F705BAAE82D92540 /* Pods-ReactiveListsTests-dummy.m */; }; + 1F61C53E4CCA5255766B2F00A3F9DB81 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ECF2A2B0720AE923C22BED3192888BE0 /* UIKit.framework */; }; + 2D8CE32B29C68364F83342FCA433C47A /* Pods-ReactiveListsTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 540C0B253BD43C91EB5C776CAF0F9D0D /* Pods-ReactiveListsTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 315A6E36CEBAEA46F688C011E31F4CE8 /* Pods-ReactiveLists-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 019D0620F3632A03ABBBD732A4AB7751 /* Pods-ReactiveLists-dummy.m */; }; + 445981852B19432F19A3941AC67502D1 /* UIKitExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E12EF93796501495277B2849AE0B8ED /* UIKitExtension.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5296D111658799141925BC8AE9A48508 /* DifferenceKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E62A642C20B5796EE7C736073B2805D6 /* DifferenceKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6391BA76D8E59D632645CDD31756E412 /* Changeset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C58BCF65AF128ABC19C9C67B1A98640 /* Changeset.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 967C4076ED249F1211D79F5DD090F229 /* ArraySection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7639986D780DEF7B23B13DA30CF69062 /* ArraySection.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A65B1D2007B8350209B9A4702949D8CB /* StagedChangeset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07ED38A2C65270F0745BB7AF665CED35 /* StagedChangeset.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A76A4BDBBE96BD9B7495DFBAB7163154 /* Algorithm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800FAF6C20121658EB1F1A29BDE82A4D /* Algorithm.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A96336B37B20546430D866CCBD4293AC /* Pods-ReactiveLists-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D74ACC882BD83979EEA2903B740682C5 /* Pods-ReactiveLists-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE0F4F2C5463D1B880315D5A16DAA68E /* ElementPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 691D00B054A33D29B44C720470FE6C7E /* ElementPath.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B585BFF509D003AED1003F46940C3650 /* DifferenceKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3682FA5D7A4AB3AEE796CCB41C0D59FB /* DifferenceKit-dummy.m */; }; + B7206CEDA0144D4C99F01513017DF375 /* AnyDifferentiable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FCF2E147E87F75208DCB44A295028C9 /* AnyDifferentiable.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C191F9821CD9D8859A97A7127C498397 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40CB39E715FBCDAA142E6513E126200A /* Foundation.framework */; }; + C7C7AD07733A9E1570C6472CCB1D1EBF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40CB39E715FBCDAA142E6513E126200A /* Foundation.framework */; }; + CB2FE2D053179149F2470AA9208E2791 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40CB39E715FBCDAA142E6513E126200A /* Foundation.framework */; }; + CC41CB5ADB110709FAB0BCDF66765A09 /* Differentiable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DB4B3BBF7D19B682A66C8774E69AAD7 /* Differentiable.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CCDB47B59B6530ACAE681566DC406141 /* Pods-ReactiveLists-ReactiveListsExample-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E8A71E24765A168428998EB9B879CDA /* Pods-ReactiveLists-ReactiveListsExample-dummy.m */; }; + EDA8CA153F122B098D6C67F02F20BEE4 /* ContentEquatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56EC4B4176977586FC1B4ADA31FA7090 /* ContentEquatable.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 047813632521914716811184A8E9F61E /* PBXContainerItemProxy */ = { + 202C3491325059E5B696AAF136994A13 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1CCB43B4B7F6E290D8BEAC0CE12DC9E9; + remoteGlobalIDString = CE53B9448B4F43CF4DC243FAF240FEAC; + remoteInfo = SwiftLint; + }; + 9F58733F3C1225B9F82667DC90CDD783 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6C4242E3CE1AB068010AEA784EA805A7; remoteInfo = DifferenceKit; }; - 27E032B0372DAB2327B6ADFB7209567A /* PBXContainerItemProxy */ = { + A0BDCEAB25E7A5C15498614C218300BF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1CCB43B4B7F6E290D8BEAC0CE12DC9E9; + remoteGlobalIDString = CE53B9448B4F43CF4DC243FAF240FEAC; + remoteInfo = SwiftLint; + }; + C005FDD19E2B2335EDE7EB3A0712941B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6C4242E3CE1AB068010AEA784EA805A7; remoteInfo = DifferenceKit; }; - 40077FA502434AE208665586FBB61A36 /* PBXContainerItemProxy */ = { + EA7B1A61BA24ADFE3B73589748D40651 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1CCB43B4B7F6E290D8BEAC0CE12DC9E9; + remoteGlobalIDString = 6C4242E3CE1AB068010AEA784EA805A7; remoteInfo = DifferenceKit; }; + EE9ABAB0364559D790A7A27332494F47 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CE53B9448B4F43CF4DC243FAF240FEAC; + remoteInfo = SwiftLint; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 077F63C096C41C515DECE309492BABF1 /* Pods-ReactiveListsTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ReactiveListsTests-umbrella.h"; sourceTree = ""; }; - 09C4C1CBBBCDD3D3B746B4C4999941F2 /* Pods-ReactiveListsTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ReactiveListsTests-acknowledgements.plist"; sourceTree = ""; }; - 0CCD2504C7F9C9FE3E428F56D0CD04A1 /* Pods-ReactiveLists.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ReactiveLists.debug.xcconfig"; sourceTree = ""; }; - 0DFDF67C51FF6A636685EE674B35EE25 /* Pods-ReactiveLists-ReactiveListsExample-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ReactiveLists-ReactiveListsExample-frameworks.sh"; sourceTree = ""; }; - 116574C9FF8EB5FC53C751AC50912AF8 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 157DE719AE8ACA5E30F2AB3F6FB13B49 /* Pods-ReactiveLists-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ReactiveLists-acknowledgements.plist"; sourceTree = ""; }; - 16A36A1E59AB34E2D35DF8EDB28E4E09 /* Pods-ReactiveLists-ReactiveListsExample.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ReactiveLists-ReactiveListsExample.modulemap"; sourceTree = ""; }; - 16DC03E217CC617BD498BE8E5EAA14E9 /* Pods-ReactiveLists.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ReactiveLists.modulemap"; sourceTree = ""; }; - 18C6E2B544ED038A3DFBC3098DBCBF05 /* Pods-ReactiveListsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ReactiveListsTests.debug.xcconfig"; sourceTree = ""; }; - 1E9299E3DE5011428D5E0A4EC9C84E01 /* DifferenceKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DifferenceKit.modulemap; sourceTree = ""; }; - 2AC90E62B734508A0FCFC653E7A31683 /* Pods-ReactiveLists-ReactiveListsExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ReactiveLists-ReactiveListsExample.debug.xcconfig"; sourceTree = ""; }; - 2AE4FB784973B9D5B6793744123BCBAD /* DifferenceKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DifferenceKit-dummy.m"; sourceTree = ""; }; - 2DC27AB8BC897B36466A70CCCEFC37D3 /* Pods-ReactiveLists-ReactiveListsExample-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ReactiveLists-ReactiveListsExample-umbrella.h"; sourceTree = ""; }; - 3333B33D5338FD3644670E027A6B53D8 /* Changeset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Changeset.swift; path = Sources/Changeset.swift; sourceTree = ""; }; - 3F77C912163DF5DF098F86DFDACE7D90 /* Pods-ReactiveListsTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ReactiveListsTests-acknowledgements.markdown"; sourceTree = ""; }; - 531995376063C09D3902C2E4C2EFD97E /* Pods-ReactiveLists-ReactiveListsExample-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ReactiveLists-ReactiveListsExample-acknowledgements.markdown"; sourceTree = ""; }; - 54D84C3A8195E31D703CF5EA48FF9BFF /* Pods-ReactiveLists-ReactiveListsExample-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ReactiveLists-ReactiveListsExample-resources.sh"; sourceTree = ""; }; - 5875DE57B3CB9BC0309E3A30A82195C0 /* StagedChangeset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StagedChangeset.swift; path = Sources/StagedChangeset.swift; sourceTree = ""; }; - 5B4999957B7299E107A21BAC5BF91129 /* Pods-ReactiveLists.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ReactiveLists.release.xcconfig"; sourceTree = ""; }; - 5C59CF5C323494B3F1D789F2DBBA8EB7 /* Pods-ReactiveListsTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ReactiveListsTests-dummy.m"; sourceTree = ""; }; - 5CA8B89B9510D3B827766966FB2DE870 /* Pods_ReactiveLists.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_ReactiveLists.framework; path = "Pods-ReactiveLists.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - 67F77AD5BE16ABB539C913D9B97439DA /* Pods-ReactiveLists-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ReactiveLists-umbrella.h"; sourceTree = ""; }; - 760D038C2D89DD28E74C47DD91DAF418 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 7A9CCA32A341DA8083075D4762E13B42 /* ElementPath.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementPath.swift; path = Sources/ElementPath.swift; sourceTree = ""; }; - 8147F7636B15458D13A5380774613421 /* DifferenceKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DifferenceKit-umbrella.h"; sourceTree = ""; }; - 8162E24BE29B7395EC6615E5229183AF /* Pods_ReactiveListsTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_ReactiveListsTests.framework; path = "Pods-ReactiveListsTests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8332CBB89F9C90CE2CF1430F9A7991F6 /* UIKitExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UIKitExtension.swift; path = Sources/Extensions/UIKitExtension.swift; sourceTree = ""; }; - 86570C7F10A6E0FA03885DFDA55E50D3 /* Pods-ReactiveListsTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ReactiveListsTests.modulemap"; sourceTree = ""; }; - 87A137FF4370512DF95FA11AAEE82D3C /* Differentiable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Differentiable.swift; path = Sources/Differentiable.swift; sourceTree = ""; }; - 885EE47206B90A7C63BD540FEC9DFDF8 /* ArraySection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ArraySection.swift; path = Sources/ArraySection.swift; sourceTree = ""; }; - 8C5343ECCD027724500DF49E141FC554 /* Pods-ReactiveLists-ReactiveListsExample-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ReactiveLists-ReactiveListsExample-dummy.m"; sourceTree = ""; }; - 908E902E026C5C22904CF9014A5604AD /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 91435878720982AAA4A55C6C7085D7EC /* DifferenceKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DifferenceKit.xcconfig; sourceTree = ""; }; - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A3A11FB2D9AED61A956891F7980A538B /* Pods_ReactiveLists_ReactiveListsExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_ReactiveLists_ReactiveListsExample.framework; path = "Pods-ReactiveLists-ReactiveListsExample.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - A86CF2EEC11C7E044420AF22516AF526 /* DifferenceKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DifferenceKit.framework; path = DifferenceKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A8DE730CE16EBD60A3AED4E4F2CC6744 /* Algorithm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Algorithm.swift; path = Sources/Algorithm.swift; sourceTree = ""; }; - AC12DFD12F98DE09C8A65B699AF2C89A /* DifferentiableSection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DifferentiableSection.swift; path = Sources/DifferentiableSection.swift; sourceTree = ""; }; - AE6C59BD7669713C77BAC3443746B5DE /* Pods-ReactiveLists-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ReactiveLists-dummy.m"; sourceTree = ""; }; - B015FD73AA0B2D5EAAE2650F50D9D144 /* ContentEquatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContentEquatable.swift; path = Sources/ContentEquatable.swift; sourceTree = ""; }; - B954323BFD2178B30660FD15B45035A2 /* Pods-ReactiveLists-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ReactiveLists-resources.sh"; sourceTree = ""; }; - BC2C02191C153C1554B35DEE8B2D09D4 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.3.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - C51AA72514E0DFA60B554C4A6998B621 /* Pods-ReactiveListsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ReactiveListsTests.release.xcconfig"; sourceTree = ""; }; - C573547693E5B993358D7BDBA1D615DD /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - E306A31585C5CF6D786DB047B9D2E9B7 /* Pods-ReactiveListsTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ReactiveListsTests-frameworks.sh"; sourceTree = ""; }; - E3C6DD930C99A5D7335B4213B81435E7 /* Pods-ReactiveLists-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ReactiveLists-acknowledgements.markdown"; sourceTree = ""; }; - E85B28002AF138D1A4148F60758B33AF /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - EB2EFC2F23401D2BC93550A76BE37992 /* AnyDifferentiable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyDifferentiable.swift; path = Sources/AnyDifferentiable.swift; sourceTree = ""; }; - F043199093F613FCF445AEFF8196FF19 /* DifferenceKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DifferenceKit-prefix.pch"; sourceTree = ""; }; - F2212AA261D7BC23D65DB471B391225B /* Pods-ReactiveLists-ReactiveListsExample-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ReactiveLists-ReactiveListsExample-acknowledgements.plist"; sourceTree = ""; }; - F65A23E0B8C7657BA9DAE7603D66CD6B /* Pods-ReactiveListsTests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ReactiveListsTests-resources.sh"; sourceTree = ""; }; - FC656316CE90F934E2C128C2DD505710 /* Pods-ReactiveLists-ReactiveListsExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ReactiveLists-ReactiveListsExample.release.xcconfig"; sourceTree = ""; }; + 019D0620F3632A03ABBBD732A4AB7751 /* Pods-ReactiveLists-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ReactiveLists-dummy.m"; sourceTree = ""; }; + 07ED38A2C65270F0745BB7AF665CED35 /* StagedChangeset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StagedChangeset.swift; path = Sources/StagedChangeset.swift; sourceTree = ""; }; + 083107BF64DFDECD11D5EF54A08E1285 /* Pods-ReactiveListsTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ReactiveListsTests-acknowledgements.markdown"; sourceTree = ""; }; + 0E12EF93796501495277B2849AE0B8ED /* UIKitExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UIKitExtension.swift; path = Sources/Extensions/UIKitExtension.swift; sourceTree = ""; }; + 13AD5961100D37B4027C8EB9C85FEAC3 /* Pods-ReactiveListsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ReactiveListsTests.release.xcconfig"; sourceTree = ""; }; + 16626B4FEC9494E5E3930FBAD7255BB1 /* Pods-ReactiveListsTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ReactiveListsTests-acknowledgements.plist"; sourceTree = ""; }; + 1CE4562E0786A2EB514E3E9FC511C224 /* Pods-ReactiveListsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ReactiveListsTests.debug.xcconfig"; sourceTree = ""; }; + 1DB4B3BBF7D19B682A66C8774E69AAD7 /* Differentiable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Differentiable.swift; path = Sources/Differentiable.swift; sourceTree = ""; }; + 2442B9348069DEC0AEDA0AC0E1F5750B /* Pods-ReactiveLists-ReactiveListsExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ReactiveLists-ReactiveListsExample.debug.xcconfig"; sourceTree = ""; }; + 257E2F84E22B56735D77C8248A662D18 /* Pods_ReactiveListsTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ReactiveListsTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 285415B7F361092B611A1B6DA8A4F583 /* Pods-ReactiveLists-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ReactiveLists-acknowledgements.markdown"; sourceTree = ""; }; + 29874532193D4459F705BAAE82D92540 /* Pods-ReactiveListsTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ReactiveListsTests-dummy.m"; sourceTree = ""; }; + 2E8A71E24765A168428998EB9B879CDA /* Pods-ReactiveLists-ReactiveListsExample-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ReactiveLists-ReactiveListsExample-dummy.m"; sourceTree = ""; }; + 31AF63A9B4E263B737D22C84EB3784D2 /* Pods-ReactiveLists-ReactiveListsExample-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ReactiveLists-ReactiveListsExample-frameworks.sh"; sourceTree = ""; }; + 3682FA5D7A4AB3AEE796CCB41C0D59FB /* DifferenceKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DifferenceKit-dummy.m"; sourceTree = ""; }; + 3EED67DB35DF8108BE9CFB2827247C69 /* DifferentiableSection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DifferentiableSection.swift; path = Sources/DifferentiableSection.swift; sourceTree = ""; }; + 3FCF2E147E87F75208DCB44A295028C9 /* AnyDifferentiable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyDifferentiable.swift; path = Sources/AnyDifferentiable.swift; sourceTree = ""; }; + 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; }; + 4C58BCF65AF128ABC19C9C67B1A98640 /* Changeset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Changeset.swift; path = Sources/Changeset.swift; sourceTree = ""; }; + 4FF1F2A51958AEA19CFE7435DCDA5304 /* Pods-ReactiveListsTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ReactiveListsTests.modulemap"; sourceTree = ""; }; + 51B657FFA0D2C589C5F5DA5F5A2CE62B /* Pods-ReactiveLists-ReactiveListsExample-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ReactiveLists-ReactiveListsExample-Info.plist"; sourceTree = ""; }; + 540C0B253BD43C91EB5C776CAF0F9D0D /* Pods-ReactiveListsTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ReactiveListsTests-umbrella.h"; sourceTree = ""; }; + 56EC4B4176977586FC1B4ADA31FA7090 /* ContentEquatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContentEquatable.swift; path = Sources/ContentEquatable.swift; sourceTree = ""; }; + 5F68B08A686C6F67EEB9C1ADDFEB8F23 /* Pods_ReactiveLists_ReactiveListsExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ReactiveLists_ReactiveListsExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 63F80488F5A4EC01AB7EE774FABDF1C7 /* Pods-ReactiveLists.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ReactiveLists.debug.xcconfig"; sourceTree = ""; }; + 691D00B054A33D29B44C720470FE6C7E /* ElementPath.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementPath.swift; path = Sources/ElementPath.swift; sourceTree = ""; }; + 7639986D780DEF7B23B13DA30CF69062 /* ArraySection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ArraySection.swift; path = Sources/ArraySection.swift; sourceTree = ""; }; + 7BD2BEB7D15F08D4F09A35E066C5B13D /* Pods_ReactiveLists.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ReactiveLists.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 800FAF6C20121658EB1F1A29BDE82A4D /* Algorithm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Algorithm.swift; path = Sources/Algorithm.swift; sourceTree = ""; }; + 85540A20B5D17B70356F8FBA58DFEEC3 /* Pods-ReactiveListsTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ReactiveListsTests-Info.plist"; sourceTree = ""; }; + 9A80561D2BEE0F42E902FE23DB4CD88E /* Pods-ReactiveLists.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ReactiveLists.release.xcconfig"; sourceTree = ""; }; + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + AD8652116B579828C9E0F969B72C10D3 /* Pods-ReactiveLists-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ReactiveLists-acknowledgements.plist"; sourceTree = ""; }; + B63182992F43AADB905F10444D1C9B4C /* Pods-ReactiveLists-ReactiveListsExample.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ReactiveLists-ReactiveListsExample.modulemap"; sourceTree = ""; }; + BAF405CFB11C16F4EDE4500C47C76A9E /* Pods-ReactiveLists-ReactiveListsExample-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ReactiveLists-ReactiveListsExample-acknowledgements.markdown"; sourceTree = ""; }; + C244F44D284BF40256C6D0C5B1A7217A /* Pods-ReactiveLists-ReactiveListsExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ReactiveLists-ReactiveListsExample.release.xcconfig"; sourceTree = ""; }; + C2AD050A31D6C991818FE2CA8D862F20 /* Pods-ReactiveLists-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ReactiveLists-Info.plist"; sourceTree = ""; }; + C357B1A9EDD680E8DA0B3389BD750ECD /* DifferenceKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DifferenceKit.xcconfig; sourceTree = ""; }; + CBE15B5531F09D3F1A900A4F484BC3B7 /* DifferenceKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DifferenceKit-Info.plist"; sourceTree = ""; }; + CC9B14BBEB2C75EDE05F7931DA6856B0 /* DifferenceKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DifferenceKit.modulemap; sourceTree = ""; }; + CE312540ACC0D141115B592117F64A3B /* Pods-ReactiveLists-ReactiveListsExample-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ReactiveLists-ReactiveListsExample-acknowledgements.plist"; sourceTree = ""; }; + D74ACC882BD83979EEA2903B740682C5 /* Pods-ReactiveLists-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ReactiveLists-umbrella.h"; sourceTree = ""; }; + DB194EC318DE79065CFB3B760D71E4FD /* Pods-ReactiveLists-ReactiveListsExample-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ReactiveLists-ReactiveListsExample-umbrella.h"; sourceTree = ""; }; + E48E3F1F7598CC49F9918BCFC0BB48F9 /* Pods-ReactiveLists.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ReactiveLists.modulemap"; sourceTree = ""; }; + E5A284382AD6E5C079516EB00C86C4FA /* SwiftLint.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftLint.xcconfig; sourceTree = ""; }; + E62A642C20B5796EE7C736073B2805D6 /* DifferenceKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DifferenceKit-umbrella.h"; sourceTree = ""; }; + EC8E9D6D0AA06E9944E06C78E31CC380 /* DifferenceKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DifferenceKit-prefix.pch"; sourceTree = ""; }; + 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; }; + EEEA2713E341B2870661536C3716B74A /* DifferenceKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DifferenceKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + F7677A342FD7F9A29CFE6BA00706EFB5 /* Pods-ReactiveListsTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ReactiveListsTests-frameworks.sh"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 4DAC11D963A8F4D12979273B3A04835D /* Frameworks */ = { + 437FC364755403FC7683912D804B3460 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 8E7FC6FB669189B755B504268C906BC8 /* Foundation.framework in Frameworks */, + 0192EADC0AEB33365810E41C793F5501 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7AF1D9282F658EBEBCB3D322C40165FB /* Frameworks */ = { + A2B3F1C1C86FB7451F4187CF06448057 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 10A0529B3CC3C5F290C90D0208610CF3 /* Foundation.framework in Frameworks */, + C7C7AD07733A9E1570C6472CCB1D1EBF /* Foundation.framework in Frameworks */, + 1F61C53E4CCA5255766B2F00A3F9DB81 /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8CAD8BB8611105627569A65AA03610F7 /* Frameworks */ = { + C4E4096603BAC4BE447B795854A53B3C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F0AD5860D8D666576E56FA5B13FDEBAE /* Foundation.framework in Frameworks */, - FBF52138E61E1ABBF1AE58298D1F59F8 /* UIKit.framework in Frameworks */, + C191F9821CD9D8859A97A7127C498397 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9425E1CF69C4B29D6283F1EB13190DFD /* Frameworks */ = { + ED5DA504CD2DC6F1289857309BD79B34 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 6B749355EDD4AC80511EE49F1694102C /* Foundation.framework in Frameworks */, + CB2FE2D053179149F2470AA9208E2791 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 00B559F9C37F9E59EE73956BDD4B3580 /* Products */ = { + 003D627296C488F562D98B6E13CFA926 /* Support Files */ = { isa = PBXGroup; children = ( - A86CF2EEC11C7E044420AF22516AF526 /* DifferenceKit.framework */, - 5CA8B89B9510D3B827766966FB2DE870 /* Pods_ReactiveLists.framework */, - A3A11FB2D9AED61A956891F7980A538B /* Pods_ReactiveLists_ReactiveListsExample.framework */, - 8162E24BE29B7395EC6615E5229183AF /* Pods_ReactiveListsTests.framework */, + E5A284382AD6E5C079516EB00C86C4FA /* SwiftLint.xcconfig */, ); - name = Products; + name = "Support Files"; + path = "../Target Support Files/SwiftLint"; sourceTree = ""; }; - 10DEDCB394BAA0C7FEDEBE330207B074 /* iOS */ = { + 132DD56F21690005474A45D7A34DA3AA /* Targets Support Files */ = { isa = PBXGroup; children = ( - 908E902E026C5C22904CF9014A5604AD /* Foundation.framework */, - BC2C02191C153C1554B35DEE8B2D09D4 /* UIKit.framework */, + AAD12F5B1C74C47CDDD75C493DD47A34 /* Pods-ReactiveLists */, + D4173AE01ACA986D5D4AC7120F6F8D3C /* Pods-ReactiveLists-ReactiveListsExample */, + 6F8E36B63C37A5158DFDB5EE3BC447D5 /* Pods-ReactiveListsTests */, ); - name = iOS; + name = "Targets Support Files"; sourceTree = ""; }; - 1462D3596EF8F1BAC172AAF65296C3F5 /* Support Files */ = { + 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */ = { isa = PBXGroup; children = ( - 1E9299E3DE5011428D5E0A4EC9C84E01 /* DifferenceKit.modulemap */, - 91435878720982AAA4A55C6C7085D7EC /* DifferenceKit.xcconfig */, - 2AE4FB784973B9D5B6793744123BCBAD /* DifferenceKit-dummy.m */, - F043199093F613FCF445AEFF8196FF19 /* DifferenceKit-prefix.pch */, - 8147F7636B15458D13A5380774613421 /* DifferenceKit-umbrella.h */, - C573547693E5B993358D7BDBA1D615DD /* Info.plist */, + E169A450ED27AC725DF52953F66D11E0 /* iOS */, ); - name = "Support Files"; - path = "../Target Support Files/DifferenceKit"; + name = Frameworks; sourceTree = ""; }; - 15A2324D3B6937E63D4C13031D715F2C /* SwiftLint */ = { + 18139D82B9AA2206E3630708A0EC7AB6 /* Products */ = { isa = PBXGroup; children = ( + EEEA2713E341B2870661536C3716B74A /* DifferenceKit.framework */, + 7BD2BEB7D15F08D4F09A35E066C5B13D /* Pods_ReactiveLists.framework */, + 5F68B08A686C6F67EEB9C1ADDFEB8F23 /* Pods_ReactiveLists_ReactiveListsExample.framework */, + 257E2F84E22B56735D77C8248A662D18 /* Pods_ReactiveListsTests.framework */, ); - name = SwiftLint; - path = SwiftLint; + name = Products; sourceTree = ""; }; - 433CD3331B6C3787F473C941B61FC68F /* Frameworks */ = { + 3189A0DC9B7B6B804F7BD7D49F489186 /* Core */ = { isa = PBXGroup; children = ( - 10DEDCB394BAA0C7FEDEBE330207B074 /* iOS */, + 800FAF6C20121658EB1F1A29BDE82A4D /* Algorithm.swift */, + 3FCF2E147E87F75208DCB44A295028C9 /* AnyDifferentiable.swift */, + 7639986D780DEF7B23B13DA30CF69062 /* ArraySection.swift */, + 4C58BCF65AF128ABC19C9C67B1A98640 /* Changeset.swift */, + 56EC4B4176977586FC1B4ADA31FA7090 /* ContentEquatable.swift */, + 1DB4B3BBF7D19B682A66C8774E69AAD7 /* Differentiable.swift */, + 3EED67DB35DF8108BE9CFB2827247C69 /* DifferentiableSection.swift */, + 691D00B054A33D29B44C720470FE6C7E /* ElementPath.swift */, + 07ED38A2C65270F0745BB7AF665CED35 /* StagedChangeset.swift */, ); - name = Frameworks; + name = Core; sourceTree = ""; }; - 57E84F625A2F883050D5E97B6B02DC2E /* Pods-ReactiveLists-ReactiveListsExample */ = { + 5DD1A5AC4152A37A025455C2564F74AA /* Support Files */ = { isa = PBXGroup; children = ( - 116574C9FF8EB5FC53C751AC50912AF8 /* Info.plist */, - 16A36A1E59AB34E2D35DF8EDB28E4E09 /* Pods-ReactiveLists-ReactiveListsExample.modulemap */, - 531995376063C09D3902C2E4C2EFD97E /* Pods-ReactiveLists-ReactiveListsExample-acknowledgements.markdown */, - F2212AA261D7BC23D65DB471B391225B /* Pods-ReactiveLists-ReactiveListsExample-acknowledgements.plist */, - 8C5343ECCD027724500DF49E141FC554 /* Pods-ReactiveLists-ReactiveListsExample-dummy.m */, - 0DFDF67C51FF6A636685EE674B35EE25 /* Pods-ReactiveLists-ReactiveListsExample-frameworks.sh */, - 54D84C3A8195E31D703CF5EA48FF9BFF /* Pods-ReactiveLists-ReactiveListsExample-resources.sh */, - 2DC27AB8BC897B36466A70CCCEFC37D3 /* Pods-ReactiveLists-ReactiveListsExample-umbrella.h */, - 2AC90E62B734508A0FCFC653E7A31683 /* Pods-ReactiveLists-ReactiveListsExample.debug.xcconfig */, - FC656316CE90F934E2C128C2DD505710 /* Pods-ReactiveLists-ReactiveListsExample.release.xcconfig */, + CC9B14BBEB2C75EDE05F7931DA6856B0 /* DifferenceKit.modulemap */, + C357B1A9EDD680E8DA0B3389BD750ECD /* DifferenceKit.xcconfig */, + 3682FA5D7A4AB3AEE796CCB41C0D59FB /* DifferenceKit-dummy.m */, + CBE15B5531F09D3F1A900A4F484BC3B7 /* DifferenceKit-Info.plist */, + EC8E9D6D0AA06E9944E06C78E31CC380 /* DifferenceKit-prefix.pch */, + E62A642C20B5796EE7C736073B2805D6 /* DifferenceKit-umbrella.h */, ); - name = "Pods-ReactiveLists-ReactiveListsExample"; - path = "Target Support Files/Pods-ReactiveLists-ReactiveListsExample"; + name = "Support Files"; + path = "../Target Support Files/DifferenceKit"; sourceTree = ""; }; - 615BC6BC7CC0CEDA5BA3AC1977814525 /* Pods */ = { + 6511815C293425D166317AA448183D13 /* DifferenceKit */ = { isa = PBXGroup; children = ( - C76BE1D6E2B753D51C8943F6813D4D4D /* DifferenceKit */, - 15A2324D3B6937E63D4C13031D715F2C /* SwiftLint */, + 3189A0DC9B7B6B804F7BD7D49F489186 /* Core */, + 5DD1A5AC4152A37A025455C2564F74AA /* Support Files */, + 8822CD809FC8833AF88D03F6E67FC74D /* UIKitExtension */, ); - name = Pods; + path = DifferenceKit; sourceTree = ""; }; - 7DB346D0F39D3F0E887471402A8071AB = { + 69498A7C798233EDF402DE8F9C36C6FF /* SwiftLint */ = { isa = PBXGroup; children = ( - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, - 433CD3331B6C3787F473C941B61FC68F /* Frameworks */, - 615BC6BC7CC0CEDA5BA3AC1977814525 /* Pods */, - 00B559F9C37F9E59EE73956BDD4B3580 /* Products */, - E653DFA019544D2D69A77312BDCAFCCE /* Targets Support Files */, + 003D627296C488F562D98B6E13CFA926 /* Support Files */, ); + path = SwiftLint; sourceTree = ""; }; - 84CFC2788E94F5F9C0F5693AD0AA5BBD /* Core */ = { + 6F8E36B63C37A5158DFDB5EE3BC447D5 /* Pods-ReactiveListsTests */ = { isa = PBXGroup; children = ( - A8DE730CE16EBD60A3AED4E4F2CC6744 /* Algorithm.swift */, - EB2EFC2F23401D2BC93550A76BE37992 /* AnyDifferentiable.swift */, - 885EE47206B90A7C63BD540FEC9DFDF8 /* ArraySection.swift */, - 3333B33D5338FD3644670E027A6B53D8 /* Changeset.swift */, - B015FD73AA0B2D5EAAE2650F50D9D144 /* ContentEquatable.swift */, - 87A137FF4370512DF95FA11AAEE82D3C /* Differentiable.swift */, - AC12DFD12F98DE09C8A65B699AF2C89A /* DifferentiableSection.swift */, - 7A9CCA32A341DA8083075D4762E13B42 /* ElementPath.swift */, - 5875DE57B3CB9BC0309E3A30A82195C0 /* StagedChangeset.swift */, + 4FF1F2A51958AEA19CFE7435DCDA5304 /* Pods-ReactiveListsTests.modulemap */, + 083107BF64DFDECD11D5EF54A08E1285 /* Pods-ReactiveListsTests-acknowledgements.markdown */, + 16626B4FEC9494E5E3930FBAD7255BB1 /* Pods-ReactiveListsTests-acknowledgements.plist */, + 29874532193D4459F705BAAE82D92540 /* Pods-ReactiveListsTests-dummy.m */, + F7677A342FD7F9A29CFE6BA00706EFB5 /* Pods-ReactiveListsTests-frameworks.sh */, + 85540A20B5D17B70356F8FBA58DFEEC3 /* Pods-ReactiveListsTests-Info.plist */, + 540C0B253BD43C91EB5C776CAF0F9D0D /* Pods-ReactiveListsTests-umbrella.h */, + 1CE4562E0786A2EB514E3E9FC511C224 /* Pods-ReactiveListsTests.debug.xcconfig */, + 13AD5961100D37B4027C8EB9C85FEAC3 /* Pods-ReactiveListsTests.release.xcconfig */, ); - name = Core; + name = "Pods-ReactiveListsTests"; + path = "Target Support Files/Pods-ReactiveListsTests"; + sourceTree = ""; + }; + 8822CD809FC8833AF88D03F6E67FC74D /* UIKitExtension */ = { + isa = PBXGroup; + children = ( + 0E12EF93796501495277B2849AE0B8ED /* UIKitExtension.swift */, + ); + name = UIKitExtension; sourceTree = ""; }; - 8DE108BB8D0BF433E72B9837DEBF958A /* Pods-ReactiveLists */ = { + AAD12F5B1C74C47CDDD75C493DD47A34 /* Pods-ReactiveLists */ = { isa = PBXGroup; children = ( - E85B28002AF138D1A4148F60758B33AF /* Info.plist */, - 16DC03E217CC617BD498BE8E5EAA14E9 /* Pods-ReactiveLists.modulemap */, - E3C6DD930C99A5D7335B4213B81435E7 /* Pods-ReactiveLists-acknowledgements.markdown */, - 157DE719AE8ACA5E30F2AB3F6FB13B49 /* Pods-ReactiveLists-acknowledgements.plist */, - AE6C59BD7669713C77BAC3443746B5DE /* Pods-ReactiveLists-dummy.m */, - B954323BFD2178B30660FD15B45035A2 /* Pods-ReactiveLists-resources.sh */, - 67F77AD5BE16ABB539C913D9B97439DA /* Pods-ReactiveLists-umbrella.h */, - 0CCD2504C7F9C9FE3E428F56D0CD04A1 /* Pods-ReactiveLists.debug.xcconfig */, - 5B4999957B7299E107A21BAC5BF91129 /* Pods-ReactiveLists.release.xcconfig */, + E48E3F1F7598CC49F9918BCFC0BB48F9 /* Pods-ReactiveLists.modulemap */, + 285415B7F361092B611A1B6DA8A4F583 /* Pods-ReactiveLists-acknowledgements.markdown */, + AD8652116B579828C9E0F969B72C10D3 /* Pods-ReactiveLists-acknowledgements.plist */, + 019D0620F3632A03ABBBD732A4AB7751 /* Pods-ReactiveLists-dummy.m */, + C2AD050A31D6C991818FE2CA8D862F20 /* Pods-ReactiveLists-Info.plist */, + D74ACC882BD83979EEA2903B740682C5 /* Pods-ReactiveLists-umbrella.h */, + 63F80488F5A4EC01AB7EE774FABDF1C7 /* Pods-ReactiveLists.debug.xcconfig */, + 9A80561D2BEE0F42E902FE23DB4CD88E /* Pods-ReactiveLists.release.xcconfig */, ); name = "Pods-ReactiveLists"; path = "Target Support Files/Pods-ReactiveLists"; sourceTree = ""; }; - 9DD877D5EA602B53838F2B98295322B8 /* Pods-ReactiveListsTests */ = { + CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( - 760D038C2D89DD28E74C47DD91DAF418 /* Info.plist */, - 86570C7F10A6E0FA03885DFDA55E50D3 /* Pods-ReactiveListsTests.modulemap */, - 3F77C912163DF5DF098F86DFDACE7D90 /* Pods-ReactiveListsTests-acknowledgements.markdown */, - 09C4C1CBBBCDD3D3B746B4C4999941F2 /* Pods-ReactiveListsTests-acknowledgements.plist */, - 5C59CF5C323494B3F1D789F2DBBA8EB7 /* Pods-ReactiveListsTests-dummy.m */, - E306A31585C5CF6D786DB047B9D2E9B7 /* Pods-ReactiveListsTests-frameworks.sh */, - F65A23E0B8C7657BA9DAE7603D66CD6B /* Pods-ReactiveListsTests-resources.sh */, - 077F63C096C41C515DECE309492BABF1 /* Pods-ReactiveListsTests-umbrella.h */, - 18C6E2B544ED038A3DFBC3098DBCBF05 /* Pods-ReactiveListsTests.debug.xcconfig */, - C51AA72514E0DFA60B554C4A6998B621 /* Pods-ReactiveListsTests.release.xcconfig */, + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, + 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */, + FD7BBEB291738855595BB0CC4681B137 /* Pods */, + 18139D82B9AA2206E3630708A0EC7AB6 /* Products */, + 132DD56F21690005474A45D7A34DA3AA /* Targets Support Files */, ); - name = "Pods-ReactiveListsTests"; - path = "Target Support Files/Pods-ReactiveListsTests"; sourceTree = ""; }; - ABCBAEBC214D067C6C046AEDC89AA2C5 /* UIKitExtension */ = { + D4173AE01ACA986D5D4AC7120F6F8D3C /* Pods-ReactiveLists-ReactiveListsExample */ = { isa = PBXGroup; children = ( - 8332CBB89F9C90CE2CF1430F9A7991F6 /* UIKitExtension.swift */, + B63182992F43AADB905F10444D1C9B4C /* Pods-ReactiveLists-ReactiveListsExample.modulemap */, + BAF405CFB11C16F4EDE4500C47C76A9E /* Pods-ReactiveLists-ReactiveListsExample-acknowledgements.markdown */, + CE312540ACC0D141115B592117F64A3B /* Pods-ReactiveLists-ReactiveListsExample-acknowledgements.plist */, + 2E8A71E24765A168428998EB9B879CDA /* Pods-ReactiveLists-ReactiveListsExample-dummy.m */, + 31AF63A9B4E263B737D22C84EB3784D2 /* Pods-ReactiveLists-ReactiveListsExample-frameworks.sh */, + 51B657FFA0D2C589C5F5DA5F5A2CE62B /* Pods-ReactiveLists-ReactiveListsExample-Info.plist */, + DB194EC318DE79065CFB3B760D71E4FD /* Pods-ReactiveLists-ReactiveListsExample-umbrella.h */, + 2442B9348069DEC0AEDA0AC0E1F5750B /* Pods-ReactiveLists-ReactiveListsExample.debug.xcconfig */, + C244F44D284BF40256C6D0C5B1A7217A /* Pods-ReactiveLists-ReactiveListsExample.release.xcconfig */, ); - name = UIKitExtension; + name = "Pods-ReactiveLists-ReactiveListsExample"; + path = "Target Support Files/Pods-ReactiveLists-ReactiveListsExample"; sourceTree = ""; }; - C76BE1D6E2B753D51C8943F6813D4D4D /* DifferenceKit */ = { + E169A450ED27AC725DF52953F66D11E0 /* iOS */ = { isa = PBXGroup; children = ( - 84CFC2788E94F5F9C0F5693AD0AA5BBD /* Core */, - 1462D3596EF8F1BAC172AAF65296C3F5 /* Support Files */, - ABCBAEBC214D067C6C046AEDC89AA2C5 /* UIKitExtension */, + 40CB39E715FBCDAA142E6513E126200A /* Foundation.framework */, + ECF2A2B0720AE923C22BED3192888BE0 /* UIKit.framework */, ); - name = DifferenceKit; - path = DifferenceKit; + name = iOS; sourceTree = ""; }; - E653DFA019544D2D69A77312BDCAFCCE /* Targets Support Files */ = { + FD7BBEB291738855595BB0CC4681B137 /* Pods */ = { isa = PBXGroup; children = ( - 8DE108BB8D0BF433E72B9837DEBF958A /* Pods-ReactiveLists */, - 57E84F625A2F883050D5E97B6B02DC2E /* Pods-ReactiveLists-ReactiveListsExample */, - 9DD877D5EA602B53838F2B98295322B8 /* Pods-ReactiveListsTests */, + 6511815C293425D166317AA448183D13 /* DifferenceKit */, + 69498A7C798233EDF402DE8F9C36C6FF /* SwiftLint */, ); - name = "Targets Support Files"; + name = Pods; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 3D6B951C9BA52A2F0CBEDD4B7712ACA3 /* Headers */ = { + 0629543D3D62552A6A929FA8B6DAF2C9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 97F107BB5D5AD0CDAD97319DF3BFDC0C /* Pods-ReactiveLists-umbrella.h in Headers */, + A96336B37B20546430D866CCBD4293AC /* Pods-ReactiveLists-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - A6E5F9854A801F00EE932CA5031C94D2 /* Headers */ = { + 2951F46444EEAACF7A26A0FB4307228C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - AE099F721E5A9AF348A6DCD907298744 /* Pods-ReactiveListsTests-umbrella.h in Headers */, + 2D8CE32B29C68364F83342FCA433C47A /* Pods-ReactiveListsTests-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - C51CD843822E69E1F3AD8A160148AAC2 /* Headers */ = { + A79D78AAF948CF51D52B1404970F6F15 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A1FE9EEBE7705B14B7BAFBB5ADA9ACE0 /* Pods-ReactiveLists-ReactiveListsExample-umbrella.h in Headers */, + 5296D111658799141925BC8AE9A48508 /* DifferenceKit-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - DB09075086597D1602C79C88D9A4D98D /* Headers */ = { + EB81C02550AA18B813F545415980AB6D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - EB5A242724B69EBB9701FB7A79C933CE /* DifferenceKit-umbrella.h in Headers */, + 08E7BAC6AE545BD1C4A2829ADB768D74 /* Pods-ReactiveLists-ReactiveListsExample-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 137B599E0EA0872D7582249C50AECAA5 /* Pods-ReactiveLists-ReactiveListsExample */ = { + 41598A29431EF186E8A8B72EC90740F6 /* Pods-ReactiveLists */ = { isa = PBXNativeTarget; - buildConfigurationList = 00C22CA8B0BB0B232D7655B71397E7E6 /* Build configuration list for PBXNativeTarget "Pods-ReactiveLists-ReactiveListsExample" */; + buildConfigurationList = E88EB4994FE42FE8C2D5EC3FD837EEFB /* Build configuration list for PBXNativeTarget "Pods-ReactiveLists" */; buildPhases = ( - EC43BBD6C1BD47DB2A7E435F93420DB9 /* Sources */, - 7AF1D9282F658EBEBCB3D322C40165FB /* Frameworks */, - C51CD843822E69E1F3AD8A160148AAC2 /* Headers */, + 0629543D3D62552A6A929FA8B6DAF2C9 /* Headers */, + 0D539DEC432C60C2F18A5EEF70875AFB /* Sources */, + C4E4096603BAC4BE447B795854A53B3C /* Frameworks */, + 288D9775EEF02C2D6E67FB381A23D579 /* Resources */, ); buildRules = ( ); dependencies = ( - 4A90A369926AB6F8A61E17C93F869A60 /* PBXTargetDependency */, + 46690D4DB9C5CA8EDBA1B1663306448E /* PBXTargetDependency */, + DFCAC8BCC0A1F280B22C5765400276BB /* PBXTargetDependency */, ); - name = "Pods-ReactiveLists-ReactiveListsExample"; - productName = "Pods-ReactiveLists-ReactiveListsExample"; - productReference = A3A11FB2D9AED61A956891F7980A538B /* Pods_ReactiveLists_ReactiveListsExample.framework */; + name = "Pods-ReactiveLists"; + productName = "Pods-ReactiveLists"; + productReference = 7BD2BEB7D15F08D4F09A35E066C5B13D /* Pods_ReactiveLists.framework */; productType = "com.apple.product-type.framework"; }; - 1CCB43B4B7F6E290D8BEAC0CE12DC9E9 /* DifferenceKit */ = { + 6C4242E3CE1AB068010AEA784EA805A7 /* DifferenceKit */ = { isa = PBXNativeTarget; - buildConfigurationList = 7D230BC603747DF75C8C7087123A7DB3 /* Build configuration list for PBXNativeTarget "DifferenceKit" */; + buildConfigurationList = 61DD8CA5F85E05601280D3F6D15BF751 /* Build configuration list for PBXNativeTarget "DifferenceKit" */; buildPhases = ( - 81550D7403A0EF3FF2C53AE4515490AF /* Sources */, - 8CAD8BB8611105627569A65AA03610F7 /* Frameworks */, - DB09075086597D1602C79C88D9A4D98D /* Headers */, + A79D78AAF948CF51D52B1404970F6F15 /* Headers */, + 4125ED3E297C00C59B2DA804BBB90061 /* Sources */, + A2B3F1C1C86FB7451F4187CF06448057 /* Frameworks */, + 2BA3B72878CB3650332437CE641AE9C3 /* Resources */, ); buildRules = ( ); @@ -386,144 +426,199 @@ ); name = DifferenceKit; productName = DifferenceKit; - productReference = A86CF2EEC11C7E044420AF22516AF526 /* DifferenceKit.framework */; + productReference = EEEA2713E341B2870661536C3716B74A /* DifferenceKit.framework */; productType = "com.apple.product-type.framework"; }; - 5036E1871B7F9977A78CE5337CCCFD42 /* Pods-ReactiveListsTests */ = { + 74E4FFCD49CFB52627F0237471696714 /* Pods-ReactiveLists-ReactiveListsExample */ = { isa = PBXNativeTarget; - buildConfigurationList = 85204A6A1A9C2335CE058081FB20CD32 /* Build configuration list for PBXNativeTarget "Pods-ReactiveListsTests" */; + buildConfigurationList = EF4AB4DD5DF11A4408A8D8E515867B33 /* Build configuration list for PBXNativeTarget "Pods-ReactiveLists-ReactiveListsExample" */; buildPhases = ( - C5C6A73CC5EE0B79EDA4AA22AAE83BFB /* Sources */, - 9425E1CF69C4B29D6283F1EB13190DFD /* Frameworks */, - A6E5F9854A801F00EE932CA5031C94D2 /* Headers */, + EB81C02550AA18B813F545415980AB6D /* Headers */, + 237FC46FA136AC975616B565A4312A81 /* Sources */, + ED5DA504CD2DC6F1289857309BD79B34 /* Frameworks */, + 2E40EDA62C0C32A0EBBBFD02DCF8A547 /* Resources */, ); buildRules = ( ); dependencies = ( - 5A68D1B800802F3A233D72D505CC0F6D /* PBXTargetDependency */, + 53096AFAEB930FC6FC0F47DDEBA2A00A /* PBXTargetDependency */, + FA312CA33AD2542E4E13F6C67A2D685D /* PBXTargetDependency */, ); - name = "Pods-ReactiveListsTests"; - productName = "Pods-ReactiveListsTests"; - productReference = 8162E24BE29B7395EC6615E5229183AF /* Pods_ReactiveListsTests.framework */; + name = "Pods-ReactiveLists-ReactiveListsExample"; + productName = "Pods-ReactiveLists-ReactiveListsExample"; + productReference = 5F68B08A686C6F67EEB9C1ADDFEB8F23 /* Pods_ReactiveLists_ReactiveListsExample.framework */; productType = "com.apple.product-type.framework"; }; - 6CB6D3AE0993F4642C9AF32BECF1D5FD /* Pods-ReactiveLists */ = { + F6C5747E249B5B6BFCECA7F90C38ABEF /* Pods-ReactiveListsTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 1C6E94959D1764209BABA5E73D636AA1 /* Build configuration list for PBXNativeTarget "Pods-ReactiveLists" */; + buildConfigurationList = 936CD87B615E5385BA8C333A6E1775B4 /* Build configuration list for PBXNativeTarget "Pods-ReactiveListsTests" */; buildPhases = ( - 4EBA5655CECFF22979860F3E89C6FC7B /* Sources */, - 4DAC11D963A8F4D12979273B3A04835D /* Frameworks */, - 3D6B951C9BA52A2F0CBEDD4B7712ACA3 /* Headers */, + 2951F46444EEAACF7A26A0FB4307228C /* Headers */, + 61CB008EB61D1B022E4248416712BD68 /* Sources */, + 437FC364755403FC7683912D804B3460 /* Frameworks */, + 7B13DE721981046EFF970DB424FCE225 /* Resources */, ); buildRules = ( ); dependencies = ( - 5E3A0D90C817088914AF0A8961032C16 /* PBXTargetDependency */, + 33850F0090B609F66E5A6256AD9E0CA9 /* PBXTargetDependency */, + 7698873A981553FB439F91360A20D51C /* PBXTargetDependency */, ); - name = "Pods-ReactiveLists"; - productName = "Pods-ReactiveLists"; - productReference = 5CA8B89B9510D3B827766966FB2DE870 /* Pods_ReactiveLists.framework */; + name = "Pods-ReactiveListsTests"; + productName = "Pods-ReactiveListsTests"; + productReference = 257E2F84E22B56735D77C8248A662D18 /* Pods_ReactiveListsTests.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - D41D8CD98F00B204E9800998ECF8427E /* Project object */ = { + BFDFE7DC352907FC980B868725387E98 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0930; - LastUpgradeCheck = 0930; + LastUpgradeCheck = 1020; }; - buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */; + buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, + Base, ); - mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = 00B559F9C37F9E59EE73956BDD4B3580 /* Products */; + mainGroup = CF1408CF629C7361332E53B88F7BD30C; + productRefGroup = 18139D82B9AA2206E3630708A0EC7AB6 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - 1CCB43B4B7F6E290D8BEAC0CE12DC9E9 /* DifferenceKit */, - 6CB6D3AE0993F4642C9AF32BECF1D5FD /* Pods-ReactiveLists */, - 137B599E0EA0872D7582249C50AECAA5 /* Pods-ReactiveLists-ReactiveListsExample */, - 5036E1871B7F9977A78CE5337CCCFD42 /* Pods-ReactiveListsTests */, + 6C4242E3CE1AB068010AEA784EA805A7 /* DifferenceKit */, + 41598A29431EF186E8A8B72EC90740F6 /* Pods-ReactiveLists */, + 74E4FFCD49CFB52627F0237471696714 /* Pods-ReactiveLists-ReactiveListsExample */, + F6C5747E249B5B6BFCECA7F90C38ABEF /* Pods-ReactiveListsTests */, + CE53B9448B4F43CF4DC243FAF240FEAC /* SwiftLint */, ); }; /* End PBXProject section */ +/* Begin PBXResourcesBuildPhase section */ + 288D9775EEF02C2D6E67FB381A23D579 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2BA3B72878CB3650332437CE641AE9C3 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2E40EDA62C0C32A0EBBBFD02DCF8A547 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7B13DE721981046EFF970DB424FCE225 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + /* Begin PBXSourcesBuildPhase section */ - 4EBA5655CECFF22979860F3E89C6FC7B /* Sources */ = { + 0D539DEC432C60C2F18A5EEF70875AFB /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 36F54F442B84342426EDDCD8E0342C09 /* Pods-ReactiveLists-dummy.m in Sources */, + 315A6E36CEBAEA46F688C011E31F4CE8 /* Pods-ReactiveLists-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 81550D7403A0EF3FF2C53AE4515490AF /* Sources */ = { + 237FC46FA136AC975616B565A4312A81 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6E6EDC45E8D84EBE7751FE5C460C0167 /* Algorithm.swift in Sources */, - 2F1993085EB6E390A18E8B1A0A7EC8F1 /* AnyDifferentiable.swift in Sources */, - 199315F81A5C7412119704B59BFA224B /* ArraySection.swift in Sources */, - 756CF43CB227EC8ACC7698B4B0E317FF /* Changeset.swift in Sources */, - CC3B24547E7F359D568677A2E6BCB391 /* ContentEquatable.swift in Sources */, - 37FFFB43A4E20DF61685CCF446C87DEE /* DifferenceKit-dummy.m in Sources */, - F039FE5EBD1AE12F304F1B0D11AC7B54 /* Differentiable.swift in Sources */, - EB971B5E9D742F2F8F340F99EB98FBD2 /* DifferentiableSection.swift in Sources */, - 5BF40572B9A89991B37B458E438AACF2 /* ElementPath.swift in Sources */, - 8D53AAF4433C7322235C820AF1E22923 /* StagedChangeset.swift in Sources */, - 405B217C29B7FAA14609B67FA6BA5BC0 /* UIKitExtension.swift in Sources */, + CCDB47B59B6530ACAE681566DC406141 /* Pods-ReactiveLists-ReactiveListsExample-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C5C6A73CC5EE0B79EDA4AA22AAE83BFB /* Sources */ = { + 4125ED3E297C00C59B2DA804BBB90061 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 92431160914B4E4187C9339DBA97EB81 /* Pods-ReactiveListsTests-dummy.m in Sources */, + A76A4BDBBE96BD9B7495DFBAB7163154 /* Algorithm.swift in Sources */, + B7206CEDA0144D4C99F01513017DF375 /* AnyDifferentiable.swift in Sources */, + 967C4076ED249F1211D79F5DD090F229 /* ArraySection.swift in Sources */, + 6391BA76D8E59D632645CDD31756E412 /* Changeset.swift in Sources */, + EDA8CA153F122B098D6C67F02F20BEE4 /* ContentEquatable.swift in Sources */, + B585BFF509D003AED1003F46940C3650 /* DifferenceKit-dummy.m in Sources */, + CC41CB5ADB110709FAB0BCDF66765A09 /* Differentiable.swift in Sources */, + 0F521284DAA6E193C73E55D85E978870 /* DifferentiableSection.swift in Sources */, + AE0F4F2C5463D1B880315D5A16DAA68E /* ElementPath.swift in Sources */, + A65B1D2007B8350209B9A4702949D8CB /* StagedChangeset.swift in Sources */, + 445981852B19432F19A3941AC67502D1 /* UIKitExtension.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - EC43BBD6C1BD47DB2A7E435F93420DB9 /* Sources */ = { + 61CB008EB61D1B022E4248416712BD68 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 72CFD2F59774F4046EEE108B7B68C0D6 /* Pods-ReactiveLists-ReactiveListsExample-dummy.m in Sources */, + 13C0FF0FAA81C17A6C48810AC2A967AF /* Pods-ReactiveListsTests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 4A90A369926AB6F8A61E17C93F869A60 /* PBXTargetDependency */ = { + 33850F0090B609F66E5A6256AD9E0CA9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DifferenceKit; - target = 1CCB43B4B7F6E290D8BEAC0CE12DC9E9 /* DifferenceKit */; - targetProxy = 40077FA502434AE208665586FBB61A36 /* PBXContainerItemProxy */; + target = 6C4242E3CE1AB068010AEA784EA805A7 /* DifferenceKit */; + targetProxy = C005FDD19E2B2335EDE7EB3A0712941B /* PBXContainerItemProxy */; }; - 5A68D1B800802F3A233D72D505CC0F6D /* PBXTargetDependency */ = { + 46690D4DB9C5CA8EDBA1B1663306448E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DifferenceKit; - target = 1CCB43B4B7F6E290D8BEAC0CE12DC9E9 /* DifferenceKit */; - targetProxy = 27E032B0372DAB2327B6ADFB7209567A /* PBXContainerItemProxy */; + target = 6C4242E3CE1AB068010AEA784EA805A7 /* DifferenceKit */; + targetProxy = 9F58733F3C1225B9F82667DC90CDD783 /* PBXContainerItemProxy */; }; - 5E3A0D90C817088914AF0A8961032C16 /* PBXTargetDependency */ = { + 53096AFAEB930FC6FC0F47DDEBA2A00A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DifferenceKit; - target = 1CCB43B4B7F6E290D8BEAC0CE12DC9E9 /* DifferenceKit */; - targetProxy = 047813632521914716811184A8E9F61E /* PBXContainerItemProxy */; + target = 6C4242E3CE1AB068010AEA784EA805A7 /* DifferenceKit */; + targetProxy = EA7B1A61BA24ADFE3B73589748D40651 /* PBXContainerItemProxy */; + }; + 7698873A981553FB439F91360A20D51C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftLint; + target = CE53B9448B4F43CF4DC243FAF240FEAC /* SwiftLint */; + targetProxy = EE9ABAB0364559D790A7A27332494F47 /* PBXContainerItemProxy */; + }; + DFCAC8BCC0A1F280B22C5765400276BB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftLint; + target = CE53B9448B4F43CF4DC243FAF240FEAC /* SwiftLint */; + targetProxy = A0BDCEAB25E7A5C15498614C218300BF /* PBXContainerItemProxy */; + }; + FA312CA33AD2542E4E13F6C67A2D685D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftLint; + target = CE53B9448B4F43CF4DC243FAF240FEAC /* SwiftLint */; + targetProxy = 202C3491325059E5B696AAF136994A13 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 1FA806C66C734E55BDAC922E129039B4 /* Debug */ = { + 066D047A36FF50F57164FCB520D634F4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2AC90E62B734508A0FCFC653E7A31683 /* Pods-ReactiveLists-ReactiveListsExample.debug.xcconfig */; + baseConfigurationReference = 2442B9348069DEC0AEDA0AC0E1F5750B /* Pods-ReactiveLists-ReactiveListsExample.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -536,9 +631,9 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; MODULEMAP_FILE = "Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample.modulemap"; @@ -549,17 +644,28 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 2866F2A47A4830780512200659928D5A /* Debug */ = { + 1F538670DE7A71B391ED3AAB4C1CF130 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E5A284382AD6E5C079516EB00C86C4FA /* SwiftLint.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 2DFBE1CE1196D4980F491037F43BD62D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 91435878720982AAA4A55C6C7085D7EC /* DifferenceKit.xcconfig */; + baseConfigurationReference = C357B1A9EDD680E8DA0B3389BD750ECD /* DifferenceKit.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -571,7 +677,7 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_PREFIX_HEADER = "Target Support Files/DifferenceKit/DifferenceKit-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/DifferenceKit/Info.plist"; + INFOPLIST_FILE = "Target Support Files/DifferenceKit/DifferenceKit-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; @@ -581,17 +687,17 @@ SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 3D831C4A90DA0F1F9E08A07C9F755A93 /* Release */ = { + 2F525A9175CF4CACA922741644A921E7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C51AA72514E0DFA60B554C4A6998B621 /* Pods-ReactiveListsTests.release.xcconfig */; + baseConfigurationReference = 63F80488F5A4EC01AB7EE774FABDF1C7 /* Pods-ReactiveLists.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -604,12 +710,12 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-ReactiveListsTests/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -617,17 +723,15 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 45D6FBE75A38635B4E566439438DBCD9 /* Release */ = { + 447CFBF9973E4A5BB473F12FC5337972 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5B4999957B7299E107A21BAC5BF91129 /* Pods-ReactiveLists.release.xcconfig */; + baseConfigurationReference = 13AD5961100D37B4027C8EB9C85FEAC3 /* Pods-ReactiveListsTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -640,12 +744,12 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-ReactiveLists/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -653,7 +757,6 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -661,10 +764,11 @@ }; name = Release; }; - 553022A828EE1991F07D2D73F565AEF8 /* Debug */ = { + 4CE281642D6EE9FAB113046B4B6328A0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; @@ -693,19 +797,14 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGNING_ALLOWED = NO; - CODE_SIGNING_REQUIRED = NO; COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; 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", + "POD_CONFIGURATION_RELEASE=1", "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; @@ -714,20 +813,22 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; STRIP_INSTALLED_PRODUCT = NO; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.2; SYMROOT = "${SRCROOT}/../build"; }; - name = Debug; + name = Release; }; - 58CE816B060A41D32CEC095441D0E3E0 /* Release */ = { + 6DFA1578582149B7E24AD55CBA30F07A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; @@ -756,16 +857,17 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGNING_ALLOWED = NO; - CODE_SIGNING_REQUIRED = NO; COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = 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_RELEASE=1", + "POD_CONFIGURATION_DEBUG=1", + "DEBUG=1", "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; @@ -774,18 +876,25 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MTL_ENABLE_DEBUG_INFO = NO; + IPHONEOS_DEPLOYMENT_TARGET = 11.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 = Release; + name = Debug; }; - 6B4518DD89AD091CF421A37CDA435CA5 /* Release */ = { + 98B71A82C5C606D6CC867177A4A7E66E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 91435878720982AAA4A55C6C7085D7EC /* DifferenceKit.xcconfig */; + baseConfigurationReference = C244F44D284BF40256C6D0C5B1A7217A /* Pods-ReactiveLists-ReactiveListsExample.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -795,19 +904,19 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/DifferenceKit/DifferenceKit-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/DifferenceKit/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/DifferenceKit/DifferenceKit.modulemap"; - PRODUCT_MODULE_NAME = DifferenceKit; - PRODUCT_NAME = DifferenceKit; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample.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; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -815,9 +924,9 @@ }; name = Release; }; - 9623442B12891A97CC7F0EBC101CB342 /* Release */ = { + B9E3B33CC10133F2AE6FDF712DF9DB4B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FC656316CE90F934E2C128C2DD505710 /* Pods-ReactiveLists-ReactiveListsExample.release.xcconfig */; + baseConfigurationReference = 1CE4562E0786A2EB514E3E9FC511C224 /* Pods-ReactiveListsTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -830,12 +939,12 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -843,20 +952,30 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; + name = Debug; + }; + BE7A252F9C7F55FF3622663D71424CDE /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E5A284382AD6E5C079516EB00C86C4FA /* SwiftLint.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; name = Release; }; - A41CF3465040E6044C9727230C43EF7A /* Debug */ = { + C88789AAF4BC66088C919590E9D43F0D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0CCD2504C7F9C9FE3E428F56D0CD04A1 /* Pods-ReactiveLists.debug.xcconfig */; + baseConfigurationReference = C357B1A9EDD680E8DA0B3389BD750ECD /* DifferenceKit.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -866,30 +985,27 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-ReactiveLists/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/DifferenceKit/DifferenceKit-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/DifferenceKit/DifferenceKit-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/DifferenceKit/DifferenceKit.modulemap"; + PRODUCT_MODULE_NAME = DifferenceKit; + PRODUCT_NAME = DifferenceKit; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - D2797AA7E5F8E4BA584D8B25A8B612E2 /* Debug */ = { + FE073965DA5D55B7257288B34AC9459E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 18C6E2B544ED038A3DFBC3098DBCBF05 /* Pods-ReactiveListsTests.debug.xcconfig */; + baseConfigurationReference = 9A80561D2BEE0F42E902FE23DB4CD88E /* Pods-ReactiveLists.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -902,12 +1018,12 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-ReactiveListsTests/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -915,63 +1031,71 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 00C22CA8B0BB0B232D7655B71397E7E6 /* Build configuration list for PBXNativeTarget "Pods-ReactiveLists-ReactiveListsExample" */ = { + 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6DFA1578582149B7E24AD55CBA30F07A /* Debug */, + 4CE281642D6EE9FAB113046B4B6328A0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 61DD8CA5F85E05601280D3F6D15BF751 /* Build configuration list for PBXNativeTarget "DifferenceKit" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1FA806C66C734E55BDAC922E129039B4 /* Debug */, - 9623442B12891A97CC7F0EBC101CB342 /* Release */, + C88789AAF4BC66088C919590E9D43F0D /* Debug */, + 2DFBE1CE1196D4980F491037F43BD62D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1C6E94959D1764209BABA5E73D636AA1 /* Build configuration list for PBXNativeTarget "Pods-ReactiveLists" */ = { + 936CD87B615E5385BA8C333A6E1775B4 /* Build configuration list for PBXNativeTarget "Pods-ReactiveListsTests" */ = { isa = XCConfigurationList; buildConfigurations = ( - A41CF3465040E6044C9727230C43EF7A /* Debug */, - 45D6FBE75A38635B4E566439438DBCD9 /* Release */, + B9E3B33CC10133F2AE6FDF712DF9DB4B /* Debug */, + 447CFBF9973E4A5BB473F12FC5337972 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { + DAE5C3AB90A4378717EA696867A67ECE /* Build configuration list for PBXAggregateTarget "SwiftLint" */ = { isa = XCConfigurationList; buildConfigurations = ( - 553022A828EE1991F07D2D73F565AEF8 /* Debug */, - 58CE816B060A41D32CEC095441D0E3E0 /* Release */, + 1F538670DE7A71B391ED3AAB4C1CF130 /* Debug */, + BE7A252F9C7F55FF3622663D71424CDE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7D230BC603747DF75C8C7087123A7DB3 /* Build configuration list for PBXNativeTarget "DifferenceKit" */ = { + E88EB4994FE42FE8C2D5EC3FD837EEFB /* Build configuration list for PBXNativeTarget "Pods-ReactiveLists" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2866F2A47A4830780512200659928D5A /* Debug */, - 6B4518DD89AD091CF421A37CDA435CA5 /* Release */, + 2F525A9175CF4CACA922741644A921E7 /* Debug */, + FE073965DA5D55B7257288B34AC9459E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 85204A6A1A9C2335CE058081FB20CD32 /* Build configuration list for PBXNativeTarget "Pods-ReactiveListsTests" */ = { + EF4AB4DD5DF11A4408A8D8E515867B33 /* Build configuration list for PBXNativeTarget "Pods-ReactiveLists-ReactiveListsExample" */ = { isa = XCConfigurationList; buildConfigurations = ( - D2797AA7E5F8E4BA584D8B25A8B612E2 /* Debug */, - 3D831C4A90DA0F1F9E08A07C9F755A93 /* Release */, + 066D047A36FF50F57164FCB520D634F4 /* Debug */, + 98B71A82C5C606D6CC867177A4A7E66E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; - rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; } diff --git a/Pods/Target Support Files/DifferenceKit/DifferenceKit-Info.plist b/Pods/Target Support Files/DifferenceKit/DifferenceKit-Info.plist index 2cf03a7..21a30b4 100644 --- a/Pods/Target Support Files/DifferenceKit/DifferenceKit-Info.plist +++ b/Pods/Target Support Files/DifferenceKit/DifferenceKit-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.8.0 + 1.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/Pods/Target Support Files/DifferenceKit/DifferenceKit.xcconfig b/Pods/Target Support Files/DifferenceKit/DifferenceKit.xcconfig index eece5c6..1157aa4 100644 --- a/Pods/Target Support Files/DifferenceKit/DifferenceKit.xcconfig +++ b/Pods/Target Support Files/DifferenceKit/DifferenceKit.xcconfig @@ -1,7 +1,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -OTHER_LDFLAGS = -framework "UIKit" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" "-suppress-warnings" +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -suppress-warnings PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-acknowledgements.markdown b/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-acknowledgements.markdown index 8c94e59..73c3578 100644 --- a/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-acknowledgements.markdown @@ -3,29 +3,207 @@ This application makes use of the following third party libraries: ## DifferenceKit -The MIT License (MIT) + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ -Copyright (c) 2018 ra1028 + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + 1. Definitions. -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. ## SwiftLint diff --git a/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-acknowledgements.plist b/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-acknowledgements.plist index c22f0c6..2b8f9c9 100644 --- a/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-acknowledgements.plist @@ -14,29 +14,207 @@ FooterText - The MIT License (MIT) + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ -Copyright (c) 2018 ra1028 + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + 1. Definitions. -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. - + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. License MIT Title diff --git a/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-frameworks.sh b/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-frameworks.sh index 3c8a48a..39ad861 100755 --- a/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-frameworks.sh +++ b/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-frameworks.sh @@ -3,10 +3,15 @@ set -e set -u set -o pipefail +function on_error { + echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" +} +trap 'on_error $LINENO' ERR + if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then - # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy - # frameworks to, so exit 0 (signalling the script phase was successful). - exit 0 + # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy + # frameworks to, so exit 0 (signalling the script phase was successful). + exit 0 fi echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" @@ -36,8 +41,8 @@ install_framework() local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" if [ -L "${source}" ]; then - echo "Symlinked..." - source="$(readlink "${source}")" + echo "Symlinked..." + source="$(readlink "${source}")" fi # Use filter instead of exclude so missing patterns don't throw errors. @@ -47,8 +52,13 @@ install_framework() local basename basename="$(basename -s .framework "$1")" binary="${destination}/${basename}.framework/${basename}" + if ! [ -r "$binary" ]; then binary="${destination}/${basename}" + elif [ -L "${binary}" ]; then + echo "Destination binary is symlinked..." + dirname="$(dirname "${binary}")" + binary="${dirname}/$(readlink "${binary}")" fi # Strip invalid architectures so "fat" simulator / device frameworks work on device @@ -62,7 +72,7 @@ install_framework() # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then local swift_runtime_libs - swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u) for lib in $swift_runtime_libs; do echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" @@ -101,8 +111,8 @@ install_dsym() { # Signs a framework with the provided identity code_sign_if_enabled() { - if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then - # Use the current code_sign_identitiy + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identity echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" @@ -131,7 +141,7 @@ strip_invalid_archs() { for arch in $binary_archs; do if ! [[ "${ARCHS}" == *"$arch"* ]]; then # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" || exit 1 + lipo -remove "$arch" -output "$binary" "$binary" stripped="$stripped $arch" fi done diff --git a/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample.debug.xcconfig b/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample.debug.xcconfig index 671ee1c..0c6e9ea 100644 --- a/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample.debug.xcconfig +++ b/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample.debug.xcconfig @@ -1,10 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "DifferenceKit" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit" +OTHER_LDFLAGS = $(inherited) -framework "DifferenceKit" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample.release.xcconfig b/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample.release.xcconfig index 671ee1c..0c6e9ea 100644 --- a/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample.release.xcconfig +++ b/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample.release.xcconfig @@ -1,10 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "DifferenceKit" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit" +OTHER_LDFLAGS = $(inherited) -framework "DifferenceKit" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/Pods/Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists-acknowledgements.markdown b/Pods/Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists-acknowledgements.markdown index 8c94e59..73c3578 100644 --- a/Pods/Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists-acknowledgements.markdown @@ -3,29 +3,207 @@ This application makes use of the following third party libraries: ## DifferenceKit -The MIT License (MIT) + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ -Copyright (c) 2018 ra1028 + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + 1. Definitions. -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. ## SwiftLint diff --git a/Pods/Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists-acknowledgements.plist b/Pods/Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists-acknowledgements.plist index c22f0c6..2b8f9c9 100644 --- a/Pods/Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists-acknowledgements.plist @@ -14,29 +14,207 @@ FooterText - The MIT License (MIT) + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ -Copyright (c) 2018 ra1028 + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + 1. Definitions. -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. - + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. License MIT Title diff --git a/Pods/Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists.debug.xcconfig b/Pods/Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists.debug.xcconfig index 015f01f..77c1441 100644 --- a/Pods/Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists.debug.xcconfig +++ b/Pods/Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists.debug.xcconfig @@ -1,9 +1,10 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "DifferenceKit" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit" +OTHER_LDFLAGS = $(inherited) -framework "DifferenceKit" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/Pods/Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists.release.xcconfig b/Pods/Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists.release.xcconfig index 015f01f..77c1441 100644 --- a/Pods/Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists.release.xcconfig +++ b/Pods/Target Support Files/Pods-ReactiveLists/Pods-ReactiveLists.release.xcconfig @@ -1,9 +1,10 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "DifferenceKit" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit" +OTHER_LDFLAGS = $(inherited) -framework "DifferenceKit" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-acknowledgements.markdown b/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-acknowledgements.markdown index 8c94e59..73c3578 100644 --- a/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-acknowledgements.markdown @@ -3,29 +3,207 @@ This application makes use of the following third party libraries: ## DifferenceKit -The MIT License (MIT) + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ -Copyright (c) 2018 ra1028 + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + 1. Definitions. -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. ## SwiftLint diff --git a/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-acknowledgements.plist b/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-acknowledgements.plist index c22f0c6..2b8f9c9 100644 --- a/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-acknowledgements.plist @@ -14,29 +14,207 @@ FooterText - The MIT License (MIT) + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ -Copyright (c) 2018 ra1028 + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + 1. Definitions. -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. - + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. License MIT Title diff --git a/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-frameworks.sh b/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-frameworks.sh index 3c8a48a..39ad861 100755 --- a/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-frameworks.sh +++ b/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-frameworks.sh @@ -3,10 +3,15 @@ set -e set -u set -o pipefail +function on_error { + echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" +} +trap 'on_error $LINENO' ERR + if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then - # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy - # frameworks to, so exit 0 (signalling the script phase was successful). - exit 0 + # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy + # frameworks to, so exit 0 (signalling the script phase was successful). + exit 0 fi echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" @@ -36,8 +41,8 @@ install_framework() local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" if [ -L "${source}" ]; then - echo "Symlinked..." - source="$(readlink "${source}")" + echo "Symlinked..." + source="$(readlink "${source}")" fi # Use filter instead of exclude so missing patterns don't throw errors. @@ -47,8 +52,13 @@ install_framework() local basename basename="$(basename -s .framework "$1")" binary="${destination}/${basename}.framework/${basename}" + if ! [ -r "$binary" ]; then binary="${destination}/${basename}" + elif [ -L "${binary}" ]; then + echo "Destination binary is symlinked..." + dirname="$(dirname "${binary}")" + binary="${dirname}/$(readlink "${binary}")" fi # Strip invalid architectures so "fat" simulator / device frameworks work on device @@ -62,7 +72,7 @@ install_framework() # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then local swift_runtime_libs - swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u) for lib in $swift_runtime_libs; do echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" @@ -101,8 +111,8 @@ install_dsym() { # Signs a framework with the provided identity code_sign_if_enabled() { - if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then - # Use the current code_sign_identitiy + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identity echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" @@ -131,7 +141,7 @@ strip_invalid_archs() { for arch in $binary_archs; do if ! [[ "${ARCHS}" == *"$arch"* ]]; then # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" || exit 1 + lipo -remove "$arch" -output "$binary" "$binary" stripped="$stripped $arch" fi done diff --git a/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests.debug.xcconfig b/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests.debug.xcconfig index 671ee1c..0c6e9ea 100644 --- a/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests.debug.xcconfig +++ b/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests.debug.xcconfig @@ -1,10 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "DifferenceKit" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit" +OTHER_LDFLAGS = $(inherited) -framework "DifferenceKit" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests.release.xcconfig b/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests.release.xcconfig index 671ee1c..0c6e9ea 100644 --- a/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests.release.xcconfig +++ b/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests.release.xcconfig @@ -1,10 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "DifferenceKit" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit/DifferenceKit.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DifferenceKit" +OTHER_LDFLAGS = $(inherited) -framework "DifferenceKit" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/README.md b/README.md index 4230fb9..981dd03 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ self.driver.tableViewModel = updatedTableModel ## Project Status -An early version of the `UITableView` support has been shipping in the [PlanGrid app](https://itunes.apple.com/us/app/plangrid-construction-software/id498795789?mt=8) since late 2015 and is now used accross wide parts of the app. The support for `UICollectionView` is less mature as we only use `UICollectionView` in very few places. +An early version of the `UITableView` support has been shipping in the [PlanGrid app](https://itunes.apple.com/us/app/plangrid-construction-software/id498795789?mt=8) since late 2015 and is now used accross wide parts of the app. The support for `UICollectionView` is less mature as we only use `UICollectionView` in very few places. | Feature | Status | | -------------------------- | :-------------: | @@ -72,7 +72,7 @@ $ ./scripts/gen_docs.sh * Xcode 10+ * Swift 4.2+ -* iOS 10+ +* iOS 11+ ## Installation diff --git a/ReactiveLists.podspec b/ReactiveLists.podspec index 50b0a53..6d1725f 100644 --- a/ReactiveLists.podspec +++ b/ReactiveLists.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ReactiveLists" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "React-like API for UITableView and UICollectionView" s.homepage = "https://github.com/plangrid/ReactiveLists" @@ -12,9 +12,9 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/plangrid/ReactiveLists.git", :tag => s.version.to_s } s.source_files = 'Sources/**/*.swift' - s.ios.deployment_target = '10.0' - s.swift_version = '4.2' + s.ios.deployment_target = '11.0' + s.swift_version = '5.0' s.requires_arc = true - s.dependency 'DifferenceKit', '~> 1.0.0' + s.dependency 'DifferenceKit', '~> 1.1.0' end diff --git a/ReactiveLists.xcodeproj/project.pbxproj b/ReactiveLists.xcodeproj/project.pbxproj index db752a0..d32aa38 100644 --- a/ReactiveLists.xcodeproj/project.pbxproj +++ b/ReactiveLists.xcodeproj/project.pbxproj @@ -324,6 +324,7 @@ 257664081F29075C00C037E3 /* Frameworks */, 257664091F29075C00C037E3 /* Resources */, 214905C3DB97E063F1272320 /* [CP] Embed Pods Frameworks */, + 88CB7123224BE93E00C7B167 /* SwiftLint */, ); buildRules = ( ); @@ -344,7 +345,7 @@ 258E318B1F0D8CBC00D6F324 /* Frameworks */, 258E318C1F0D8CBC00D6F324 /* Headers */, 258E318D1F0D8CBC00D6F324 /* Resources */, - 357B96DD20193EB50000443F /* ShellScript */, + 357B96DD20193EB50000443F /* SwiftLint */, ); buildRules = ( ); @@ -405,7 +406,7 @@ }; buildConfigurationList = 258E31891F0D8CBC00D6F324 /* Build configuration list for PBXProject "ReactiveLists" */; compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, @@ -461,7 +462,7 @@ files = ( ); inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-frameworks.sh", + "${PODS_ROOT}/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-frameworks.sh", "${BUILT_PRODUCTS_DIR}/DifferenceKit/DifferenceKit.framework", ); name = "[CP] Embed Pods Frameworks"; @@ -470,7 +471,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-frameworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactiveListsTests/Pods-ReactiveListsTests-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; 214905C3DB97E063F1272320 /* [CP] Embed Pods Frameworks */ = { @@ -479,7 +480,7 @@ files = ( ); inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-frameworks.sh", + "${PODS_ROOT}/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-frameworks.sh", "${BUILT_PRODUCTS_DIR}/DifferenceKit/DifferenceKit.framework", ); name = "[CP] Embed Pods Frameworks"; @@ -488,16 +489,17 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-frameworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactiveLists-ReactiveListsExample/Pods-ReactiveLists-ReactiveListsExample-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - 357B96DD20193EB50000443F /* ShellScript */ = { + 357B96DD20193EB50000443F /* SwiftLint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); + name = SwiftLint; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; @@ -522,6 +524,24 @@ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; + 88CB7123224BE93E00C7B167 /* SwiftLint */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + ); + name = SwiftLint; + outputFileListPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "${PODS_ROOT}/SwiftLint/swiftlint\n"; + }; 967E3D218DE77FDFDAFF338D /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -730,13 +750,13 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; @@ -785,11 +805,11 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; diff --git a/ReactiveLists.xcodeproj/xcshareddata/xcschemes/Example.xcscheme b/ReactiveLists.xcodeproj/xcshareddata/xcschemes/Example.xcscheme index d038c78..9bcce92 100644 --- a/ReactiveLists.xcodeproj/xcshareddata/xcschemes/Example.xcscheme +++ b/ReactiveLists.xcodeproj/xcshareddata/xcschemes/Example.xcscheme @@ -1,6 +1,6 @@ Declaration diff --git a/docs/Classes/CollectionViewDriver.html b/docs/Classes/CollectionViewDriver.html index 5114cda..ffa61e5 100644 --- a/docs/Classes/CollectionViewDriver.html +++ b/docs/Classes/CollectionViewDriver.html @@ -216,7 +216,7 @@

Declaration

Declaration

Swift

-
public var collectionViewModel: CollectionViewModel? { get set }
+
public var collectionViewModel: CollectionViewModel? { get set }
@@ -369,7 +369,7 @@

Declaration

diff --git a/docs/Classes/TableViewDriver.html b/docs/Classes/TableViewDriver.html index e4aef28..d043af4 100644 --- a/docs/Classes/TableViewDriver.html +++ b/docs/Classes/TableViewDriver.html @@ -237,7 +237,7 @@

Declaration

Declaration

Swift

-
public var tableViewModel: TableViewModel? { get set }
+
public var tableViewModel: TableViewModel? { get set }
@@ -433,7 +433,7 @@

Declaration

diff --git a/docs/Classes/TableViewDriver/TableRefreshContext.html b/docs/Classes/TableViewDriver/TableRefreshContext.html index 99929a7..a968c75 100644 --- a/docs/Classes/TableViewDriver/TableRefreshContext.html +++ b/docs/Classes/TableViewDriver/TableRefreshContext.html @@ -234,7 +234,7 @@

Declaration

diff --git a/docs/Enums.html b/docs/Enums.html index de5581b..1d27c06 100644 --- a/docs/Enums.html +++ b/docs/Enums.html @@ -212,7 +212,7 @@

Declaration

diff --git a/docs/Enums/SupplementaryViewKind.html b/docs/Enums/SupplementaryViewKind.html index 1c3d841..b2975f2 100644 --- a/docs/Enums/SupplementaryViewKind.html +++ b/docs/Enums/SupplementaryViewKind.html @@ -212,7 +212,7 @@

Declaration

diff --git a/docs/Enums/ViewRegistrationMethod.html b/docs/Enums/ViewRegistrationMethod.html index b2d2bdf..885325e 100644 --- a/docs/Enums/ViewRegistrationMethod.html +++ b/docs/Enums/ViewRegistrationMethod.html @@ -237,7 +237,7 @@

Declaration

diff --git a/docs/Guides.html b/docs/Guides.html index 12301e8..da10fe8 100644 --- a/docs/Guides.html +++ b/docs/Guides.html @@ -169,7 +169,7 @@

Guides

diff --git a/docs/Protocols.html b/docs/Protocols.html index d365b8a..7787294 100644 --- a/docs/Protocols.html +++ b/docs/Protocols.html @@ -419,7 +419,7 @@

Declaration

diff --git a/docs/Protocols/CollectionCellViewModel.html b/docs/Protocols/CollectionCellViewModel.html index 882c614..361be0f 100644 --- a/docs/Protocols/CollectionCellViewModel.html +++ b/docs/Protocols/CollectionCellViewModel.html @@ -168,7 +168,7 @@

CollectionCellViewModel

Declaration

Swift

-
var accessibilityFormat: CellAccessibilityFormat { get }
+
var accessibilityFormat: CellAccessibilityFormat { get }
@@ -203,7 +203,7 @@

Default Implementation

Declaration

Swift

-
var shouldHighlight: Bool { get }
+
var shouldHighlight: Bool { get }
@@ -238,7 +238,7 @@

Default Implementation

Declaration

Swift

-
var didSelect: DidSelectClosure? { get }
+
var didSelect: DidSelectClosure? { get }
@@ -273,7 +273,7 @@

Default Implementation

Declaration

Swift

-
var didDeselect: DidDeselectClosure? { get }
+
var didDeselect: DidDeselectClosure? { get }
@@ -332,7 +332,7 @@

Parameters

diff --git a/docs/Protocols/CollectionSupplementaryViewModel.html b/docs/Protocols/CollectionSupplementaryViewModel.html index 3f20f22..e2376ba 100644 --- a/docs/Protocols/CollectionSupplementaryViewModel.html +++ b/docs/Protocols/CollectionSupplementaryViewModel.html @@ -176,7 +176,7 @@

Default Implementation

Declaration

Swift

-
var viewInfo: SupplementaryViewInfo? { get }
+
var viewInfo: SupplementaryViewInfo? { get }
@@ -211,7 +211,7 @@

Default Implementation

Declaration

Swift

-
var height: CGFloat? { get }
+
var height: CGFloat? { get }
@@ -270,7 +270,7 @@

Parameters

diff --git a/docs/Protocols/DiffableViewModel.html b/docs/Protocols/DiffableViewModel.html index bf30f6e..3a4421f 100644 --- a/docs/Protocols/DiffableViewModel.html +++ b/docs/Protocols/DiffableViewModel.html @@ -183,7 +183,7 @@

Default Implementation

Declaration

Swift

-
var diffingKey: DiffingKey { get }
+
var diffingKey: DiffingKey { get }
@@ -195,7 +195,7 @@

Declaration

diff --git a/docs/Protocols/ReusableCellProtocol.html b/docs/Protocols/ReusableCellProtocol.html index 3cb40b2..cf188fa 100644 --- a/docs/Protocols/ReusableCellProtocol.html +++ b/docs/Protocols/ReusableCellProtocol.html @@ -168,7 +168,7 @@

ReusableCellProtocol

Declaration

Swift

-
var registrationInfo: ViewRegistrationInfo { get }
+
var registrationInfo: ViewRegistrationInfo { get }
@@ -180,7 +180,7 @@

Declaration

diff --git a/docs/Protocols/ReusableCellViewModelProtocol.html b/docs/Protocols/ReusableCellViewModelProtocol.html index 4d0e4e7..6a8c9fb 100644 --- a/docs/Protocols/ReusableCellViewModelProtocol.html +++ b/docs/Protocols/ReusableCellViewModelProtocol.html @@ -169,7 +169,7 @@

ReusableCellViewModelProtocol

Declaration

Swift

-
var registrationInfo: ViewRegistrationInfo { get }
+
var registrationInfo: ViewRegistrationInfo { get }
@@ -181,7 +181,7 @@

Declaration

diff --git a/docs/Protocols/ReusableSupplementaryViewModelProtocol.html b/docs/Protocols/ReusableSupplementaryViewModelProtocol.html index ab5dada..2ced48b 100644 --- a/docs/Protocols/ReusableSupplementaryViewModelProtocol.html +++ b/docs/Protocols/ReusableSupplementaryViewModelProtocol.html @@ -169,7 +169,7 @@

ReusableSupplementaryViewModelProtocol

Declaration

Swift

-
var viewInfo: SupplementaryViewInfo? { get }
+
var viewInfo: SupplementaryViewInfo? { get }
@@ -181,7 +181,7 @@

Declaration

diff --git a/docs/Protocols/TableCellViewModel.html b/docs/Protocols/TableCellViewModel.html index 2fd3992..1e3cf8e 100644 --- a/docs/Protocols/TableCellViewModel.html +++ b/docs/Protocols/TableCellViewModel.html @@ -168,7 +168,7 @@

TableCellViewModel

Declaration

Swift

-
var accessibilityFormat: CellAccessibilityFormat { get }
+
var accessibilityFormat: CellAccessibilityFormat { get }
@@ -213,7 +213,7 @@

Default Implementation

Declaration

Swift

-
var rowHeight: CGFloat? { get }
+
var rowHeight: CGFloat? { get }
@@ -248,7 +248,7 @@

Default Implementation

Declaration

Swift

-
var editingStyle: UITableViewCell.EditingStyle { get }
+
var editingStyle: UITableViewCell.EditingStyle { get }
@@ -283,7 +283,7 @@

Default Implementation

Declaration

Swift

-
var shouldHighlight: Bool { get }
+
var shouldHighlight: Bool { get }
@@ -318,7 +318,7 @@

Default Implementation

Declaration

Swift

-
var shouldIndentWhileEditing: Bool { get }
+
var shouldIndentWhileEditing: Bool { get }
@@ -353,7 +353,7 @@

Default Implementation

Declaration

Swift

-
var willBeginEditing: WillBeginEditingClosure? { get }
+
var willBeginEditing: WillBeginEditingClosure? { get }
@@ -388,7 +388,7 @@

Default Implementation

Declaration

Swift

-
var didEndEditing: DidEndEditingClosure? { get }
+
var didEndEditing: DidEndEditingClosure? { get }
@@ -423,7 +423,7 @@

Default Implementation

Declaration

Swift

-
var commitEditingStyle: CommitEditingStyleClosure? { get }
+
var commitEditingStyle: CommitEditingStyleClosure? { get }
@@ -458,7 +458,7 @@

Default Implementation

Declaration

Swift

-
var didSelect: DidSelectClosure? { get }
+
var didSelect: DidSelectClosure? { get }
@@ -493,7 +493,7 @@

Default Implementation

Declaration

Swift

-
var accessoryButtonTapped: AccessoryButtonTappedClosure? { get }
+
var accessoryButtonTapped: AccessoryButtonTappedClosure? { get }
@@ -552,7 +552,7 @@

Parameters

diff --git a/docs/Protocols/TableSectionHeaderFooterViewModel.html b/docs/Protocols/TableSectionHeaderFooterViewModel.html index 91ba187..65aa61f 100644 --- a/docs/Protocols/TableSectionHeaderFooterViewModel.html +++ b/docs/Protocols/TableSectionHeaderFooterViewModel.html @@ -169,7 +169,7 @@

TableSectionHeaderFooterViewModel

Declaration

Swift

-
var title: String? { get }
+
var title: String? { get }
@@ -196,7 +196,7 @@

Declaration

Declaration

Swift

-
var height: CGFloat? { get }
+
var height: CGFloat? { get }
@@ -255,7 +255,7 @@

Parameters

diff --git a/docs/Protocols/TableViewCellModelEditActions.html b/docs/Protocols/TableViewCellModelEditActions.html index c647b5c..d745eb4 100644 --- a/docs/Protocols/TableViewCellModelEditActions.html +++ b/docs/Protocols/TableViewCellModelEditActions.html @@ -181,7 +181,7 @@

Declaration

diff --git a/docs/Structs.html b/docs/Structs.html index 23e9482..8d1d386 100644 --- a/docs/Structs.html +++ b/docs/Structs.html @@ -362,7 +362,7 @@

Declaration

diff --git a/docs/Structs/AnyDiffableViewModel.html b/docs/Structs/AnyDiffableViewModel.html index ad72f97..6303c19 100644 --- a/docs/Structs/AnyDiffableViewModel.html +++ b/docs/Structs/AnyDiffableViewModel.html @@ -183,7 +183,7 @@

Declaration

diff --git a/docs/Structs/CollectionSectionViewModel.html b/docs/Structs/CollectionSectionViewModel.html index 054635a..9388241 100644 --- a/docs/Structs/CollectionSectionViewModel.html +++ b/docs/Structs/CollectionSectionViewModel.html @@ -202,7 +202,7 @@

Declaration

Declaration

Swift

-
public var isEmpty: Bool { get }
+
public var isEmpty: Bool { get }
@@ -302,7 +302,7 @@

Parameters

diff --git a/docs/Structs/CollectionViewModel.html b/docs/Structs/CollectionViewModel.html index d592d72..10d3b50 100644 --- a/docs/Structs/CollectionViewModel.html +++ b/docs/Structs/CollectionViewModel.html @@ -195,7 +195,7 @@

Declaration

Declaration

Swift

-
public var isEmpty: Bool { get }
+
public var isEmpty: Bool { get }
@@ -268,7 +268,7 @@

Parameters

Declaration

Swift

-
public subscript(ifExists section: Int) -> CollectionSectionViewModel? { get }
+
public subscript(ifExists section: Int) -> CollectionSectionViewModel? { get }
@@ -314,7 +314,7 @@

Parameters

Declaration

Swift

-
public subscript(ifExists indexPath: IndexPath) -> CollectionCellViewModel? { get }
+
public subscript(ifExists indexPath: IndexPath) -> CollectionCellViewModel? { get }
@@ -345,7 +345,7 @@

Parameters

diff --git a/docs/Structs/SupplementaryViewInfo.html b/docs/Structs/SupplementaryViewInfo.html index 119afe9..f931d68 100644 --- a/docs/Structs/SupplementaryViewInfo.html +++ b/docs/Structs/SupplementaryViewInfo.html @@ -310,7 +310,7 @@

Parameters

diff --git a/docs/Structs/TableSectionViewModel.html b/docs/Structs/TableSectionViewModel.html index 5c1b603..c3b4eb7 100644 --- a/docs/Structs/TableSectionViewModel.html +++ b/docs/Structs/TableSectionViewModel.html @@ -283,7 +283,7 @@

Declaration

Declaration

Swift

-
public var isEmpty: Bool { get }
+
public var isEmpty: Bool { get }
@@ -496,7 +496,7 @@

Parameters

diff --git a/docs/Structs/TableViewModel.html b/docs/Structs/TableViewModel.html index cf0e9c3..8ac8a46 100644 --- a/docs/Structs/TableViewModel.html +++ b/docs/Structs/TableViewModel.html @@ -249,7 +249,7 @@

Declaration

Declaration

Swift

-
public var isEmpty: Bool { get }
+
public var isEmpty: Bool { get }
@@ -382,7 +382,7 @@

Parameters

Declaration

Swift

-
public subscript(ifExists section: Int) -> TableSectionViewModel? { get }
+
public subscript(ifExists section: Int) -> TableSectionViewModel? { get }
@@ -428,7 +428,7 @@

Parameters

Declaration

Swift

-
public subscript(ifExists indexPath: IndexPath) -> TableCellViewModel? { get }
+
public subscript(ifExists indexPath: IndexPath) -> TableCellViewModel? { get }
@@ -459,7 +459,7 @@

Parameters

diff --git a/docs/Structs/ViewRegistrationInfo.html b/docs/Structs/ViewRegistrationInfo.html index 4cead97..84ac61d 100644 --- a/docs/Structs/ViewRegistrationInfo.html +++ b/docs/Structs/ViewRegistrationInfo.html @@ -335,7 +335,7 @@

Parameters

diff --git a/docs/Typealiases.html b/docs/Typealiases.html index 78547db..b6c119b 100644 --- a/docs/Typealiases.html +++ b/docs/Typealiases.html @@ -174,7 +174,7 @@

Declaration

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Classes.html index 521a3a9..4d6a25c 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Classes.html @@ -211,7 +211,7 @@

Declaration

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Classes/CollectionViewDriver.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Classes/CollectionViewDriver.html index 5114cda..ffa61e5 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Classes/CollectionViewDriver.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Classes/CollectionViewDriver.html @@ -216,7 +216,7 @@

Declaration

Declaration

Swift

-
public var collectionViewModel: CollectionViewModel? { get set }
+
public var collectionViewModel: CollectionViewModel? { get set }
@@ -369,7 +369,7 @@

Declaration

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Classes/TableViewDriver.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Classes/TableViewDriver.html index e4aef28..d043af4 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Classes/TableViewDriver.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Classes/TableViewDriver.html @@ -237,7 +237,7 @@

Declaration

Declaration

Swift

-
public var tableViewModel: TableViewModel? { get set }
+
public var tableViewModel: TableViewModel? { get set }
@@ -433,7 +433,7 @@

Declaration

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Classes/TableViewDriver/TableRefreshContext.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Classes/TableViewDriver/TableRefreshContext.html index 99929a7..a968c75 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Classes/TableViewDriver/TableRefreshContext.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Classes/TableViewDriver/TableRefreshContext.html @@ -234,7 +234,7 @@

Declaration

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Enums.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Enums.html index de5581b..1d27c06 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Enums.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Enums.html @@ -212,7 +212,7 @@

Declaration

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Enums/SupplementaryViewKind.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Enums/SupplementaryViewKind.html index 1c3d841..b2975f2 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Enums/SupplementaryViewKind.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Enums/SupplementaryViewKind.html @@ -212,7 +212,7 @@

Declaration

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Enums/ViewRegistrationMethod.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Enums/ViewRegistrationMethod.html index b2d2bdf..885325e 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Enums/ViewRegistrationMethod.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Enums/ViewRegistrationMethod.html @@ -237,7 +237,7 @@

Declaration

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Guides.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Guides.html index 12301e8..da10fe8 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Guides.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Guides.html @@ -169,7 +169,7 @@

Guides

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols.html index d365b8a..7787294 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols.html @@ -419,7 +419,7 @@

Declaration

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/CollectionCellViewModel.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/CollectionCellViewModel.html index 882c614..361be0f 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/CollectionCellViewModel.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/CollectionCellViewModel.html @@ -168,7 +168,7 @@

CollectionCellViewModel

Declaration

Swift

-
var accessibilityFormat: CellAccessibilityFormat { get }
+
var accessibilityFormat: CellAccessibilityFormat { get }
@@ -203,7 +203,7 @@

Default Implementation

Declaration

Swift

-
var shouldHighlight: Bool { get }
+
var shouldHighlight: Bool { get }
@@ -238,7 +238,7 @@

Default Implementation

Declaration

Swift

-
var didSelect: DidSelectClosure? { get }
+
var didSelect: DidSelectClosure? { get }
@@ -273,7 +273,7 @@

Default Implementation

Declaration

Swift

-
var didDeselect: DidDeselectClosure? { get }
+
var didDeselect: DidDeselectClosure? { get }
@@ -332,7 +332,7 @@

Parameters

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/CollectionSupplementaryViewModel.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/CollectionSupplementaryViewModel.html index 3f20f22..e2376ba 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/CollectionSupplementaryViewModel.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/CollectionSupplementaryViewModel.html @@ -176,7 +176,7 @@

Default Implementation

Declaration

Swift

-
var viewInfo: SupplementaryViewInfo? { get }
+
var viewInfo: SupplementaryViewInfo? { get }
@@ -211,7 +211,7 @@

Default Implementation

Declaration

Swift

-
var height: CGFloat? { get }
+
var height: CGFloat? { get }
@@ -270,7 +270,7 @@

Parameters

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/DiffableViewModel.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/DiffableViewModel.html index bf30f6e..3a4421f 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/DiffableViewModel.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/DiffableViewModel.html @@ -183,7 +183,7 @@

Default Implementation

Declaration

Swift

-
var diffingKey: DiffingKey { get }
+
var diffingKey: DiffingKey { get }
@@ -195,7 +195,7 @@

Declaration

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/ReusableCellProtocol.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/ReusableCellProtocol.html index 3cb40b2..cf188fa 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/ReusableCellProtocol.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/ReusableCellProtocol.html @@ -168,7 +168,7 @@

ReusableCellProtocol

Declaration

Swift

-
var registrationInfo: ViewRegistrationInfo { get }
+
var registrationInfo: ViewRegistrationInfo { get }
@@ -180,7 +180,7 @@

Declaration

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/ReusableCellViewModelProtocol.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/ReusableCellViewModelProtocol.html index 4d0e4e7..6a8c9fb 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/ReusableCellViewModelProtocol.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/ReusableCellViewModelProtocol.html @@ -169,7 +169,7 @@

ReusableCellViewModelProtocol

Declaration

Swift

-
var registrationInfo: ViewRegistrationInfo { get }
+
var registrationInfo: ViewRegistrationInfo { get }
@@ -181,7 +181,7 @@

Declaration

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/ReusableSupplementaryViewModelProtocol.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/ReusableSupplementaryViewModelProtocol.html index ab5dada..2ced48b 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/ReusableSupplementaryViewModelProtocol.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/ReusableSupplementaryViewModelProtocol.html @@ -169,7 +169,7 @@

ReusableSupplementaryViewModelProtocol

Declaration

Swift

-
var viewInfo: SupplementaryViewInfo? { get }
+
var viewInfo: SupplementaryViewInfo? { get }
@@ -181,7 +181,7 @@

Declaration

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/TableCellViewModel.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/TableCellViewModel.html index 2fd3992..1e3cf8e 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/TableCellViewModel.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/TableCellViewModel.html @@ -168,7 +168,7 @@

TableCellViewModel

Declaration

Swift

-
var accessibilityFormat: CellAccessibilityFormat { get }
+
var accessibilityFormat: CellAccessibilityFormat { get }
@@ -213,7 +213,7 @@

Default Implementation

Declaration

Swift

-
var rowHeight: CGFloat? { get }
+
var rowHeight: CGFloat? { get }
@@ -248,7 +248,7 @@

Default Implementation

Declaration

Swift

-
var editingStyle: UITableViewCell.EditingStyle { get }
+
var editingStyle: UITableViewCell.EditingStyle { get }
@@ -283,7 +283,7 @@

Default Implementation

Declaration

Swift

-
var shouldHighlight: Bool { get }
+
var shouldHighlight: Bool { get }
@@ -318,7 +318,7 @@

Default Implementation

Declaration

Swift

-
var shouldIndentWhileEditing: Bool { get }
+
var shouldIndentWhileEditing: Bool { get }
@@ -353,7 +353,7 @@

Default Implementation

Declaration

Swift

-
var willBeginEditing: WillBeginEditingClosure? { get }
+
var willBeginEditing: WillBeginEditingClosure? { get }
@@ -388,7 +388,7 @@

Default Implementation

Declaration

Swift

-
var didEndEditing: DidEndEditingClosure? { get }
+
var didEndEditing: DidEndEditingClosure? { get }
@@ -423,7 +423,7 @@

Default Implementation

Declaration

Swift

-
var commitEditingStyle: CommitEditingStyleClosure? { get }
+
var commitEditingStyle: CommitEditingStyleClosure? { get }
@@ -458,7 +458,7 @@

Default Implementation

Declaration

Swift

-
var didSelect: DidSelectClosure? { get }
+
var didSelect: DidSelectClosure? { get }
@@ -493,7 +493,7 @@

Default Implementation

Declaration

Swift

-
var accessoryButtonTapped: AccessoryButtonTappedClosure? { get }
+
var accessoryButtonTapped: AccessoryButtonTappedClosure? { get }
@@ -552,7 +552,7 @@

Parameters

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/TableSectionHeaderFooterViewModel.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/TableSectionHeaderFooterViewModel.html index 91ba187..65aa61f 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/TableSectionHeaderFooterViewModel.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/TableSectionHeaderFooterViewModel.html @@ -169,7 +169,7 @@

TableSectionHeaderFooterViewModel

Declaration

Swift

-
var title: String? { get }
+
var title: String? { get }
@@ -196,7 +196,7 @@

Declaration

Declaration

Swift

-
var height: CGFloat? { get }
+
var height: CGFloat? { get }
@@ -255,7 +255,7 @@

Parameters

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/TableViewCellModelEditActions.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/TableViewCellModelEditActions.html index c647b5c..d745eb4 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/TableViewCellModelEditActions.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Protocols/TableViewCellModelEditActions.html @@ -181,7 +181,7 @@

Declaration

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs.html index 23e9482..8d1d386 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs.html @@ -362,7 +362,7 @@

Declaration

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/AnyDiffableViewModel.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/AnyDiffableViewModel.html index ad72f97..6303c19 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/AnyDiffableViewModel.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/AnyDiffableViewModel.html @@ -183,7 +183,7 @@

Declaration

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/CollectionSectionViewModel.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/CollectionSectionViewModel.html index 054635a..9388241 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/CollectionSectionViewModel.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/CollectionSectionViewModel.html @@ -202,7 +202,7 @@

Declaration

Declaration

Swift

-
public var isEmpty: Bool { get }
+
public var isEmpty: Bool { get }
@@ -302,7 +302,7 @@

Parameters

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/CollectionViewModel.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/CollectionViewModel.html index d592d72..10d3b50 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/CollectionViewModel.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/CollectionViewModel.html @@ -195,7 +195,7 @@

Declaration

Declaration

Swift

-
public var isEmpty: Bool { get }
+
public var isEmpty: Bool { get }
@@ -268,7 +268,7 @@

Parameters

Declaration

Swift

-
public subscript(ifExists section: Int) -> CollectionSectionViewModel? { get }
+
public subscript(ifExists section: Int) -> CollectionSectionViewModel? { get }
@@ -314,7 +314,7 @@

Parameters

Declaration

Swift

-
public subscript(ifExists indexPath: IndexPath) -> CollectionCellViewModel? { get }
+
public subscript(ifExists indexPath: IndexPath) -> CollectionCellViewModel? { get }
@@ -345,7 +345,7 @@

Parameters

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/SupplementaryViewInfo.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/SupplementaryViewInfo.html index 119afe9..f931d68 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/SupplementaryViewInfo.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/SupplementaryViewInfo.html @@ -310,7 +310,7 @@

Parameters

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/TableSectionViewModel.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/TableSectionViewModel.html index 5c1b603..c3b4eb7 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/TableSectionViewModel.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/TableSectionViewModel.html @@ -283,7 +283,7 @@

Declaration

Declaration

Swift

-
public var isEmpty: Bool { get }
+
public var isEmpty: Bool { get }
@@ -496,7 +496,7 @@

Parameters

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/TableViewModel.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/TableViewModel.html index cf0e9c3..8ac8a46 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/TableViewModel.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/TableViewModel.html @@ -249,7 +249,7 @@

Declaration

Declaration

Swift

-
public var isEmpty: Bool { get }
+
public var isEmpty: Bool { get }
@@ -382,7 +382,7 @@

Parameters

Declaration

Swift

-
public subscript(ifExists section: Int) -> TableSectionViewModel? { get }
+
public subscript(ifExists section: Int) -> TableSectionViewModel? { get }
@@ -428,7 +428,7 @@

Parameters

Declaration

Swift

-
public subscript(ifExists indexPath: IndexPath) -> TableCellViewModel? { get }
+
public subscript(ifExists indexPath: IndexPath) -> TableCellViewModel? { get }
@@ -459,7 +459,7 @@

Parameters

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/ViewRegistrationInfo.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/ViewRegistrationInfo.html index 4cead97..84ac61d 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/ViewRegistrationInfo.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Structs/ViewRegistrationInfo.html @@ -335,7 +335,7 @@

Parameters

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Typealiases.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Typealiases.html index 78547db..b6c119b 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Typealiases.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/Typealiases.html @@ -174,7 +174,7 @@

Declaration

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/getting-started.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/getting-started.html index 4f39b6d..969a92b 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/getting-started.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/getting-started.html @@ -165,18 +165,18 @@

Example

// Given a view controller with a table view
 
 // 1. create cell models
-let cell0 = ExampleTableCellModel(...)
-let cell1 = ExampleTableCellModel(...)
-let cell2 = ExampleTableCellModel(...)
+let cell0 = ExampleTableCellModel(...)
+let cell1 = ExampleTableCellModel(...)
+let cell2 = ExampleTableCellModel(...)
 
 // 2. create section models
-let section0 = ExampleTableSectionViewModel(cellViewModels: [cell0, cell1, cell2])
+let section0 = ExampleTableSectionViewModel(cellViewModels: [cell0, cell1, cell2])
 
 // 3. create table model
-let tableModel = TableViewModel(sectionModels: [section0])
+let tableModel = TableViewModel(sectionModels: [section0])
 
 // 4. create driver
-self.driver = TableViewDriver(tableView: self.tableView, tableViewModel: tableModel)
+self.driver = TableViewDriver(tableView: self.tableView, tableViewModel: tableModel)
 
 // 5. update driver with new table model as it changes
 let updatedTableModel = self.doSomethingToChangeModels()
@@ -189,12 +189,12 @@ 

Detailed Example

The following is a more detailed example, to see how this is all integrated into your code. To get set up, you first need to add a Driver (either a TableViewDriver or CollectionViewDriver) to your view controller:

-
struct Person {
+
struct Person {
   let name: String
-  let uuid = UUID()
+  let uuid = UUID()
 }
 
-final class PersonViewController: UITableViewController {
+final class PersonViewController: UITableViewController {
     var people: [Person]
     var tableViewDriver: TableViewDriver?
                   .
@@ -203,8 +203,8 @@ 

Detailed Example

override func viewDidLoad() { super.viewDidLoad() // Initialize our `TableViewDriver` with our tableView - self.tableViewDriver = TableViewDriver(tableView: self.tableView) - self.people = [Person(name: "Tom")] + self.tableViewDriver = TableViewDriver(tableView: self.tableView) + self.people = [Person(name: "Tom")] } }
@@ -219,13 +219,13 @@

Detailed Example

Great! But how do you make that TableViewModel? We recommend having a static function that takes in new data and generates the TableViewModel. It might look something like this:

/// Given a new set of [Person], generates the `TableViewModel` representing that new data
-static func viewModel(forState people: [Person]) -> TableViewModel { ... }
+static func viewModel(forState people: [Person]) -> TableViewModel { ... }
 
 

Then any time your data (in this case the people property) changes, you can generate your new TableViewModel

var people: [Person] = [] {
-    didSet {
+    didSet {
         self.tableViewDriver?.tableViewModel = PersonViewController.viewModel(
             forState: people
         )
@@ -236,16 +236,16 @@ 

Detailed Example

Okay now lets go back and fill in our viewModel(forState:) function:

/// Given a new set of [Person], generates the `TableViewModel` representing that new data
-extension PersonViewController {
-    static func viewModel(forState people: [Person]) -> TableViewModel {
-            let personCellViewModels = people.map { PersonCellModel(person: $0) }
-            let section = TableSectionViewModel(
+extension PersonViewController {
+    static func viewModel(forState people: [Person]) -> TableViewModel {
+            let personCellViewModels = people.map { PersonCellModel(person: $0) }
+            let section = TableSectionViewModel(
               headerTitle: "People",
               headerHeight: 44,
               cellViewModels: personCellViewModels,
               diffingKey: "People" // a unique string for automatically diffing
             )
-        return TableViewModel(sectionModels: [section])
+        return TableViewModel(sectionModels: [section])
     }
 }
 
@@ -257,10 +257,10 @@ 

Detailed Example

Now all we have to do is to define PersonCellModel:


-final class PersonCell: UITableViewCell { }
+final class PersonCell: UITableViewCell { }
 
-struct PersonCellModel: TableCellViewModel, DiffableViewModel {
-    var registrationInfo = ViewRegistrationInfo(classType: PersonCell.self)
+struct PersonCellModel: TableCellViewModel, DiffableViewModel {
+    var registrationInfo = ViewRegistrationInfo(classType: PersonCell.self)
     var accessibilityFormat: CellAccessibilityFormat = "PersonUserCell"
     let cellIdentifier = "PersonUserCell"
     let editingStyle: UITableViewCellEditingStyle = .delete
@@ -277,7 +277,7 @@ 

Detailed Example

// If we want the library to automatically reload when new data is available // each cell model needs to have a unique key for the diffing algorithm to work. // In this case we just use the person's uuid - var diffingKey: String { + var diffingKey: String { return self.person.uuid.uuidString } } @@ -294,7 +294,7 @@

Detailed Example

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/index.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/index.html index 0f3bc3e..f3e9b56 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/index.html @@ -156,18 +156,18 @@

Example

// Given a view controller with a table view
 
 // 1. create cell models
-let cell0 = ExampleTableCellModel(...)
-let cell1 = ExampleTableCellModel(...)
-let cell2 = ExampleTableCellModel(...)
+let cell0 = ExampleTableCellModel(...)
+let cell1 = ExampleTableCellModel(...)
+let cell2 = ExampleTableCellModel(...)
 
 // 2. create section models
-let section0 = ExampleTableSectionViewModel(cellViewModels: [cell0, cell1, cell2])
+let section0 = ExampleTableSectionViewModel(cellViewModels: [cell0, cell1, cell2])
 
 // 3. create table model
-let tableModel = TableViewModel(sectionModels: [section0])
+let tableModel = TableViewModel(sectionModels: [section0])
 
 // 4. create driver
-self.driver = TableViewDriver(tableView: self.tableView, tableViewModel: tableModel)
+self.driver = TableViewDriver(tableView: self.tableView, tableViewModel: tableModel)
 
 // 5. update driver with new table model as it changes
 let updatedTableModel = self.doSomethingToChangeModels()
@@ -177,7 +177,7 @@ 

Example

Project Status

-

An early version of the UITableView support has been shipping in the PlanGrid app since late 2015 and is now used accross wide parts of the app. The support for UICollectionView is less mature as we only use UICollectionView in very few places.

+

An early version of the UITableView support has been shipping in the PlanGrid app since late 2015 and is now used accross wide parts of the app. The support for UICollectionView is less mature as we only use UICollectionView in very few places.

@@ -211,7 +211,7 @@

Requirements

  • Xcode 10+
  • Swift 4.2+
  • -
  • iOS 10+
  • +
  • iOS 11+

Installation

@@ -237,7 +237,7 @@

License

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/vision.html b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/vision.html index aa39cdd..dfc6eef 100644 --- a/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/vision.html +++ b/docs/docsets/ReactiveLists.docset/Contents/Resources/Documents/vision.html @@ -158,7 +158,7 @@

Vision

diff --git a/docs/docsets/ReactiveLists.docset/Contents/Resources/docSet.dsidx b/docs/docsets/ReactiveLists.docset/Contents/Resources/docSet.dsidx index 85cdcd6..db8906a 100644 Binary files a/docs/docsets/ReactiveLists.docset/Contents/Resources/docSet.dsidx and b/docs/docsets/ReactiveLists.docset/Contents/Resources/docSet.dsidx differ diff --git a/docs/docsets/ReactiveLists.tgz b/docs/docsets/ReactiveLists.tgz index 0785ea0..e9fa5fe 100644 Binary files a/docs/docsets/ReactiveLists.tgz and b/docs/docsets/ReactiveLists.tgz differ diff --git a/docs/getting-started.html b/docs/getting-started.html index 4f39b6d..969a92b 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -165,18 +165,18 @@

Example

// Given a view controller with a table view
 
 // 1. create cell models
-let cell0 = ExampleTableCellModel(...)
-let cell1 = ExampleTableCellModel(...)
-let cell2 = ExampleTableCellModel(...)
+let cell0 = ExampleTableCellModel(...)
+let cell1 = ExampleTableCellModel(...)
+let cell2 = ExampleTableCellModel(...)
 
 // 2. create section models
-let section0 = ExampleTableSectionViewModel(cellViewModels: [cell0, cell1, cell2])
+let section0 = ExampleTableSectionViewModel(cellViewModels: [cell0, cell1, cell2])
 
 // 3. create table model
-let tableModel = TableViewModel(sectionModels: [section0])
+let tableModel = TableViewModel(sectionModels: [section0])
 
 // 4. create driver
-self.driver = TableViewDriver(tableView: self.tableView, tableViewModel: tableModel)
+self.driver = TableViewDriver(tableView: self.tableView, tableViewModel: tableModel)
 
 // 5. update driver with new table model as it changes
 let updatedTableModel = self.doSomethingToChangeModels()
@@ -189,12 +189,12 @@ 

Detailed Example

The following is a more detailed example, to see how this is all integrated into your code. To get set up, you first need to add a Driver (either a TableViewDriver or CollectionViewDriver) to your view controller:

-
struct Person {
+
struct Person {
   let name: String
-  let uuid = UUID()
+  let uuid = UUID()
 }
 
-final class PersonViewController: UITableViewController {
+final class PersonViewController: UITableViewController {
     var people: [Person]
     var tableViewDriver: TableViewDriver?
                   .
@@ -203,8 +203,8 @@ 

Detailed Example

override func viewDidLoad() { super.viewDidLoad() // Initialize our `TableViewDriver` with our tableView - self.tableViewDriver = TableViewDriver(tableView: self.tableView) - self.people = [Person(name: "Tom")] + self.tableViewDriver = TableViewDriver(tableView: self.tableView) + self.people = [Person(name: "Tom")] } }
@@ -219,13 +219,13 @@

Detailed Example

Great! But how do you make that TableViewModel? We recommend having a static function that takes in new data and generates the TableViewModel. It might look something like this:

/// Given a new set of [Person], generates the `TableViewModel` representing that new data
-static func viewModel(forState people: [Person]) -> TableViewModel { ... }
+static func viewModel(forState people: [Person]) -> TableViewModel { ... }
 
 

Then any time your data (in this case the people property) changes, you can generate your new TableViewModel

var people: [Person] = [] {
-    didSet {
+    didSet {
         self.tableViewDriver?.tableViewModel = PersonViewController.viewModel(
             forState: people
         )
@@ -236,16 +236,16 @@ 

Detailed Example

Okay now lets go back and fill in our viewModel(forState:) function:

/// Given a new set of [Person], generates the `TableViewModel` representing that new data
-extension PersonViewController {
-    static func viewModel(forState people: [Person]) -> TableViewModel {
-            let personCellViewModels = people.map { PersonCellModel(person: $0) }
-            let section = TableSectionViewModel(
+extension PersonViewController {
+    static func viewModel(forState people: [Person]) -> TableViewModel {
+            let personCellViewModels = people.map { PersonCellModel(person: $0) }
+            let section = TableSectionViewModel(
               headerTitle: "People",
               headerHeight: 44,
               cellViewModels: personCellViewModels,
               diffingKey: "People" // a unique string for automatically diffing
             )
-        return TableViewModel(sectionModels: [section])
+        return TableViewModel(sectionModels: [section])
     }
 }
 
@@ -257,10 +257,10 @@ 

Detailed Example

Now all we have to do is to define PersonCellModel:


-final class PersonCell: UITableViewCell { }
+final class PersonCell: UITableViewCell { }
 
-struct PersonCellModel: TableCellViewModel, DiffableViewModel {
-    var registrationInfo = ViewRegistrationInfo(classType: PersonCell.self)
+struct PersonCellModel: TableCellViewModel, DiffableViewModel {
+    var registrationInfo = ViewRegistrationInfo(classType: PersonCell.self)
     var accessibilityFormat: CellAccessibilityFormat = "PersonUserCell"
     let cellIdentifier = "PersonUserCell"
     let editingStyle: UITableViewCellEditingStyle = .delete
@@ -277,7 +277,7 @@ 

Detailed Example

// If we want the library to automatically reload when new data is available // each cell model needs to have a unique key for the diffing algorithm to work. // In this case we just use the person's uuid - var diffingKey: String { + var diffingKey: String { return self.person.uuid.uuidString } } @@ -294,7 +294,7 @@

Detailed Example

diff --git a/docs/index.html b/docs/index.html index 0f3bc3e..f3e9b56 100644 --- a/docs/index.html +++ b/docs/index.html @@ -156,18 +156,18 @@

Example

// Given a view controller with a table view
 
 // 1. create cell models
-let cell0 = ExampleTableCellModel(...)
-let cell1 = ExampleTableCellModel(...)
-let cell2 = ExampleTableCellModel(...)
+let cell0 = ExampleTableCellModel(...)
+let cell1 = ExampleTableCellModel(...)
+let cell2 = ExampleTableCellModel(...)
 
 // 2. create section models
-let section0 = ExampleTableSectionViewModel(cellViewModels: [cell0, cell1, cell2])
+let section0 = ExampleTableSectionViewModel(cellViewModels: [cell0, cell1, cell2])
 
 // 3. create table model
-let tableModel = TableViewModel(sectionModels: [section0])
+let tableModel = TableViewModel(sectionModels: [section0])
 
 // 4. create driver
-self.driver = TableViewDriver(tableView: self.tableView, tableViewModel: tableModel)
+self.driver = TableViewDriver(tableView: self.tableView, tableViewModel: tableModel)
 
 // 5. update driver with new table model as it changes
 let updatedTableModel = self.doSomethingToChangeModels()
@@ -177,7 +177,7 @@ 

Example

Project Status

-

An early version of the UITableView support has been shipping in the PlanGrid app since late 2015 and is now used accross wide parts of the app. The support for UICollectionView is less mature as we only use UICollectionView in very few places.

+

An early version of the UITableView support has been shipping in the PlanGrid app since late 2015 and is now used accross wide parts of the app. The support for UICollectionView is less mature as we only use UICollectionView in very few places.

@@ -211,7 +211,7 @@

Requirements

  • Xcode 10+
  • Swift 4.2+
  • -
  • iOS 10+
  • +
  • iOS 11+

Installation

@@ -237,7 +237,7 @@

License

diff --git a/docs/undocumented.json b/docs/undocumented.json index c4b8b30..6f90e0d 100644 --- a/docs/undocumented.json +++ b/docs/undocumented.json @@ -2,5 +2,5 @@ "warnings": [ ], - "source_directory": "/Users/jsquires/Develop/ReactiveLists" + "source_directory": "/Users/jesse/GitHub/ReactiveLists" } \ No newline at end of file diff --git a/docs/vision.html b/docs/vision.html index aa39cdd..dfc6eef 100644 --- a/docs/vision.html +++ b/docs/vision.html @@ -158,7 +158,7 @@

Vision