Change “App Icon Source” in “Target > General” (not Info.plist) using (Fastlane-)scriptHow to change the name of an iOS app?How to rename app icon?XCode adding duplicate and incorrect icon filenames to Info.plistiOS icon not updating when changing it in xcode 5.1Change all image names except app icon build phase xcodeCannot get app icons to work in Xcode 6Why is my iOs launcher and appicon not applying?Change iOS App icon at build timeSetting up Fastlane + Match for iOS app with iMessage App ExtensionHow to change device targets for XCode project programmatically?
How does the UK government determine the size of a mandate?
What does the word "Atten" mean?
What is the intuitive meaning of having a linear relationship between the logs of two variables?
Is this apparent Class Action settlement a spam message?
Is HostGator storing my password in plaintext?
Unreliable Magic - Is it worth it?
India just shot down a satellite from the ground. At what altitude range is the resulting debris field?
For a non-Jew, is there a punishment for not observing the 7 Noahide Laws?
How does it work when somebody invests in my business?
Is the destination of a commercial flight important for the pilot?
What is the difference between "behavior" and "behaviour"?
How do we know the LHC results are robust?
Gears on left are inverse to gears on right?
Opposite of a diet
Tiptoe or tiphoof? Adjusting words to better fit fantasy races
Class Action - which options I have?
Do all network devices need to make routing decisions, regardless of communication across networks or within a network?
Why are there no referendums in the US?
Proof of work - lottery approach
How does Loki do this?
Crossing the line between justified force and brutality
How do scammers retract money, while you can’t?
Integer addition + constant, is it a group?
Is there a problem with hiding "forgot password" until it's needed?
Change “App Icon Source” in “Target > General” (not Info.plist) using (Fastlane-)script
How to change the name of an iOS app?How to rename app icon?XCode adding duplicate and incorrect icon filenames to Info.plistiOS icon not updating when changing it in xcode 5.1Change all image names except app icon build phase xcodeCannot get app icons to work in Xcode 6Why is my iOs launcher and appicon not applying?Change iOS App icon at build timeSetting up Fastlane + Match for iOS app with iMessage App ExtensionHow to change device targets for XCode project programmatically?
I just started using Fastlane for automatic deployment of our iOS apps. We have a few white labels (same app, different styling, content, icons, etc.).
Using Fastlane I'm able to change almost all settings before starting the build (version & build number, Launch Screen File, etc.).
Where I'm struggling is the App Icon Source. We use image sets (one AppIcon-NAME.appiconset
per app). See below image for reference where it's set:
How would I go about changing this property using Fastlane, any other custom script or in the build phase? This seems to be changes in xcodeproj.pbxproj
and not Info.plist
, which makes it significantly harder to find.
Thanks.
ios xcode fastlane
add a comment |
I just started using Fastlane for automatic deployment of our iOS apps. We have a few white labels (same app, different styling, content, icons, etc.).
Using Fastlane I'm able to change almost all settings before starting the build (version & build number, Launch Screen File, etc.).
Where I'm struggling is the App Icon Source. We use image sets (one AppIcon-NAME.appiconset
per app). See below image for reference where it's set:
How would I go about changing this property using Fastlane, any other custom script or in the build phase? This seems to be changes in xcodeproj.pbxproj
and not Info.plist
, which makes it significantly harder to find.
Thanks.
ios xcode fastlane
I would try to find out what file and location exactly gets modified when you change something in the UI you posted above. That should make it easier to find the appropriate action of fastlane (or help to decide if to use thexcodeproj
ruby library in theFastfile
lane directly if no matching action exists)
– janpio
Mar 21 at 16:13
add a comment |
I just started using Fastlane for automatic deployment of our iOS apps. We have a few white labels (same app, different styling, content, icons, etc.).
Using Fastlane I'm able to change almost all settings before starting the build (version & build number, Launch Screen File, etc.).
Where I'm struggling is the App Icon Source. We use image sets (one AppIcon-NAME.appiconset
per app). See below image for reference where it's set:
How would I go about changing this property using Fastlane, any other custom script or in the build phase? This seems to be changes in xcodeproj.pbxproj
and not Info.plist
, which makes it significantly harder to find.
Thanks.
ios xcode fastlane
I just started using Fastlane for automatic deployment of our iOS apps. We have a few white labels (same app, different styling, content, icons, etc.).
Using Fastlane I'm able to change almost all settings before starting the build (version & build number, Launch Screen File, etc.).
Where I'm struggling is the App Icon Source. We use image sets (one AppIcon-NAME.appiconset
per app). See below image for reference where it's set:
How would I go about changing this property using Fastlane, any other custom script or in the build phase? This seems to be changes in xcodeproj.pbxproj
and not Info.plist
, which makes it significantly harder to find.
Thanks.
ios xcode fastlane
ios xcode fastlane
asked Mar 21 at 15:59
JeroenJKJeroenJK
5381028
5381028
I would try to find out what file and location exactly gets modified when you change something in the UI you posted above. That should make it easier to find the appropriate action of fastlane (or help to decide if to use thexcodeproj
ruby library in theFastfile
lane directly if no matching action exists)
– janpio
Mar 21 at 16:13
add a comment |
I would try to find out what file and location exactly gets modified when you change something in the UI you posted above. That should make it easier to find the appropriate action of fastlane (or help to decide if to use thexcodeproj
ruby library in theFastfile
lane directly if no matching action exists)
– janpio
Mar 21 at 16:13
I would try to find out what file and location exactly gets modified when you change something in the UI you posted above. That should make it easier to find the appropriate action of fastlane (or help to decide if to use the
xcodeproj
ruby library in the Fastfile
lane directly if no matching action exists)– janpio
Mar 21 at 16:13
I would try to find out what file and location exactly gets modified when you change something in the UI you posted above. That should make it easier to find the appropriate action of fastlane (or help to decide if to use the
xcodeproj
ruby library in the Fastfile
lane directly if no matching action exists)– janpio
Mar 21 at 16:13
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55284562%2fchange-app-icon-source-in-target-general-not-info-plist-using-fastlane%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55284562%2fchange-app-icon-source-in-target-general-not-info-plist-using-fastlane%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I would try to find out what file and location exactly gets modified when you change something in the UI you posted above. That should make it easier to find the appropriate action of fastlane (or help to decide if to use the
xcodeproj
ruby library in theFastfile
lane directly if no matching action exists)– janpio
Mar 21 at 16:13