2022-04-12 16:53:04 +03:00
|
|
|
name: ElementX
|
|
|
|
attributes:
|
2022-05-31 13:05:30 +03:00
|
|
|
ORGANIZATIONNAME: Element
|
2022-04-12 16:53:04 +03:00
|
|
|
|
2022-04-13 15:38:56 +03:00
|
|
|
fileGroups:
|
2022-09-28 20:07:03 +02:00
|
|
|
- project.yml
|
2022-04-13 15:38:56 +03:00
|
|
|
|
2022-04-12 16:53:04 +03:00
|
|
|
options:
|
|
|
|
groupSortPosition: bottom
|
|
|
|
createIntermediateGroups: true
|
2022-04-18 10:54:48 +03:00
|
|
|
deploymentTarget:
|
2022-10-17 09:56:17 +01:00
|
|
|
iOS: "16.0"
|
|
|
|
macOS: "13.0"
|
2022-05-12 12:30:24 +03:00
|
|
|
groupOrdering:
|
2022-08-18 16:32:29 +03:00
|
|
|
- order: [ElementX, UnitTests, UITests, IntegrationTests, Tools]
|
2022-05-12 12:30:24 +03:00
|
|
|
- pattern: ElementX
|
|
|
|
order: [Sources, Resources, SupportingFiles]
|
|
|
|
- pattern: Sources
|
2022-09-25 12:34:11 +03:00
|
|
|
order: [Application, UserSession, Services, Screens, Other, UITests]
|
2022-08-11 08:54:24 +01:00
|
|
|
postGenCommand: cd Tools/XcodeGen && sh postGenCommand.sh
|
2022-04-12 16:53:04 +03:00
|
|
|
|
2022-04-26 22:48:17 +03:00
|
|
|
settings:
|
|
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED: YES
|
2022-05-16 13:17:14 +03:00
|
|
|
ENABLE_BITCODE: NO
|
2022-10-24 16:00:17 +03:00
|
|
|
BASE_APP_GROUP_IDENTIFIER: io.element
|
|
|
|
APP_GROUP_IDENTIFIER: group.$(BASE_APP_GROUP_IDENTIFIER)
|
|
|
|
BASE_BUNDLE_IDENTIFIER: io.element.elementx
|
2022-12-06 17:39:15 +00:00
|
|
|
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)
|
2023-01-26 07:52:56 -08:00
|
|
|
MARKETING_VERSION: 1.0.16
|
2022-11-21 19:37:13 +03:00
|
|
|
CURRENT_PROJECT_VERSION: 1
|
|
|
|
DEVELOPMENT_TEAM: 7J4U792NQT
|
2022-04-26 22:48:17 +03:00
|
|
|
|
2022-04-12 16:53:04 +03:00
|
|
|
include:
|
2022-04-13 09:48:18 +03:00
|
|
|
- path: ElementX/SupportingFiles/target.yml
|
|
|
|
- path: UnitTests/SupportingFiles/target.yml
|
|
|
|
- path: UITests/SupportingFiles/target.yml
|
2022-08-18 16:32:29 +03:00
|
|
|
- path: IntegrationTests/SupportingFiles/target.yml
|
2022-11-21 19:37:13 +03:00
|
|
|
- path: NSE/SupportingFiles/target.yml
|
2022-04-12 16:53:04 +03:00
|
|
|
|
|
|
|
packages:
|
|
|
|
MatrixRustSDK:
|
2022-09-14 11:11:23 +01:00
|
|
|
url: https://github.com/matrix-org/matrix-rust-components-swift
|
2023-01-31 13:28:28 +00:00
|
|
|
exactVersion: 1.0.35-alpha
|
2022-12-19 11:28:56 +00:00
|
|
|
# path: ../matrix-rust-sdk
|
2022-06-09 14:44:46 +01:00
|
|
|
DesignKit:
|
2023-01-17 12:26:07 +00:00
|
|
|
path: DesignKit
|
2022-09-02 10:09:02 +01:00
|
|
|
AnalyticsEvents:
|
|
|
|
url: https://github.com/matrix-org/matrix-analytics-events
|
|
|
|
branch: main
|
2022-07-28 09:28:42 +01:00
|
|
|
AppAuth:
|
|
|
|
url: https://github.com/openid/AppAuth-iOS
|
|
|
|
majorVersion: 1.5.0
|
2022-10-28 16:11:10 +02:00
|
|
|
DeviceKit:
|
|
|
|
url: https://github.com/devicekit/DeviceKit
|
|
|
|
majorVersion: 4.7.0
|
2022-04-12 16:53:04 +03:00
|
|
|
DTCoreText:
|
|
|
|
url: https://github.com/Cocoanetics/DTCoreText
|
2022-04-13 15:38:56 +03:00
|
|
|
majorVersion: 1.6.26
|
2022-04-12 16:53:04 +03:00
|
|
|
KeychainAccess:
|
|
|
|
url: https://github.com/kishikawakatsumi/KeychainAccess
|
2022-04-13 15:38:56 +03:00
|
|
|
majorVersion: 4.2.2
|
2022-04-12 16:53:04 +03:00
|
|
|
Kingfisher:
|
|
|
|
url: https://github.com/onevcat/Kingfisher
|
2022-04-13 15:38:56 +03:00
|
|
|
majorVersion: 7.2.0
|
2022-04-12 16:53:04 +03:00
|
|
|
Introspect:
|
2022-07-22 15:53:35 +03:00
|
|
|
url: https://github.com/siteline/SwiftUI-Introspect
|
2022-04-13 15:38:56 +03:00
|
|
|
majorVersion: 0.1.4
|
2022-09-02 10:09:02 +01:00
|
|
|
PostHog:
|
|
|
|
url: https://github.com/PostHog/posthog-ios
|
|
|
|
majorVersion: 1.4.4
|
2022-04-12 16:53:04 +03:00
|
|
|
SwiftyBeaver:
|
|
|
|
url: https://github.com/SwiftyBeaver/SwiftyBeaver
|
2022-04-13 15:38:56 +03:00
|
|
|
majorVersion: 1.9.5
|
2022-05-27 13:02:36 +03:00
|
|
|
SwiftState:
|
|
|
|
url: https://github.com/ReactKit/SwiftState
|
|
|
|
majorVersion: 6.0.0
|
2022-06-06 12:38:07 +03:00
|
|
|
GZIP:
|
|
|
|
url: https://github.com/nicklockwood/GZIP
|
|
|
|
majorVersion: 1.3.0
|
|
|
|
Sentry:
|
2022-07-22 15:53:35 +03:00
|
|
|
url: https://github.com/getsentry/sentry-cocoa
|
2022-06-06 12:38:07 +03:00
|
|
|
majorVersion: 7.15.0
|
2022-08-11 15:02:47 +03:00
|
|
|
SnapshotTesting:
|
2022-08-18 16:32:29 +03:00
|
|
|
url: https://github.com/pointfreeco/swift-snapshot-testing
|
2022-09-28 10:25:59 +03:00
|
|
|
majorVersion: 1.10.0
|
2023-01-20 16:40:23 +02:00
|
|
|
Collections:
|
|
|
|
url: https://github.com/apple/swift-collections
|
|
|
|
majorVersion: 1.0.4
|