How can I stop XCode from overwriting my APP_NAME.entitlements file? I am providing a custom hand-written entitlements file with a capability I have in my provisioning profile. Every time I build my application XCode overwrites that file and removes the capability (com.apple.developer.kernel.increased-memory-limit). I have this capability in my provisioning profile also.
How can I tell XCode to use my own .entitlements file instead of modifying it?