mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-10 00:42:29 -06:00
9 lines
340 B
Plaintext
9 lines
340 B
Plaintext
#include "./Common-bwpm.xcconfig"
|
|
#include "./WatchCommon.xcconfig"
|
|
#include? "./Local-bwpm.xcconfig"
|
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = $(APPICON_NAME)
|
|
PRODUCT_BUNDLE_IDENTIFIER = $(BASE_WATCH_BUNDLE_ID)
|
|
WK_COMPANION_APP_BUNDLE_IDENTIFIER = $(BASE_BUNDLE_ID)
|
|
PROVISIONING_PROFILE_SPECIFIER = $(PROVISIONING_PROFILE_SPECIFIER_WATCH_APP)
|