-
Notifications
You must be signed in to change notification settings - Fork 117
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
Fix keychain access on macOS. #354
Conversation
2cde292
to
e9a8b59
Compare
Generated by 🚫 Danger Swift against dfc749d |
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.
Excellent! 👏 Thank you for taking care of it 👍
Codecov ReportBase: 32.47% // Head: 13.70% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #354 +/- ##
============================================
- Coverage 32.47% 13.70% -18.78%
============================================
Files 245 230 -15
Lines 16255 15163 -1092
Branches 10035 7444 -2591
============================================
- Hits 5279 2078 -3201
- Misses 10814 13027 +2213
+ Partials 162 58 -104
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
e33b711
to
dfc749d
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Running ElementX on macOS (Designed for iPad) didn't have the correct access to the App Group for sharing the keychain. This PR adds the Keychain Access Group back to properly support macOS builds.
Note: This PR will require everyone to sign in once again on iOS.