diff --git a/.circleci/config.yml b/.circleci/config.yml index ead42a398e..ef02ead944 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,18 +1,23 @@ jobs: build_and_test: macos: - xcode: 16.4 + xcode: 26.4 steps: - checkout - run: name: Checkout submodules command: git submodule update --init --recursive --depth 1 + - run: + name: Install xcbeautify + command: brew list xcbeautify >/dev/null 2>&1 || brew install xcbeautify - run: name: Build Loop - command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.5' build | xcpretty + command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 17' build | xcbeautify - run: name: Run Tests - command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.5' test | xcpretty + command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 17' test | xcbeautify --report junit --report-path test-results/results.xml + - store_test_results: + path: test-results workflows: version: 2 build_and_test: diff --git a/EversenseKit b/EversenseKit index b8cf64b95a..f5796d8a68 160000 --- a/EversenseKit +++ b/EversenseKit @@ -1 +1 @@ -Subproject commit b8cf64b95aeb65b38c2376570e80ddd02df63db8 +Subproject commit f5796d8a683bb89c046a7ec1a28fc4d07cae3377 diff --git a/LoopKit b/LoopKit index a5beee96d8..73a36cb380 160000 --- a/LoopKit +++ b/LoopKit @@ -1 +1 @@ -Subproject commit a5beee96d8e0770fc6999372a73ea5f523351a43 +Subproject commit 73a36cb380ba644af754c7ef6aacb67575b416e7 diff --git a/OmnipodKit b/OmnipodKit index ccd44384e4..27f7076c15 160000 --- a/OmnipodKit +++ b/OmnipodKit @@ -1 +1 @@ -Subproject commit ccd44384e44f6ed11052043f0c9dfbc4465e00ad +Subproject commit 27f7076c15ae4450b3cda4b077956f49057ebefe diff --git a/VersionOverride.xcconfig b/VersionOverride.xcconfig index c856330297..6922fba435 100644 --- a/VersionOverride.xcconfig +++ b/VersionOverride.xcconfig @@ -8,5 +8,5 @@ // Version [for DIY Loop] // configure the version number in LoopWorkspace -LOOP_MARKETING_VERSION = 3.14.4 +LOOP_MARKETING_VERSION = 3.14.5 CURRENT_PROJECT_VERSION = 57