This adds a Package.swift file which makes the framework installable in iOS and macOS projects, as per issue #16. The file is pretty basic and exports 2 products: GAppAuth-iOS and GAppAuth-macOS. I haven't yet found a more elegant way to just export GAppAuth and have it compile for whatever platform is required, but this works fine for now.
This adds a Package.swift file which makes the framework installable in iOS and macOS projects, as per issue #16. The file is pretty basic and exports 2 products:
GAppAuth-iOS
andGAppAuth-macOS
. I haven't yet found a more elegant way to just exportGAppAuth
and have it compile for whatever platform is required, but this works fine for now.