-
-
Notifications
You must be signed in to change notification settings - Fork 202
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 Read Beta Group Information and update to match Apple's docs #142
Conversation
AppStoreConnect-Swift-SDKTests.xctest: Coverage: 99.66
AppStoreConnect_Swift_SDK.framework: Coverage: 81.33
Generated by 🚫 Danger Swift against d2320a8 |
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.
Thanks for your contribution! I don't think we need your gitignore and Gemfile changes, they have never been an issue before. I'm also surprised that GEM is using the vendor folder. This must be some personal configuration maybe?
Either way, if you can remove those changes, that would be great 🙂
8ddb13d
to
79f05f1
Compare
@AvdLee Apologies for that. I didn't realize that it would pick up my local settings for the bundle install. I dropped the gitignore and gemfile changes. |
b6675de
to
d2320a8
Compare
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.
No worries, all good now! Thanks for your contribution 💪
Congratulations! 🎉 This was released as part of Release 1.5.0 🚀 Generated by GitBuddy |
Summary
The
Read Beta Group Information
API was broken, so I fixed the broken fields and updated all parameters to match Apple's documentation. Tests were added for each individual field.Changes in this PR
ReadBetaGroupInformation
was updated so it matches the API specsReadBetaGroupInformationTests
were updated with more granular tests for future expandability.gitignore
was updated to ignore thevendor
directoryGemfile.lock
file was checked inQuestions
There were a couple changes I made at the end of my commits when I was following the instructions for Development. I updated the
.gitignore
file so that thevendor
directory that is created by bundler no longer appears as a change. I also checked in the Gemfile.lock file so versions are pinned for the bundle install. If you would like me to remove either of these changes, please let me know.