Skip to content

Support build.xcconfig in /app/App_Resource/iOS folder #558

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

Closed
ligaz opened this issue Jun 12, 2015 · 2 comments · Fixed by #1547
Closed

Support build.xcconfig in /app/App_Resource/iOS folder #558

ligaz opened this issue Jun 12, 2015 · 2 comments · Fixed by #1547
Assignees

Comments

@ligaz
Copy link

ligaz commented Jun 12, 2015

It would be good if we pick up custom build.xcconfig file from the /app/App_Resource/iOS. This will allow developers to keep this file under source control without the need to modify it in the /platforms/ios.

@Fatme Fatme added this to the 1.2.0 milestone Jun 22, 2015
@ligaz ligaz modified the milestones: 1.3.0, 1.2.0 Jul 15, 2015
@teobugslayer teobugslayer modified the milestones: 1.4.0, 1.3.0 Aug 31, 2015
@ligaz ligaz modified the milestones: 1.4.0 (Under review), 1.5.0 Sep 17, 2015
@Mitko-Kerezov
Copy link
Contributor

Related to #478

@Mitko-Kerezov Mitko-Kerezov removed this from the 1.5.0 (under consideration) milestone Oct 5, 2015
@PanayotCankov
Copy link
Contributor

Then you can add to your project:

  • app/App_Resources/iOS/Images.xcassets
  • app/App_Resources/iOS/build.xcconfig

And use icons and launch images from the xccassets by setting the following flags in the build.xcconfig:

ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = Brand Assets;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants