-
-
Notifications
You must be signed in to change notification settings - Fork 19
fix: sdk name #57
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: sdk name #57
Conversation
| Pod::Spec.new do |spec| | ||
| spec.name = 'sentry_kotlin_multiplatform' | ||
| spec.version = '0.0.1' | ||
| spec.version = '0.0.1-alpha.2' |
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.
| spec.version = '0.0.1-alpha.2' | |
| spec.version = '0.0.1' |
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.
Isn't this file that we agreed to keep it as it is? similar to Flutter.
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.
Yes, it auto-increments on every build and forgot to unstage it. Maybe I should add it to gitignore from now on?
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.
maybe remove the part that makes it auto-increment?
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.
seems like pinning the version to 0.0.1 in the cocoapods gradle plugin works
...y-kotlin-multiplatform/src/commonMain/kotlin/io/sentry/kotlin/multiplatform/SentryOptions.kt
Show resolved
Hide resolved
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.
Left 2 comments, besides that all good.
Fixes the sdk name that is now applicable for hybrid sdks
Working examples: