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

v1.0 ios #48

Merged
merged 3 commits into from
Jan 27, 2024
Merged

v1.0 ios #48

merged 3 commits into from
Jan 27, 2024

Conversation

laves
Copy link
Member

@laves laves commented Jan 26, 2024

Will release package on approval

@@ -77,6 +77,8 @@ PV_API pv_status_t pv_get_error_stack(
*/
PV_API void pv_free_error_stack(char **message_stack);

PV_API void pv_set_sdk(const char *sdk);
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 want to expose this?

Copy link
Member Author

Choose a reason for hiding this comment

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

It's already a public function, but for iOS we have to add this to the head because otherwise the framework will claim that it doesn't exist even though the symbol is there in the actual dylib file. We've done this in the other products, it just hasn't been automated.

@mrrostam mrrostam merged commit 03e9c1a into v1.0 Jan 27, 2024
6 checks passed
@laves laves deleted the v1.0-ios branch January 29, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants