Ver código fonte

Merge branch 'dev' into refactor-glucose-smoothing

Deniz Cengiz 2 meses atrás
pai
commit
a201d3bfea
2 arquivos alterados com 3 adições e 3 exclusões
  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 \
           time xcodebuild build-for-testing \
             -workspace Trio.xcworkspace \
             -workspace Trio.xcworkspace \
             -scheme "Trio Tests" \
             -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
       - name: Check for uncommitted changes
         run: |
         run: |
@@ -107,7 +107,7 @@ jobs:
           time xcodebuild test-without-building \
           time xcodebuild test-without-building \
             -workspace Trio.xcworkspace \
             -workspace Trio.xcworkspace \
             -scheme "Trio Tests" \
             -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") \
             $([ "$ENABLE_PARALLEL_TESTING" = "true" ] && echo "-parallel-testing-enabled YES") \
             2>&1 | tee xcodebuild.log
             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
 // The developers set the version numbers, please leave them alone
 APP_VERSION = 0.6.0
 APP_VERSION = 0.6.0
-APP_DEV_VERSION = 0.6.0.54
+APP_DEV_VERSION = 0.6.0.55
 APP_BUILD_NUMBER = 1
 APP_BUILD_NUMBER = 1
 COPYRIGHT_NOTICE =
 COPYRIGHT_NOTICE =