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

Disable Module verifier, rename Settings to MullvadSettings #5168

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

buggmagnet
Copy link
Contributor

@buggmagnet buggmagnet commented Sep 20, 2023

This PR removes the Module verifier option.

The module verifier makes Xcode create a dummy project that verifies if a Framework is properly built.
At the moment, our Framework that consume Rust dependencies do not seem to satisfy the module verifier, yet they work as expected when running on a device.

We also discovered that the name Settings happens to clash with an Apple internal framework also named Settings
when running on an iOS simulator linked with the iOS 17 runtime.
Thus this PR also renames Settings to MullvadSettings


This change is Reviewable

@buggmagnet buggmagnet added the iOS Issues related to iOS label Sep 20, 2023
@buggmagnet buggmagnet self-assigned this Sep 20, 2023
@linear
Copy link

linear bot commented Sep 20, 2023

IOS-320 Fix compilation issues on Xcode 15

Module verifier throws a mysterious error when trying to compile TunnelObfuscation and MullvadTransport on Xcode 15.

…clash with Apple private Framework of the same name
@buggmagnet buggmagnet force-pushed the fix-compilation-issues-on-xcode-15-ios-320 branch from 77cfb7a to da4e628 Compare September 20, 2023 13:30
@buggmagnet buggmagnet merged commit 455de91 into main Sep 20, 2023
4 checks passed
@buggmagnet buggmagnet deleted the fix-compilation-issues-on-xcode-15-ios-320 branch September 20, 2023 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iOS Issues related to iOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants