You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
@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:
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.
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!
The text was updated successfully, but these errors were encountered: