tmandry / Swindler

macOS window management library for Swift
https://tmandry.github.io/Swindler/docs/main/
MIT License
690 stars 66 forks source link

Cannot be added as a Swift Package #71

Closed chrispaynter closed 3 years ago

chrispaynter commented 3 years ago

I tried to add Swindler as a package via Xcode as per their docs.

Due to AXSwift being a locally referenced package, it's not possible to do so.

image

I forked and created a branch that sets the path correctly and it installs correctly into Xcode - https://github.com/chrispaynter/Swindler/tree/hotfix/change-axswift-reference

I'm guessing you're using submodules for ease of debugging / development of AXSwift.

Might be good to add some extra documentation to the readme about setting up Swindler as a dependency.

Understandably, Swindler is still alpha. Might be worth looking at what versioned (non master branch) package references might look like moving forward.

tmandry commented 3 years ago

Thanks for the report. I'm removing the submodule in #72 and will release a new version soon.