ios/Configs/Common-bwa.xcconfig
2025-08-18 09:41:18 -03:00

20 lines
820 B
Plaintext

CODE_SIGN_STYLE = Automatic
DEVELOPMENT_TEAM = LTZ2PFU5D6
ORGANIZATION_IDENTIFIER = com.bitwarden
BASE_BUNDLE_ID = $(ORGANIZATION_IDENTIFIER).authenticator
SHARED_APP_GROUP_IDENTIFIER = group.${ORGANIZATION_IDENTIFIER}.bitwarden-authenticator
APPICON_NAME = AppIcon
// The above code signing settings can be overriden by adding a Local-bwa.xcconfig
// file in the Configs directory.
//
// As an example, add the file Local-bwa.xcconfig with the following contents:
//
// DEVELOPMENT_TEAM = <Your team ID>
// ORGANIZATION_IDENTIFIER = <Your reversed domain name>
// PROVISIONING_PROFILE_SPECIFIER = <Optional provisioning profile specifier for the main app>
//
// This should allow Xcode to build the application based on these settings without
// code signing errors or having to modify the project itself.
//