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

[TIMOB-19477] Added support for DefaultIcon.png #7157

Merged
merged 4 commits into from Sep 10, 2015
Merged

[TIMOB-19477] Added support for DefaultIcon.png #7157

merged 4 commits into from Sep 10, 2015

Conversation

cb1kenobi
Copy link
Contributor

No description provided.

@cheekiatng
Copy link
Contributor

APPROVED!

cheekiatng added a commit that referenced this pull request Sep 10, 2015
[TIMOB-19477] Added support for DefaultIcon.png
@cheekiatng cheekiatng merged commit d643759 into tidev:master Sep 10, 2015
@cb1kenobi cb1kenobi deleted the timob-19477 branch September 10, 2015 13:36
* @param {Function} callback - A function to call after the icons have been generated
*/
Builder.prototype.generateAppIcons = function generateAppIcons(icons, callback) {
var defaultIcon = path.join(this.projectDir, 'DefaultIcon.png'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason we have this in the project root instead of images? Is that because we don't want the actual DefaultIcon.png in the IPA? Could we still use platform specific icons once we also bring this generating of icons to Android and other platforms?

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

Successfully merging this pull request may close these issues.

None yet

3 participants