Skip to content

Commit 2be6d40

Browse files
mddubloudnate
authored andcommitted
Update G4ShareSpy to 0.2.1 (#102)
1 parent 60c98e5 commit 2be6d40

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ github "loudnate/LoopKit" ~> 0.4.0
22
github "loudnate/xDripG5" ~> 0.5.0
33
github "loudnate/SwiftCharts" "loudnate/naterade"
44
github "mddub/dexcom-share-client-swift" ~> 0.1
5-
github "mddub/G4ShareSpy" ~> 0.2
5+
github "mddub/G4ShareSpy" ~> 0.2.1
66
github "ps2/rileylink_ios" ~> 0.8.0
77
github "amplitude/Amplitude-iOS" "mpurland-framework"

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github "amplitude/Amplitude-iOS" "a3d6720626e72a678489bce83ed9dacadb505dd7"
22
github "loudnate/Crypto" "13fee45175b88629aeabe60b4b4fc3daf86fa0a3"
3-
github "mddub/G4ShareSpy" "v0.2.0"
3+
github "mddub/G4ShareSpy" "v0.2.1"
44
github "loudnate/LoopKit" "v0.4.0"
55
github "loudnate/SwiftCharts" "8671287afb29640f9cffced6521b1098b7aac085"
66
github "mddub/dexcom-share-client-swift" "v0.1.3"
Binary file not shown.
Binary file not shown.

Loop/Managers/DeviceDataManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ class DeviceDataManager: CarbStoreDelegate, TransmitterDelegate, ReceiverDelegat
628628

629629
func receiver(receiver: Receiver, didLogBluetoothEvent event: String) {
630630
// Uncomment to debug communication
631-
// NSLog("G4: \(event)")
631+
// logger.addMessage(["event": "\(event)", "collectedAt": NSDateFormatter.ISO8601StrictDateFormatter().stringFromDate(NSDate())], toCollection: "g4")
632632
}
633633

634634
// MARK: - Configuration

0 commit comments

Comments
 (0)