osteslag / Changeset

Minimal edits from one collection to another
MIT License
803 stars 46 forks source link

Carthage support? #53

Open puelocesar opened 5 years ago

puelocesar commented 5 years ago

Are there any plans for supporting Carthage? I don't really want to add Pods to my project, and the Swift Package Manager option is currently failing with:

  ~ swift package generate-xcodeproj
Fetching https://github.com/osteslag/Changeset.git
Completed resolution in 4.39s
Cloning https://github.com/osteslag/Changeset.git
Resolving https://github.com/osteslag/Changeset.git at 3.1.1
warning: PackageDescription API v3 is deprecated and will be removed in the future; used by package(s): Changeset
'Changeset' /Users/pcferreira/Projects/OnboardingReactiveSwift/.build/checkouts/Changeset.git--4643115965670364357: error: package has unsupported layout; found loose source files: /Users/pcferreira/Projects/OnboardingReactiveSwift/.build/checkouts/Changeset.git--4643115965670364357/Tests/ChangesetTests.swift
'OnboardingReactiveSwift' /Users/pcferreira/Projects/OnboardingReactiveSwift: error: product dependency 'Changeset' not found
osteslag commented 5 years ago

@puelocesar, I was under the impression Carthage was supported (at least per #13), but I honestly can’t tell because I haven’t used Carthage for a good number of years.

I will take a look at it at some point, including the failing SPM support. You are very welcome to add your own pull requests in the meantime.

Thanks.