1
Xcode是複製引用的文件夾類似這樣的排除某些資源:如何從副本,同時建立
CpResource /.../Resources /...ProductName.app/Resources
cd "/.../Resources"
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /.../Resources /.../ProductName.app
我需要做的是排除資源文件夾的子文件夾。這可能以某種方式嗎?有沒有配置標誌這樣的事情?