Skip to content

Commit ad5c27a

Browse files
authored
Merge pull request #154 from loudnate/dev
Version 0.11.1
2 parents 2ebe5d9 + 54fadae commit ad5c27a

File tree

61 files changed

+35
-19
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+35
-19
lines changed

Cartfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
github "loudnate/LoopKit" ~> 0.6.0
1+
github "loudnate/LoopKit" ~> 0.7.0
22
github "loudnate/xDripG5" ~> 0.6.0
33
github "loudnate/SwiftCharts" "loudnate/naterade"
44
github "mddub/dexcom-share-client-swift" ~> 0.1
55
github "mddub/G4ShareSpy" ~> 0.2.2
6-
github "ps2/rileylink_ios" ~> 0.10.0
6+
github "ps2/rileylink_ios" ~> 0.11.1
77
github "amplitude/Amplitude-iOS" ~> 3.8.5

Cartfile.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
github "amplitude/Amplitude-iOS" "v3.8.5"
22
github "loudnate/Crypto" "13fee45175b88629aeabe60b4b4fc3daf86fa0a3"
33
github "mddub/G4ShareSpy" "v0.2.2"
4-
github "loudnate/LoopKit" "v0.6.0"
4+
github "loudnate/LoopKit" "v0.7.0"
55
github "loudnate/SwiftCharts" "8671287afb29640f9cffced6521b1098b7aac085"
66
github "mddub/dexcom-share-client-swift" "v0.1.3"
77
github "loudnate/xDripG5" "v0.6.0"
8-
github "ps2/rileylink_ios" "v0.10.0"
8+
github "ps2/rileylink_ios" "v0.11.1"
0 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Carthage/Build/iOS/RileyLinkBLEKit.framework/Headers/ReceivingPacketCmd.h

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/iOS/RileyLinkBLEKit.framework/Headers/RileyLinkBLEDevice.h

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-39.9 KB
434 KB

DoseMathTests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.11.0</string>
18+
<string>0.11.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Loop.xcconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
//
2+
// Loop.xcconfig
3+
// Loop
4+
//
5+
// Created by Nate Racklyeft on 9/3/16.
6+
// Copyright © 2016 Nathan Racklyeft. All rights reserved.
7+
//
8+
9+
// Change this on first setup to your own unique organization identifier in
10+
// reverse-domain name syntax.
11+
MAIN_APP_BUNDLE_IDENTIFIER = com.loudnate

Loop.xcodeproj/project.pbxproj

+8-4
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@
286286
437CEEC71CD84CBB003C8C80 /* ReservoirVolumeHUDView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReservoirVolumeHUDView.swift; sourceTree = "<group>"; };
287287
437CEEC91CD84DB7003C8C80 /* BatteryLevelHUDView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BatteryLevelHUDView.swift; sourceTree = "<group>"; };
288288
437CEEE31CDE5C0A003C8C80 /* UIImage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIImage.swift; sourceTree = "<group>"; };
289+
437D9BA11D7B5203007245E8 /* Loop.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Loop.xcconfig; sourceTree = "<group>"; };
289290
438849E91D297CB6003B3F23 /* NightscoutService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NightscoutService.swift; sourceTree = "<group>"; };
290291
438849EB1D29EC34003B3F23 /* AmplitudeService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AmplitudeService.swift; sourceTree = "<group>"; };
291292
438849ED1D2A1EBB003B3F23 /* MLabService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MLabService.swift; sourceTree = "<group>"; };
@@ -484,6 +485,7 @@
484485
43E2D8D21D20BF42004DA55F /* DoseMathTests */,
485486
968DCD53F724DE56FFE51920 /* Frameworks */,
486487
43776F8D1B8022E90074EA36 /* Products */,
488+
437D9BA11D7B5203007245E8 /* Loop.xcconfig */,
487489
);
488490
sourceTree = "<group>";
489491
};
@@ -1151,6 +1153,7 @@
11511153
/* Begin XCBuildConfiguration section */
11521154
43776FB41B8022E90074EA36 /* Debug */ = {
11531155
isa = XCBuildConfiguration;
1156+
baseConfigurationReference = 437D9BA11D7B5203007245E8 /* Loop.xcconfig */;
11541157
buildSettings = {
11551158
ALWAYS_SEARCH_USER_PATHS = NO;
11561159
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
@@ -1168,7 +1171,7 @@
11681171
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
11691172
CODE_SIGN_IDENTITY = "iPhone Developer: [email protected] (XZN842LDLT)";
11701173
COPY_PHASE_STRIP = NO;
1171-
CURRENT_PROJECT_VERSION = 19;
1174+
CURRENT_PROJECT_VERSION = 20;
11721175
DEBUG_INFORMATION_FORMAT = dwarf;
11731176
ENABLE_STRICT_OBJC_MSGSEND = YES;
11741177
ENABLE_TESTABILITY = YES;
@@ -1187,7 +1190,7 @@
11871190
GCC_WARN_UNUSED_FUNCTION = YES;
11881191
GCC_WARN_UNUSED_VARIABLE = YES;
11891192
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
1190-
MAIN_APP_BUNDLE_IDENTIFIER = com.loudnate.Loop;
1193+
MAIN_APP_BUNDLE_IDENTIFIER = "$(inherited).Loop";
11911194
MTL_ENABLE_DEBUG_INFO = YES;
11921195
ONLY_ACTIVE_ARCH = YES;
11931196
SDKROOT = iphoneos;
@@ -1199,6 +1202,7 @@
11991202
};
12001203
43776FB51B8022E90074EA36 /* Release */ = {
12011204
isa = XCBuildConfiguration;
1205+
baseConfigurationReference = 437D9BA11D7B5203007245E8 /* Loop.xcconfig */;
12021206
buildSettings = {
12031207
ALWAYS_SEARCH_USER_PATHS = NO;
12041208
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
@@ -1216,7 +1220,7 @@
12161220
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
12171221
CODE_SIGN_IDENTITY = "iPhone Developer: [email protected] (XZN842LDLT)";
12181222
COPY_PHASE_STRIP = NO;
1219-
CURRENT_PROJECT_VERSION = 19;
1223+
CURRENT_PROJECT_VERSION = 20;
12201224
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12211225
ENABLE_NS_ASSERTIONS = NO;
12221226
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1229,7 +1233,7 @@
12291233
GCC_WARN_UNUSED_FUNCTION = YES;
12301234
GCC_WARN_UNUSED_VARIABLE = YES;
12311235
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
1232-
MAIN_APP_BUNDLE_IDENTIFIER = com.loudnate.Loop;
1236+
MAIN_APP_BUNDLE_IDENTIFIER = "$(inherited).Loop";
12331237
MTL_ENABLE_DEBUG_INFO = NO;
12341238
SDKROOT = iphoneos;
12351239
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

Loop/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.11.0</string>
22+
<string>0.11.1</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>

Loop/Managers/DeviceDataManager.swift

+3-4
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ final class DeviceDataManager: CarbStoreDelegate, DoseStoreDelegate, Transmitter
665665
}
666666
}
667667
case "pumpModel"?:
668-
if let sentrySupported = pumpState?.pumpModel?.larger where !sentrySupported {
668+
if let sentrySupported = pumpState?.pumpModel?.hasMySentry where !sentrySupported {
669669
rileyLinkManager.idleListeningEnabled = false
670670
}
671671

@@ -842,8 +842,7 @@ final class DeviceDataManager: CarbStoreDelegate, DoseStoreDelegate, Transmitter
842842
var objectIDs = [NSManagedObjectID]()
843843
var timestampedPumpEvents = [TimestampedHistoryEvent]()
844844

845-
// TODO: LoopKit should return these in chronological order instead of reversing here.
846-
for event in pumpEvents.reverse() {
845+
for event in pumpEvents {
847846
objectIDs.append(event.objectID)
848847

849848
if let raw = event.raw where raw.length > 0, let type = MinimedKit.PumpEventType(rawValue: raw[0])?.eventType, pumpEvent = type.init(availableData: raw, pumpModel: pumpModel) {
@@ -899,7 +898,7 @@ final class DeviceDataManager: CarbStoreDelegate, DoseStoreDelegate, Transmitter
899898
if let model = PumpModel(rawValue: pumpModelNumber) {
900899
pumpState.pumpModel = model
901900

902-
idleListeningEnabled = model.larger
901+
idleListeningEnabled = model.hasMySentry
903902
}
904903
}
905904

LoopTests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.11.0</string>
18+
<string>0.11.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

+1-1

WatchApp Extension/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.11.0</string>
20+
<string>0.11.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

WatchApp/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.11.0</string>
20+
<string>0.11.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)