Skip to content

Commit

Permalink
Update test device
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuravi committed Apr 13, 2024
1 parent 8e915b0 commit 275389d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
- name: Build Xcode project
run: xcodebuild -project StrokeCog.xcodeproj -scheme StrokeCog -sdk iphonesimulator -configuration Debug build
- name: Run tests
run: xcodebuild test -project StrokeCog.xcodeproj -scheme StrokeCog -destination 'platform=iOS Simulator,name=iPhone 13,OS=16.0'
run: xcodebuild test -project StrokeCog.xcodeproj -scheme StrokeCog -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.2'
51 changes: 1 addition & 50 deletions StrokeCog/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -93,36 +93,6 @@
}
}
},
"CONTRIBUTIONS_LIST_DESCRIPTION" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "The following list contains all Swift Package dependencies of the SpeziStrokeCog."
}
}
}
},
"CONTRIBUTIONS_LIST_FOOTER" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Please refer to the individual repository links for packages without license labels."
}
}
}
},
"CONTRIBUTIONS_LIST_HEADER" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Packages"
}
}
}
},
"Error" : {

},
Expand Down Expand Up @@ -259,6 +229,7 @@
}
},
"LICENSE_INFO_TITLE" : {
"extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {
Expand Down Expand Up @@ -369,26 +340,6 @@
}
}
},
"PROJECT_LICENSE_DESCRIPTION" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "This project is licensed under the MIT License."
}
}
}
},
"Repository Link" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Repository Link"
}
}
}
},
"RETRY_BUTTON_LABEL" : {
"localizations" : {
"en" : {
Expand Down

0 comments on commit 275389d

Please sign in to comment.