8 lines
216 B
Plaintext
8 lines
216 B
Plaintext
// Watch.xcconfig
|
|
// Watch app configuration - inherits from Base
|
|
|
|
#include "../BusinessCard/Configuration/Base.xcconfig"
|
|
|
|
// Watch-specific derived identifiers
|
|
PRODUCT_BUNDLE_IDENTIFIER = $(WATCH_BUNDLE_IDENTIFIER)
|