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

How do you use this to update the AppIcon file? #15

Open
chriswilke opened this issue Aug 8, 2019 · 1 comment
Open

How do you use this to update the AppIcon file? #15

chriswilke opened this issue Aug 8, 2019 · 1 comment

Comments

@chriswilke
Copy link

I am seeking assistance to replace the AppIcon inside the .ipa file.

Scenario:
From a single target, I am building multiple applications.
I store the AppIcon in the "metadata" folder for each app, not in the ImageAssets catalog.
After the .ipa is created, I am wanting to copy over or replace the placeholder AppIcon with the AppIcon from the metadata folder.

Is it possible to copy AppIcon-custom to the AppIcon inside the .ipa file without the AppIcon-custom being in the ImageAssets?

Thanks!

@richardszalay
Copy link
Owner

@chriswilke I haven't needed to actually use act in a while since I've been outside of the iOS development world, but yes you should be able to specify a .iconset via the iconset option as per the examples:

act(
  archive_path: "example/Example.ipa",
  iconset: "example/Blue.appiconset",
)

As per my latest comments on this thread, you'll need to make sure that you include all of the valid icon sizes in that iconset or you'll be rejected by the app store.

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

2 participants