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

Enable image resources from App_Resources in iOS #520

Closed
vakrilov opened this issue Jun 3, 2015 · 0 comments
Closed

Enable image resources from App_Resources in iOS #520

vakrilov opened this issue Jun 3, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@vakrilov
Copy link

vakrilov commented Jun 3, 2015

Image resources added in the App_Resources should be available in the application.

Currently, all files from App_Resources are copied in the Resources/icons folder inside the xCode project, but they are not included in the xCode project itself, so they are not accessible in the application.

Workaround

  1. Run tns prepare ios after the images are added in the App_Resources folder. The images will be copied in the platforms\ios\<project-name>\Resources\Icons
  2. Open the xCode project from the platforms\ios\ folder and add the images to the project manually:
    ios-resources
@vakrilov vakrilov added this to the 1.2.0 milestone Jun 3, 2015
@Fatme Fatme modified the milestones: 1.1.0, 1.2.0 Jun 4, 2015
@Fatme Fatme added the bug label Jun 4, 2015
@Fatme Fatme modified the milestones: 1.2.0, 1.1.0 Jun 4, 2015
@ligaz ligaz modified the milestones: 1.1.2, 1.2.0 Jun 23, 2015
Fatme pushed a commit that referenced this issue Jun 24, 2015
Fatme pushed a commit that referenced this issue Jun 24, 2015
Fatme pushed a commit that referenced this issue Jun 24, 2015
Fatme pushed a commit that referenced this issue Jun 24, 2015
Fatme pushed a commit that referenced this issue Jun 24, 2015
Fatme pushed a commit that referenced this issue Jun 24, 2015
Fatme pushed a commit that referenced this issue Jun 25, 2015
Fatme pushed a commit that referenced this issue Jun 25, 2015
Fatme pushed a commit that referenced this issue Jun 26, 2015
@dtopuzov dtopuzov closed this as completed Jul 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants