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

the generated macos app iconset is invalid #77

Open
andy380743909 opened this issue Nov 19, 2022 · 0 comments
Open

the generated macos app iconset is invalid #77

andy380743909 opened this issue Nov 19, 2022 · 0 comments

Comments

@andy380743909
Copy link

my Fastfile

lane :gen_appicon do
    appicon(
      appicon_image_file: 'iBackupExplorer/Resources/AppIcon512.png',
      appicon_devices: [:macos],
      appicon_path: 'iBackupExplorer/Resources/Assets.xcassets'
    )
  end

the generated appiconset

Snip20221119_33

I guess this is caused by the wrong param appicon_devices value [:macos], the right value should be [:mac].
If I changed the generated appiconset's Content.json, it turns to valid.

see #15

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

No branches or pull requests

1 participant