• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Resources flattened out into a single directory in the .app package
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Resources flattened out into a single directory in the .app package


  • Subject: Resources flattened out into a single directory in the .app package
  • From: "Rama Krishna" <email@hidden>
  • Date: Mon, 13 Apr 2009 08:55:22 -0400

I started with a cocoa project in XCode and created various groups and
corresponding sub folders in filesystem. I made sure that the path of all
the groups are set to the subfolder. When I build the project, I see that
the directory structure I created is flattened out. For instance I want the
resources in the bundle to have the following structure

Resources
  |
   -- Images
         Image1.png
         Image2.png
   -- Sounds
     	   Sound1.mp3
         Sound2.mp3

Instead I see something like the following in the bundle:

Resources
      Image1.png
      Image2.png
     	Sound1.mp3
      Sound2.mp3

What should I do to see the resources organized in separate subfolder.

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Resources flattened out into a single directory in the .app package
      • From: Jerry Krinock <email@hidden>
  • Prev by Date: Re: Code Completion feature too aggressive
  • Next by Date: Re: Making Application Classes Available to Unit Tests
  • Previous by thread: Re: Crash when edit category name with code completion on
  • Next by thread: Re: Resources flattened out into a single directory in the .app package
  • Index(es):
    • Date
    • Thread