Add localization strings and iOS test infrastructure

- Expand Localizable.xcstrings with 426 new localization entries
- Add xctestplan files (CI, Cleanup, Parallel, Seed) for structured test runs
- Add run_ui_tests.sh script for UI test execution

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Trey T
2026-04-01 20:32:09 -05:00
parent 05ee8e0a79
commit 00e9ed0a96
8 changed files with 1181 additions and 5 deletions

View File

@@ -0,0 +1,31 @@
{
"configurations" : [
{
"id" : "C3000003-CLEN-4C3C-BFDC-000000000003",
"name" : "Cleanup Configuration",
"options" : {
}
}
],
"defaultOptions" : {
"targetForVariableExpansion" : {
"containerPath" : "container:honeyDue.xcodeproj",
"identifier" : "D4ADB376A7A4CFB73469E173",
"name" : "HoneyDue"
}
},
"testTargets" : [
{
"selectedTests" : [
"SuiteZZ_CleanupTests"
],
"target" : {
"containerPath" : "container:honeyDue.xcodeproj",
"identifier" : "1CBF1BEC2ECD9768001BF56C",
"name" : "HoneyDueUITests"
}
}
],
"version" : 1
}