mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-10 00:42:29 -06:00
9 lines
367 B
Plaintext
9 lines
367 B
Plaintext
#include "./Common-bwth.xcconfig"
|
|
#include "./Base-Debug.xcconfig"
|
|
#include? "./Local-bwth.xcconfig"
|
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
|
|
CODE_SIGN_ENTITLEMENTS = TestHarness/Application/Support/Entitlements/TestHarness.entitlements
|
|
PRODUCT_BUNDLE_IDENTIFIER = $(BASE_BUNDLE_ID)
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = $(inherited) PREVIEWS $(BITWARDEN_FLAGS)
|