-
Notifications
You must be signed in to change notification settings - Fork 246
Add macOS support including API changes, implementations and unit tests. #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Edit SPM and cocoapods configuration file to support macOS.
ece1000 to
128b568
Compare
mdmathias
requested changes
Mar 9, 2022
1354ce5 to
7fc8937
Compare
* fix calling callback on addScopes * Add possibility to choose scopes in time of sign in * fixes due review * Complete merge from main Co-authored-by: Peter Andrews <[email protected]>
7fc8937 to
b2a77a3
Compare
petea
reviewed
Mar 15, 2022
8c6d9e8 to
d39ab3a
Compare
94d6d52 to
e3f7bcf
Compare
996c117 to
11fb1ce
Compare
d7474f3 to
59d61b6
Compare
Contributor
|
The pod lib lint tests are now completing but failing on warnings. You should be able to resolve them. |
petea
suggested changes
Mar 21, 2022
petea
reviewed
Mar 21, 2022
petea
reviewed
Mar 21, 2022
990a879 to
fde63c2
Compare
petea
reviewed
Mar 21, 2022
fde63c2 to
c3d5ec5
Compare
c3d5ec5 to
9c9bfdf
Compare
petea
suggested changes
Mar 22, 2022
petea
reviewed
Mar 22, 2022
petea
reviewed
Mar 22, 2022
petea
reviewed
Mar 22, 2022
petea
reviewed
Mar 22, 2022
petea
reviewed
Mar 22, 2022
petea
suggested changes
Mar 23, 2022
mdmathias
approved these changes
Mar 23, 2022
ae02ecc to
fa19f96
Compare
Alex-4-Git
commented
Mar 23, 2022
Contributor
Author
Alex-4-Git
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finish my reivew
petea
approved these changes
Mar 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a chained PR on top of the PR
GSI macOS support preparation.(#102)