Skip to content

Commit 57ff8bd

Browse files
authored
Merge pull request #323 from LoopKit/release/3.8.0
Release/3.8.0
2 parents 403ef77 + 16f9e28 commit 57ff8bd

39 files changed

+860
-300
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
jobs:
22
build_and_test:
33
macos:
4-
xcode: 15.4.0
4+
xcode: 16.4
55
steps:
66
- checkout
77
- run:
88
name: Checkout submodules
99
command: git submodule update --init --recursive --depth 1
1010
- run:
1111
name: Build Loop
12-
command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5' build | xcpretty
12+
command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.5' build | xcpretty
1313
- run:
1414
name: Run Tests
15-
command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5' test | xcpretty
15+
command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.5' test | xcpretty
1616
workflows:
1717
version: 2
1818
build_and_test:

.github/workflows/build_loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
)
207207
steps:
208208
- name: Select Xcode version
209-
run: "sudo xcode-select --switch /Applications/Xcode_16.3.app/Contents/Developer"
209+
run: "sudo xcode-select --switch /Applications/Xcode_16.4.app/Contents/Developer"
210210

211211
- name: Checkout Repo for syncing
212212
if: |

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@
5858
[submodule "LibreTransmitter"]
5959
path = LibreTransmitter
6060
url = https://github.com/LoopKit/LibreTransmitter.git
61+
[submodule "DanaKit"]
62+
path = DanaKit
63+
url = https://github.com/loopandlearn/DanaKit

AmplitudeService

Submodule AmplitudeService updated 46 files

CGMBLEKit

Submodule CGMBLEKit updated 199 files

DanaKit

Submodule DanaKit added at e3ddf21

G7SensorKit

Submodule G7SensorKit updated 48 files

LibreTransmitter

Submodule LibreTransmitter updated 37 files

LogglyService

Submodule LogglyService updated 46 files

Loop

Submodule Loop updated 396 files

0 commit comments

Comments
 (0)