File tree Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.1.1 </string >
18
+ <string >1.1.2 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1230
1230
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1231
1231
CODE_SIGN_IDENTITY = "iPhone Developer:
[email protected] (XZN842LDLT)";
1232
1232
COPY_PHASE_STRIP = NO;
1233
- CURRENT_PROJECT_VERSION = 29 ;
1233
+ CURRENT_PROJECT_VERSION = 30 ;
1234
1234
DEBUG_INFORMATION_FORMAT = dwarf;
1235
1235
ENABLE_STRICT_OBJC_MSGSEND = YES;
1236
1236
ENABLE_TESTABILITY = YES;
1282
1282
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1283
1283
CODE_SIGN_IDENTITY = "iPhone Developer:
[email protected] (XZN842LDLT)";
1284
1284
COPY_PHASE_STRIP = NO;
1285
- CURRENT_PROJECT_VERSION = 29 ;
1285
+ CURRENT_PROJECT_VERSION = 30 ;
1286
1286
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1287
1287
ENABLE_NS_ASSERTIONS = NO;
1288
1288
ENABLE_STRICT_OBJC_MSGSEND = YES;
Original file line number Diff line number Diff line change 19
19
<key >CFBundlePackageType </key >
20
20
<string >APPL </string >
21
21
<key >CFBundleShortVersionString </key >
22
- <string >1.1.1 </string >
22
+ <string >1.1.2 </string >
23
23
<key >CFBundleSignature </key >
24
24
<string >???? </string >
25
25
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -539,7 +539,8 @@ final class LoopDataManager {
539
539
540
540
guard
541
541
lastBolus == nil , // Don't recommend changes if a bolus was just set
542
- let tempBasal = DoseMath . recommendTempBasalFromPredictedGlucose ( predictionWithRetrospectiveEffect,
542
+ let predictedGlucose = self . predictedGlucose,
543
+ let tempBasal = DoseMath . recommendTempBasalFromPredictedGlucose ( predictedGlucose,
543
544
lastTempBasal: lastTempBasal,
544
545
maxBasalRate: maxBasal,
545
546
glucoseTargetRange: glucoseTargetRange,
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.1.1 </string >
18
+ <string >1.1.2 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >XPC! </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.1.1 </string >
20
+ <string >1.1.2 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.1.1 </string >
20
+ <string >1.1.2 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments