Преглед на файлове

Merge branch 'dev' into refactor-glucose-smoothing

Deniz Cengiz преди 2 месеца
родител
ревизия
a201d3bfea
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 2 2
      .github/workflows/unit_tests.yml
  2. 1 1
      Config.xcconfig

+ 2 - 2
.github/workflows/unit_tests.yml

@@ -64,7 +64,7 @@ jobs:
           time xcodebuild build-for-testing \
             -workspace Trio.xcworkspace \
             -scheme "Trio Tests" \
-            -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.5' \
+            -destination 'platform=iOS Simulator,name=iPhone 17,OS=26.2' \
 
       - name: Check for uncommitted changes
         run: |
@@ -107,7 +107,7 @@ jobs:
           time xcodebuild test-without-building \
             -workspace Trio.xcworkspace \
             -scheme "Trio Tests" \
-            -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.5' \
+            -destination 'platform=iOS Simulator,name=iPhone 17,OS=26.2' \
             $([ "$ENABLE_PARALLEL_TESTING" = "true" ] && echo "-parallel-testing-enabled YES") \
             2>&1 | tee xcodebuild.log
 

+ 1 - 1
Config.xcconfig

@@ -19,7 +19,7 @@ TRIO_APP_GROUP_ID = group.org.nightscout.$(DEVELOPMENT_TEAM).trio.trio-app-group
 
 // The developers set the version numbers, please leave them alone
 APP_VERSION = 0.6.0
-APP_DEV_VERSION = 0.6.0.54
+APP_DEV_VERSION = 0.6.0.55
 APP_BUILD_NUMBER = 1
 COPYRIGHT_NOTICE =