Skip to content

Commit

Permalink
Merge pull request #8 from loopnlearn/alx-faps-rebase
Browse files Browse the repository at this point in the history
FreeAPS v2.2 (202)
  • Loading branch information
marionbarker committed Oct 3, 2021
2 parents ae80968 + a9af132 commit cff3672
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 26 deletions.
12 changes: 4 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,21 @@
[submodule "LoopKit"]
path = LoopKit
url = https://github.com/LoopKit/LoopKit.git
branch = dev
[submodule "CGMBLEKit"]
path = CGMBLEKit
url = https://github.com/LoopKit/CGMBLEKit.git
branch = dev
[submodule "SwiftCharts"]
path = SwiftCharts
url = https://github.com/i-schuetz/SwiftCharts.git
[submodule "dexcom-share-client-swift"]
path = dexcom-share-client-swift
url = https://github.com/LoopKit/dexcom-share-client-swift.git
branch = dev
[submodule "G4ShareSpy"]
path = G4ShareSpy
url = https://github.com/LoopKit/G4ShareSpy.git
branch = dev
[submodule "rileylink_ios"]
path = rileylink_ios
url = https://github.com/ps2/rileylink_ios.git
branch = carthage-pin
[submodule "Amplitude-iOS"]
path = Amplitude-iOS
url = https://github.com/LoopKit/Amplitude-iOS.git
Expand All @@ -35,6 +30,7 @@
[submodule "NightscoutAPIClient"]
path = NightscoutAPIClient
url = https://github.com/ivalkou/NightscoutAPIClient.git
[submodule "bubble-client-swift"]
path = bubble-client-swift
url = https://github.com/bubbledevteam/bubble-client-swift
[submodule "xdrip-client-swift"]
path = xdrip-client-swift
url = https://github.com/alekst1d/xdrip-client-swift
branch = master
22 changes: 11 additions & 11 deletions Loop.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions Loop.xcworkspace/xcshareddata/xcschemes/Loop (Workspace).xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,34 @@
ReferencedContainer = "container:bubble-client-swift/BubbleClient.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "432B0E871CDFC3C50045347B"
BuildableName = "xDripClient.framework"
BlueprintName = "xDripClient"
ReferencedContainer = "container:xdrip-client-swift/xDripClient.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "43A8EC81210E664300A81379"
BuildableName = "xDripClientUI.framework"
BlueprintName = "xDripClientUI"
ReferencedContainer = "container:xdrip-client-swift/xDripClient.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
Expand Down
2 changes: 1 addition & 1 deletion LoopKit
Submodule LoopKit updated 36 files
+1 −1 Extensions/IdentifiableClass.swift
+5 −4 LoopKit.xcodeproj/project.pbxproj
+3 −7 LoopKit.xcodeproj/xcshareddata/xcschemes/LoopKit Example.xcscheme
+1 −1 LoopKit.xcodeproj/xcshareddata/xcschemes/Shared-watchOS.xcscheme
+10 −14 LoopKit.xcodeproj/xcshareddata/xcschemes/Shared.xcscheme
+1 −1 LoopKit/CarbKit/CarbStore.swift
+1 −1 LoopKit/DeviceManager/CGMManager.swift
+1 −1 LoopKit/DeviceManager/DeviceManager.swift
+2 −2 LoopKit/DeviceManager/DoseProgressReporter.swift
+1 −1 LoopKit/DeviceManager/PumpManager.swift
+1 −1 LoopKit/InsulinKit/DoseStore.swift
+1 −1 LoopKit/Persistence/PersistenceController.swift
+1 −1 LoopKit/ServiceAuthentication.swift
+1 −1 LoopKitUI/CGMManagerUI.swift
+1 −1 LoopKitUI/CarbKit/FoodTypeShortcutCell.swift
+1 −1 LoopKitUI/CompletionNotifying.swift
+1 −1 LoopKitUI/HUDProvider.swift
+1 −1 LoopKitUI/PumpManagerUI.swift
+1 −1 LoopKitUI/View Controllers/BasalScheduleTableViewController.swift
+1 −1 LoopKitUI/View Controllers/DailyValueScheduleTableViewController.swift
+2 −2 LoopKitUI/View Controllers/DeliveryLimitSettingsTableViewController.swift
+1 −1 LoopKitUI/View Controllers/EmojiInputController.swift
+1 −1 LoopKitUI/View Controllers/GlucoseEntryTableViewController.swift
+1 −1 LoopKitUI/View Controllers/PercentageTextFieldTableViewController.swift
+1 −1 LoopKitUI/View Controllers/RadioSelectionTableViewController.swift
+1 −1 LoopKitUI/View Controllers/SetupTableViewController.swift
+1 −1 LoopKitUI/View Controllers/SingleValueScheduleTableViewController.swift
+1 −1 LoopKitUI/View Controllers/TextFieldTableViewController.swift
+1 −1 LoopKitUI/Views/AuthenticationTableViewCell.swift
+1 −1 LoopKitUI/Views/DatePickerTableViewCell.swift
+1 −1 LoopKitUI/Views/GlucoseRangeTableViewCell.swift
+1 −1 LoopKitUI/Views/SetConstrainedScheduleEntryTableViewCell.swift
+1 −1 LoopKitUI/Views/TextFieldTableViewCell.swift
+1 −1 MockKitUI/View Controllers/GlucoseTrendTableViewController.swift
+1 −1 MockKitUI/View Controllers/RandomOutlierTableViewController.swift
+1 −1 MockKitUI/View Controllers/SineCurveParametersTableViewController.swift
2 changes: 1 addition & 1 deletion MKRingProgressView
1 change: 0 additions & 1 deletion bubble-client-swift
Submodule bubble-client-swift deleted from 6e45f1
1 change: 1 addition & 0 deletions xdrip-client-swift
Submodule xdrip-client-swift added at 786b22

0 comments on commit cff3672

Please sign in to comment.