Skip to content

the generated macos app iconset is invalid #77

Open
@andy380743909

Description

@andy380743909

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions