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
|
2023-07-14 10:19:38 +02:00
|
|
|
- secrets.xcconfig
|
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:
|
2023-05-31 18:39:53 +01:00
|
|
|
iOS: "16.4"
|
|
|
|
macOS: "13.3"
|
2023-06-22 19:23:33 +02: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
|
2023-05-18 12:45:34 +03:00
|
|
|
order: [Application, UserSession, Services, FlowCoordinators, 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
|
2023-06-23 17:10:37 +01:00
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: "colors/accent-color"
|
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
|
2023-06-08 12:07:14 +03:00
|
|
|
APP_NAME: ElementX
|
2023-06-08 12:12:58 +03:00
|
|
|
APP_DISPLAY_NAME: Element X
|
2022-12-06 17:39:15 +00:00
|
|
|
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)
|
2023-08-01 01:17:18 -07:00
|
|
|
MARKETING_VERSION: 1.2.2
|
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
|
2023-03-16 16:39:10 +01:00
|
|
|
- path: NCE/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-07-28 18:07:03 +03:00
|
|
|
exactVersion: 1.0.103-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
|
2023-06-14 11:08:36 +02:00
|
|
|
Mapbox:
|
|
|
|
url: https://github.com/maplibre/maplibre-gl-native-distribution
|
|
|
|
minorVersion: 5.13.0
|
2023-03-21 14:52:10 +00:00
|
|
|
Compound:
|
|
|
|
url: https://github.com/vector-im/compound-ios
|
2023-07-26 11:21:34 +01:00
|
|
|
revision: 1f3eb60c4f87249d95addf84ce1aef22c2968763
|
2023-03-21 14:52:10 +00:00
|
|
|
# path: ../compound-ios
|
2023-02-15 17:14:50 +02:00
|
|
|
Algorithms:
|
|
|
|
url: https://github.com/apple/swift-algorithms
|
2023-03-23 11:26:20 +01:00
|
|
|
minorVersion: 1.0.0
|
2022-09-02 10:09:02 +01:00
|
|
|
AnalyticsEvents:
|
|
|
|
url: https://github.com/matrix-org/matrix-analytics-events
|
2023-07-05 12:54:03 +02:00
|
|
|
minorVersion: 0.6.0
|
2023-01-31 17:48:24 +00:00
|
|
|
Collections:
|
|
|
|
url: https://github.com/apple/swift-collections
|
2023-03-23 11:26:20 +01:00
|
|
|
minorVersion: 1.0.0
|
2022-10-28 16:11:10 +02:00
|
|
|
DeviceKit:
|
|
|
|
url: https://github.com/devicekit/DeviceKit
|
2023-03-23 11:26:20 +01:00
|
|
|
minorVersion: 5.0.0
|
2022-04-12 16:53:04 +03:00
|
|
|
DTCoreText:
|
|
|
|
url: https://github.com/Cocoanetics/DTCoreText
|
2023-03-23 11:26:20 +01:00
|
|
|
exactVersion: 1.6.26
|
2022-04-12 16:53:04 +03:00
|
|
|
KeychainAccess:
|
|
|
|
url: https://github.com/kishikawakatsumi/KeychainAccess
|
2023-03-23 11:26:20 +01:00
|
|
|
minorVersion: 4.2.0
|
2022-04-12 16:53:04 +03:00
|
|
|
Kingfisher:
|
|
|
|
url: https://github.com/onevcat/Kingfisher
|
2023-03-23 11:26:20 +01:00
|
|
|
minorVersion: 7.6.0
|
2023-02-15 14:02:50 +00:00
|
|
|
KZFileWatchers:
|
|
|
|
url: https://github.com/krzysztofzablocki/KZFileWatchers
|
|
|
|
branch: master
|
2023-07-19 16:55:21 +01:00
|
|
|
SwiftUIIntrospect:
|
2022-07-22 15:53:35 +03:00
|
|
|
url: https://github.com/siteline/SwiftUI-Introspect
|
2023-07-19 16:55:21 +01:00
|
|
|
minorVersion: 0.9.0
|
2022-09-02 10:09:02 +01:00
|
|
|
PostHog:
|
|
|
|
url: https://github.com/PostHog/posthog-ios
|
2023-06-02 10:04:59 +01:00
|
|
|
minorVersion: 2.0.3
|
2022-05-27 13:02:36 +03:00
|
|
|
SwiftState:
|
|
|
|
url: https://github.com/ReactKit/SwiftState
|
2023-03-23 11:26:20 +01:00
|
|
|
minorVersion: 6.0.0
|
2022-06-06 12:38:07 +03:00
|
|
|
GZIP:
|
|
|
|
url: https://github.com/nicklockwood/GZIP
|
2023-03-23 11:26:20 +01:00
|
|
|
minorVersion: 1.3.0
|
2022-06-06 12:38:07 +03:00
|
|
|
Sentry:
|
2022-07-22 15:53:35 +03:00
|
|
|
url: https://github.com/getsentry/sentry-cocoa
|
2023-05-03 10:04:57 +02:00
|
|
|
minorVersion: 8.6.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
|
2023-03-23 11:26:20 +01:00
|
|
|
minorVersion: 1.11.0
|
2023-04-14 14:24:48 +02:00
|
|
|
URLRouting:
|
|
|
|
url: https://github.com/pointfreeco/swift-url-routing
|
|
|
|
minorVersion: 0.5.0
|
2023-01-31 17:48:24 +00:00
|
|
|
Version:
|
|
|
|
url: https://github.com/mxcl/Version
|
2023-03-23 11:26:20 +01:00
|
|
|
minorVersion: 2.0.0
|