-
-
Notifications
You must be signed in to change notification settings - Fork 19
ref(samples): improve samples & SPM docs #82
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
Conversation
@marandaneto sry there's a lot of file changed, that's because I had to rearrange and rename the examples. Most significant changes:
If you have time could you check if the samples work for you now |
@buenaflor
|
@marandaneto yep, I know where the issue is, I'll get to it |
@marandaneto it's finally green ✅ |
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.
Nice @buenaflor
Improves upon the samples and added the sample from #71. Ref: #81
All Android samples are now automatically configured to run in release mode and will automatically upload proguard mapping files.
All iOS samples will automatically upload dsym files.
I've also adjusted the sample from #71 to use SPM and added some docs on how to use SPM instead of Cocoapods.
The run configuration for these samples should also automatically be setup through Android Studio