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

Embed Info.plist in binary and reference that for version. #119

Merged
merged 2 commits into from
Feb 28, 2022
Merged

Embed Info.plist in binary and reference that for version. #119

merged 2 commits into from
Feb 28, 2022

Conversation

ryangball
Copy link
Contributor

This will embed the Info.plist into the binary itself, so that version can be maintained in the Xcode project's General > Version field rather than the swift file itself. This should cut down on accidental updates without modifying the version.

You can test that the Info.plist is successfully embedded in the binary with otool -P /path/to/dockutil or just test using the --version flag as it still works.

@kcrawford Thanks for the awesome work on this tool, it has been an asset of ours and the MacAdmins community for years.

@kcrawford kcrawford merged commit 3f8b6af into kcrawford:main Feb 28, 2022
@kcrawford
Copy link
Owner

I love it. Thanks

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.

None yet

2 participants