10 lines
339 B
Plaintext
10 lines
339 B
Plaintext
#include "Project.xcconfig"
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = $(BASE_BUNDLE_ID)
|
|
INFOPLIST_KEY_CFBundleDisplayName = SecureStorage
|
|
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES
|
|
INFOPLIST_KEY_BaseBundleID = $(BASE_BUNDLE_ID)
|
|
INFOPLIST_KEY_TeamID = $(TEAM_ID)
|
|
|
|
CODE_SIGN_ENTITLEMENTS = SecureStorageSample/SecureStorageSample.entitlements
|