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: migrate to SPM for iOS/macOS #336

Closed
wants to merge 1 commit into from
Closed

fix: migrate to SPM for iOS/macOS #336

wants to merge 1 commit into from

Conversation

GregoryConrad
Copy link
Owner

Fixes #334

Comment on lines -9 to -12
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
Copy link
Owner Author

Choose a reason for hiding this comment

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

TODO we'll need to revert this so these entitlements are allowed again

Comment on lines -4 to -9
<dict>
<key>com.apple.security.app-sandbox</key>
<false/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
Copy link
Owner Author

Choose a reason for hiding this comment

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

another one to revert

@@ -0,0 +1,22 @@
release_tag_name="mimir-v0.1.0" # generated; do not edit
# TODO update version script to remove space and point to this dir
Copy link
Owner Author

Choose a reason for hiding this comment

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

remove old TODO

@GregoryConrad GregoryConrad deleted the spm branch August 10, 2024 02:20
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.

Switch IOS and MacOs To Use Dynamic Libs
1 participant