Skip to content

Exception raised in ipa file doesn't contain icons if app.icons is called #4

@zundra

Description

@zundra

The line

info['CFBundleIcons']['CFBundlePrimaryIcon']['CFBundleIconFiles'].each do |name|

In the file app.rb is the culprit

recommend adding

return [] unless info['CFBundleIcons'] && info['CFBundleIcons']['CFBundlePrimaryIcon'] && info['CFBundleIcons']['CFBundlePrimaryIcon']['CFBundleIconFiles'].length > 0

Great Gem :) Thanks for your hard work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions