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

Feature request: Support Catalyst apps #8

Open
raxityo opened this issue Feb 1, 2023 · 1 comment · May be fixed by #11
Open

Feature request: Support Catalyst apps #8

raxityo opened this issue Feb 1, 2023 · 1 comment · May be fixed by #11

Comments

@raxityo
Copy link
Contributor

raxityo commented Feb 1, 2023

Related to #7 but a feature request

Example structure of the Mix app, which is a catalyst app:

$ ls -l /Applications/Mix.app/
total 0
lrw-r--r--  1 root  wheel   15 Jan 20 09:20 WrappedBundle -> Wrapper/Mix.app
drwxr-xr-x  5 root  wheel  160 Jan 20 09:20 Wrapper

$ ls -l /Applications/Mix.app/Wrapper/
total 16
-rw-r--r--   1 root  wheel   618 Jan 20 09:20 BundleMetadata.plist
drwxr-xr-x@ 87 root  wheel  2784 Jan 20 09:20 Mix.app
-rw-r--r--   1 root  wheel  1353 Jan 20 09:20 iTunesMetadata.plist

$ ls -l /Applications/Mix.app/Wrapper/Mix.app/
total 41656
-rw-r--r--@ 1 root  wheel      6613 Jan 18 12:59 ActivityCell.nib
-rw-r--r--@ 1 root  wheel      3063 Jan 18 12:59 [email protected] # AppIcon 
-rw-r--r--@ 1 root  wheel      3787 Jan 18 12:59 AppIcon76x76@2x~ipad.png # AppIcon used in the dock
-rw-r--r--@ 1 root  wheel    975960 Jan 18 12:59 Assets.car
# ...
# Rest of the files 
# ...

I am happy to open a PR for this!

raxityo added a commit to raxityo/dockhunt-cli that referenced this issue Feb 1, 2023
@raxityo raxityo linked a pull request Feb 1, 2023 that will close this issue
@jeremysarchet
Copy link
Contributor

Hi @raxityo, good feature request. Thank you for offering to put up a PR. I'll work with you on it.

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 a pull request may close this issue.

2 participants