Skip to content

Commit 58e3d99

Browse files
authored
Merge pull request LoopKit#320 from LoopKit/convert_to_xcstrings_and_update
Convert to String Catalogs and update translations through Mon Sep 8 15:14:33 PDT 2025
2 parents c23210c + a70257b commit 58e3d99

33 files changed

+428
-290
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
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:

AmplitudeService

Submodule AmplitudeService updated 46 files

CGMBLEKit

Submodule CGMBLEKit updated 199 files

G7SensorKit

Submodule G7SensorKit updated 47 files

LibreTransmitter

Submodule LibreTransmitter updated 37 files

LogglyService

Submodule LogglyService updated 46 files

Loop

Submodule Loop updated 387 files

LoopKit

Submodule LoopKit updated 209 files

0 commit comments

Comments
 (0)