2

I need to put a plugin (specifically a QuickLook plugin) in /Contents/Library/QuickLook in my app bundle.

This is easy to do in Finder by clicking Show Package Contents and so forth, but I would like Xcode to do this every time I build my app.

How would I accomplish this? (Xcode 4)

spudwaffle
  • 2,905
  • 1
  • 22
  • 29

1 Answers1

1

You could add a new Copy Files Build Task to your target, as described by MarkPowell in his answer to this question.

Community
  • 1
  • 1
highlycaffeinated
  • 19,729
  • 9
  • 60
  • 91