Add .app bundle, DMG installer, and app icon#6
Open
YordiLorenzo wants to merge 1 commit intolevelsio:mainfrom
Open
Add .app bundle, DMG installer, and app icon#6YordiLorenzo wants to merge 1 commit intolevelsio:mainfrom
YordiLorenzo wants to merge 1 commit intolevelsio:mainfrom
Conversation
- Add make app / make dmg targets for building distributable .app bundle and disk image - Add Start at Login menu toggle using SMAppService (macOS 13+), shown only in .app mode - Add Info.plist for app bundle metadata (LSUIElement, bundle ID) - Add AppIcon.icns with all required icon sizes - Add .gitignore for build artifacts - Update README with download instructions alongside existing CLI docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Makes xdr-boost installable without Terminal. Users can now download a DMG, drag to Applications, and go.
.appbundle withmake appandmake dmgbuild targetsSMAppService, no LaunchAgent needed)make build && sudo make install) still works as beforeWhat changed
Sources/main.swift— addedServiceManagementimport, "Start at Login" menu item (only shown when running as .app), login item toggle viaSMAppService(macOS 13+)Makefile— addedappanddmgtargets for building the .app bundle and disk imageInfo.plist(new) — app bundle config: bundle ID, LSUIElement (no dock icon), macOS 13+ minimumAppIcon.icns(new) — app icon in all required sizes.gitignore(new) — ignores.build/and*.dmgREADME.md— added download/install instructions for the DMG, kept CLI docsInstall (for testing)
Open the DMG, drag to Applications, launch. Toggle "Start at Login" from the menu bar.