I need to obtain an entitlement file generated by Xcode automatically when you're building a project.
Normally (even when you don't have any explicit capabilities selected), you can find one at $DERIVED_FILES_DIR/$PRODUCT_NAME.xcent
, it contains generic information about your team and keychain access.
Does anyone know a way to generate it bypassing the build phase. I want to figure out a flow that is unrelated to the fact whether explicit entitlement file was specified or when Capabilities pane was used to specify them.
Perhaps I'm missing something obvious, any information would be greatly appreciated.