How is this sample intended to be used? #4
-
The README states:
This repo doesn't export a Swift package, so the only way I see to use it is to copy out chunks of code into our own projects. Is that the intention? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 18 replies
-
Yes that was the intention. |
Beta Was this translation helpful? Give feedback.
-
Do you mean the UI updates in the SwiftAuthorizationSample/SwiftAuthorizationApp/ViewController.swift Lines 107 to 216 in 20795e9 |
Beta Was this translation helpful? Give feedback.
-
I do not want Blessed to have any dependencies beyond the macOS standard frameworks as it's only meant to be a Swift friendly wrapper around the Authorization Services and Service Management frameworks.
I think it's equally as blind as using Authorization Services and Service Management frameworks directly. The points you bring up are completely valid, but it's not the direction I want to take Blessed. I have loose thoughts of publishing a framework called |
Beta Was this translation helpful? Give feedback.
-
@amomchilov — I fear I have a bit of a simplistic understanding of all these things based on my own specific use-case, so apologies for that, but I wonder if it would be sufficient to create a "BlessedPlus" which is simply an extension to Blessed, which incorporates the @grigorye — I notice you're using just Blessed (ie without EmbeddedPropertyList or SecureXPC) in your project. Do you have any perspective to add to this thread? |
Beta Was this translation helpful? Give feedback.
Yes that was the intention.