I can't find any information how to specify provisioning profile in https://github.com/yonaskolb/XcodeGen/blob/master/Docs/ProjectSpec.md
Is it possible at all? If so, could you please point me to the information?
Under your target's settings:
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.company.app
CODE_SIGN_STYLE: Manual
DEVELOPMENT_TEAM: ABCD1234
configs:
Debug:
CODE_SIGN_IDENTITY: iPhone Developer
PROVISIONING_PROFILE_SPECIFIER: match Development com.company.app
Release:
CODE_SIGN_IDENTITY: iPhone Distribution
PROVISIONING_PROFILE_SPECIFIER: match AppStore com.company.app
Thanks! Works like a charm!
Most helpful comment
Under your target's settings: