mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00

* Move assets into ElementX folder * Add first version of localizer script * Add generated strings & tests & fallback mechanism * Rename strings file to Localizable * Rename Assets to Resources * Calculate preferred languages only when needed, remove share extension check * Add comments in the localizer script * Add GH workflow to push issues to the [ElementX board](https://github.com/orgs/vector-im/projects/43) * Closes #16 - Add license file * New version of localizer script, handle pluralization * Move assets into ElementX folder * Add first version of localizer script * Add generated strings & tests & fallback mechanism * Rename strings file to Localizable * Rename Assets to Resources * Calculate preferred languages only when needed, remove share extension check * Add comments in the localizer script * New version of localizer script, handle pluralization * Revert login button text * Add multiple dialect pluralization, fix string formatting Co-authored-by: manuroe <manu@matrix.org> Co-authored-by: Stefan Ceriu <stefanc@matrix.org>
41 lines
991 B
YAML
41 lines
991 B
YAML
name: ElementX
|
|
attributes:
|
|
ORGANIZATIONNAME: element.io
|
|
|
|
fileGroups:
|
|
- project.yml
|
|
|
|
options:
|
|
groupSortPosition: bottom
|
|
createIntermediateGroups: true
|
|
deploymentTarget:
|
|
iOS: "15.0"
|
|
|
|
settings:
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED: YES
|
|
|
|
include:
|
|
- path: ElementX/SupportingFiles/target.yml
|
|
- path: UnitTests/SupportingFiles/target.yml
|
|
- path: UITests/SupportingFiles/target.yml
|
|
|
|
packages:
|
|
MatrixRustSDK:
|
|
url: https://github.com/matrix-org/matrix-rust-components-swift.git
|
|
branch: main
|
|
DTCoreText:
|
|
url: https://github.com/Cocoanetics/DTCoreText
|
|
majorVersion: 1.6.26
|
|
KeychainAccess:
|
|
url: https://github.com/kishikawakatsumi/KeychainAccess
|
|
majorVersion: 4.2.2
|
|
Kingfisher:
|
|
url: https://github.com/onevcat/Kingfisher
|
|
majorVersion: 7.2.0
|
|
Introspect:
|
|
url: https://github.com/siteline/SwiftUI-Introspect.git
|
|
majorVersion: 0.1.4
|
|
SwiftyBeaver:
|
|
url: https://github.com/SwiftyBeaver/SwiftyBeaver
|
|
majorVersion: 1.9.5
|