Skip to content

Commit c9b97dd

Browse files
committed
Cleenup unused code
1 parent 9888b57 commit c9b97dd

3 files changed

Lines changed: 1 addition & 14 deletions

File tree

Loop.xcconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
MAIN_APP_BUNDLE_IDENTIFIER = com.${DEVELOPMENT_TEAM}.loopkit
1212
MAIN_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

1716
APPICON_NAME = AppIcon
1817

Loop/Info.plist

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<false/>
3838
<key>LSApplicationQueriesSchemes</key>
3939
<array>
40-
<string>spikeapp</string>
4140
<string>dexcomg6</string>
4241
<string>dexcomcgm</string>
4342
<string>dexcomshare</string>
@@ -92,11 +91,6 @@
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>

LoopCore/LoopSettings.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

189183
extension LoopSettings: RawRepresentable {

0 commit comments

Comments
 (0)