9 lines
366 B
Plaintext
9 lines
366 B
Plaintext
#include "Project.xcconfig"
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = $(APP_BUNDLE_ID_PREFIX).SecureStorageSample.watchkitapp
|
|
INFOPLIST_KEY_CFBundleDisplayName = SecureStorage Watch
|
|
INFOPLIST_KEY_WKCompanionAppBundleIdentifier = $(APP_BUNDLE_ID_PREFIX).SecureStorageSample
|
|
SKIP_INSTALL = YES
|
|
WATCHOS_DEPLOYMENT_TARGET = 10.0
|
|
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES
|