Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在我的应用程序包的 /Contents/Library/QuickLook 中放置一个插件(特别是 QuickLook 插件)。
这在 Finder 中很容易通过单击Show Package Contents等来完成,但我希望 Xcode 在每次构建我的应用程序时都这样做。
我将如何做到这一点?(Xcode 4)
您可以向目标添加一个新的 Copy Files Build Task,如 MarkPowell 在他对这个问题的回答中所述。