ios/Configs/Bitwarden-Debug.xcconfig

10 lines
406 B
Plaintext

#include "./Common-bwpm.xcconfig"
#include "./Base-Debug.xcconfig"
#include? "./Local-bwpm.xcconfig"
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon-Dev
CODE_SIGN_ENTITLEMENTS = Bitwarden/Application/Support/Bitwarden.entitlements
FIREBASE_CONFIG_FILENAME = GoogleService-Info.plist
PRODUCT_BUNDLE_IDENTIFIER = $(BASE_BUNDLE_ID)
SWIFT_ACTIVE_COMPILATION_CONDITIONS = $(inherited) PREVIEWS $(BITWARDEN_FLAGS)