File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111MAIN_APP_BUNDLE_IDENTIFIER = com.${DEVELOPMENT_TEAM}.loopkit
1212MAIN_APP_DISPLAY_NAME = Loop
1313
14- LOOP_BUILD_VERSION = 181219b
15- LOOP_MARKETING_VERSION = ${LOOP_BUILD_VERSION}-FREEAPS
14+ LOOP_MARKETING_VERSION = 1.10.1
1615
1716APPICON_NAME = AppIcon
1817
Original file line number Diff line number Diff line change 3737 <false />
3838 <key >LSApplicationQueriesSchemes </key >
3939 <array >
40- <string >spikeapp </string >
4140 <string >dexcomg6 </string >
4241 <string >dexcomcgm </string >
4342 <string >dexcomshare </string >
9291 <string >UIInterfaceOrientationLandscapeRight </string >
9392 <string >UIInterfaceOrientationPortraitUpsideDown </string >
9493 </array >
95- <key >NSAppTransportSecurity </key >
96- <dict >
97- <key >NSAllowsArbitraryLoads </key >
98- <true />
99- </dict >
10094 <key >UISupportedInterfaceOrientations~ipad </key >
10195 <array >
10296 <string >UIInterfaceOrientationPortrait </string >
Original file line number Diff line number Diff line change @@ -178,12 +178,6 @@ extension LoopSettings {
178178 scheduleOverride = nil
179179 }
180180 }
181-
182- public var carbAbsorptionModel : CarbAbsorptionModel {
183- UserDefaults . standard. bool ( forKey: " adaptiveRateNonlinear_enabled " )
184- ? . adaptiveRateNonlinear
185- : . nonlinear
186- }
187181}
188182
189183extension LoopSettings : RawRepresentable {
You can’t perform that action at this time.
0 commit comments