651b48658c
Merge origin/main into feature branch, resolving 3 conflicts: - app/api/__init__.py: add classification_rules_router alongside new routers from main (audit_logs, i18n, mobile, compliance, translation) - app/models.py: keep ClassificationRuleModel alongside new models from main (MobileDevice, ComplianceTemplate, PipelineRoutingRule) - tests/conftest.py: import both ClassificationRuleModel and new models from main (AuditLog, ComplianceTemplate) Also renumber migration from 027 to 037 to chain from the latest migration on main (036_add_document_translation_fields). Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"cli": {
|
|
"version": ">= 5.9.0",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"node": "20.19.4",
|
|
"env": {
|
|
"NODE_NO_WARNINGS": "1"
|
|
},
|
|
"ios": {
|
|
"image": "macos-sequoia-15.5-xcode-26.0"
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"node": "20.19.4",
|
|
"env": {
|
|
"NODE_NO_WARNINGS": "1"
|
|
},
|
|
"ios": {
|
|
"simulator": false,
|
|
"image": "macos-sequoia-15.5-xcode-26.0"
|
|
}
|
|
},
|
|
"production": {
|
|
"autoIncrement": true,
|
|
"node": "20.19.4",
|
|
"env": {
|
|
"NODE_NO_WARNINGS": "1"
|
|
},
|
|
"ios": {
|
|
"image": "macos-sequoia-15.5-xcode-26.0"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"appleId": "christianlouis@gmail.com",
|
|
"ascAppId": "6760611200",
|
|
"appleTeamId": "975U2ZESBM"
|
|
},
|
|
"android": {
|
|
"serviceAccountKeyPath": "./google-play-service-account.json",
|
|
"track": "production"
|
|
}
|
|
}
|
|
}
|
|
}
|