Skip to content
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 ios podspec #353

Merged
merged 2 commits into from
May 14, 2024
Merged

Fix ios podspec #353

merged 2 commits into from
May 14, 2024

Conversation

ruixhuang
Copy link
Contributor

Latest Kotlin MM tooling added a step that causes issue with our iOS build workflow. Updating the bump_version script to remove the step.

Also removing duplicated declaration of HistoricalPnlPeriod (it's also in Settings.kt)

@@ -118,20 +118,6 @@ interface WebSocketProtocol {
fun send(message: String)
}

@JsExport
@Serializable
enum class HistoricalPnlPeriod(val rawValue: String) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to delete this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's a duplicated declaration.

Comment on lines 27 to 29
cd integration/iOS
pod install No newline at end of file
pod install
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this iOS integration folder? Is it useful / up-to-date?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we used that every once a while to test the integration.

@ruixhuang ruixhuang merged commit fcbec86 into main May 14, 2024
3 checks passed
@ruixhuang ruixhuang deleted the features/fix_podspec branch May 14, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants