mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-10 00:42:29 -06:00
10 lines
406 B
Plaintext
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)
|