forked from JohanDegraeve/xdripswift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxDrip.xcconfig
30 lines (23 loc) · 832 Bytes
/
xDrip.xcconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//
// xDrip.xcconfig
// xdrip
//
//
MAIN_APP_BUNDLE_IDENTIFIER = com.$(DEVELOPMENT_TEAM).xdripswift
// Application name [DEFAULT]
MAIN_APP_DISPLAY_NAME = xDrip4iO5
// Entitlements [DEFAULT]
XDRIP_ENTITLEMENTS_RELEASE = xdrip/xDrip.entitlements
XDRIP_ENTITLEMENTS_DEBUG = xdrip/xdripDebug.entitlements
XDRIP_WIDGET_ENTITLEMENTS_RELEASE = xDrip4iOS Widget/xDrip4iOS Widget.entitlements
XDRIP_WIDGET_ENTITLEMENTS_DEBUG = $(XDRIP_WIDGET_ENTITLEMENTS_RELEASE)
// Code signing and provisioning [DEFAULT]
XDRIP_CODE_SIGN_IDENTITY_DEBUG = Apple Development
XDRIP_CODE_SIGN_IDENTITY_RELEASE = Apple Development
XDRIP_CODE_SIGN_STYLE = Automatic
XDRIP_DEVELOPMENT_TEAM = RNX44PP998
// Version [DEFAULT]
#include? "Version.xcconfig"
// Optional overrides
#include? "xDripOverride.xcconfig"
#include? "../xDripConfigOverride.xcconfig"