forked from LoopKit/LoopWorkspace
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLoopConfigOverride.xcconfig
More file actions
Latest commit
19 lines (13 loc) · 822 Bytes
/
Copy pathLoopConfigOverride.xcconfig
File metadata and controls
19 lines (13 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include? "../../LoopConfigOverride.xcconfig"
// Override this if you don't want the default com.${DEVELOPMENT_TEAM}.loopkit that loop uses
// MAIN_APP_BUNDLE_IDENTIFIER = com.myname.loop
// Customize this to change the app name displayed
//MAIN_APP_DISPLAY_NAME = Loop
// Customize this to change the URL to open Loop to something other than the display name
//URL_SCHEME_NAME = $(MAIN_APP_DISPLAY_NAME)
// Features
SWIFT_ACTIVE_COMPILATION_CONDITIONS = $(inherited) EXPERIMENTAL_FEATURES_ENABLED SIMULATORS_ENABLED ALLOW_ALGORITHM_EXPERIMENTS DEBUG_FEATURES_ENABLED
// Put your team id here for signing
LOOP_DEVELOPMENT_TEAM = ACMKL83UM4
// Add Build-Time features to compilation conditions
SWIFT_ACTIVE_COMPILATION_CONDITIONS = $(SWIFT_ACTIVE_COMPILATION_CONDITIONS) SHOW_EVENTUAL_BLOOD_GLUCOSE_ON_WATCH_DISABLED