Skip to content

Add --symlinks option for framework zip file #43

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

Merged
merged 2 commits into from
Oct 21, 2024

Conversation

mugikhan
Copy link
Contributor

@mugikhan mugikhan commented Oct 21, 2024

Description

When creating a zip file using the zip command on linux, it does not respect symlinks created in the directory. This caused the pod spec lint validation to fail when publishing the pod.
Adding the --symlinks flag ensures that symlinks are archived as-is, preventing them from being followed and included as regular files.

Work done

  • Updated the build_xcframework.sh script to include the --symlinks option when calling the zip command.
  • Bump version to 0.3.3

Tested locally using the new zip file and the validation passes.

@mugikhan mugikhan merged commit 68ef5d0 into main Oct 21, 2024
12 checks passed
@mugikhan mugikhan deleted the fix/symlinks-zip-file-pod branch October 21, 2024 12:37
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