13 lines
520 B
Plaintext
13 lines
520 B
Plaintext
#include "Project.xcconfig"
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = $(APP_BUNDLE_ID_PREFIX).SecureStorageSample.watchkitapp
|
|
INFOPLIST_KEY_CFBundleDisplayName = SecureStorage Watch
|
|
INFOPLIST_KEY_WKCompanionAppBundleIdentifier = $(BASE_BUNDLE_ID)
|
|
SKIP_INSTALL = YES
|
|
WATCHOS_DEPLOYMENT_TARGET = 10.0
|
|
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES
|
|
INFOPLIST_KEY_BaseBundleID = $(BASE_BUNDLE_ID)
|
|
INFOPLIST_KEY_TeamID = $(TEAM_ID)
|
|
|
|
CODE_SIGN_ENTITLEMENTS = SecureStorageSample Watch App/SecureStorageSample Watch App.entitlements
|