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:
|
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)
|
2024-01-25 03:51:34 -08:00
|
|
|
MARKETING_VERSION: 1.5.5
|
2022-11-21 19:37:13 +03:00
|
|
|
CURRENT_PROJECT_VERSION: 1
|
|
|
|
DEVELOPMENT_TEAM: 7J4U792NQT
|
2023-12-12 11:17:15 +01:00
|
|
|
SUPPORTS_MACCATALYST: NO
|
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-12-14 15:40:14 +01:00
|
|
|
# not used yet
|
|
|
|
# - path: NCE/SupportingFiles/target.yml
|
2022-04-12 16:53:04 +03:00
|
|
|
|
|
|
|
packages:
|
2023-08-15 11:42:18 +01:00
|
|
|
# Element/Matrix dependencies
|
2022-04-12 16:53:04 +03:00
|
|
|
MatrixRustSDK:
|
2022-09-14 11:11:23 +01:00
|
|
|
url: https://github.com/matrix-org/matrix-rust-components-swift
|
2024-01-26 14:32:02 +01:00
|
|
|
exactVersion: 1.1.35
|
2022-12-19 11:28:56 +00:00
|
|
|
# path: ../matrix-rust-sdk
|
2023-03-21 14:52:10 +00:00
|
|
|
Compound:
|
2023-12-12 14:34:44 +00:00
|
|
|
url: https://github.com/element-hq/compound-ios
|
2024-01-09 11:05:24 +00:00
|
|
|
revision: 787d62f7388ed7cc7812dcbf8a3f090e793cdb12
|
2023-03-21 14:52:10 +00:00
|
|
|
# path: ../compound-ios
|
2022-09-02 10:09:02 +01:00
|
|
|
AnalyticsEvents:
|
|
|
|
url: https://github.com/matrix-org/matrix-analytics-events
|
2023-11-03 11:47:38 +01:00
|
|
|
minorVersion: 0.9.0
|
2023-08-15 11:42:18 +01:00
|
|
|
Emojibase:
|
|
|
|
url: https://github.com/matrix-org/emojibase-bindings
|
|
|
|
minorVersion: 1.0.0
|
2023-12-12 14:34:44 +00:00
|
|
|
SwiftOGG:
|
|
|
|
url: https://github.com/element-hq/swift-ogg
|
|
|
|
branch: 0.0.1
|
|
|
|
WysiwygComposer:
|
|
|
|
url: https://github.com/matrix-org/matrix-wysiwyg-composer-swift
|
2024-01-17 11:42:16 +01:00
|
|
|
exactVersion: 2.26.0
|
2023-12-12 14:34:44 +00:00
|
|
|
# path: ../matrix-wysiwyg/platforms/ios/lib/WysiwygComposer
|
2023-08-15 11:42:18 +01:00
|
|
|
|
|
|
|
# External dependencies
|
|
|
|
Algorithms:
|
|
|
|
url: https://github.com/apple/swift-algorithms
|
|
|
|
minorVersion: 1.0.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
|
2023-12-12 14:34:44 +00:00
|
|
|
DSWaveformImage:
|
|
|
|
url: https://github.com/dmrschmidt/DSWaveformImage
|
|
|
|
exactVersion: 14.1.1
|
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
|
2023-08-15 11:42:18 +01:00
|
|
|
GZIP:
|
|
|
|
url: https://github.com/nicklockwood/GZIP
|
2023-09-20 15:58:48 +03:00
|
|
|
minorVersion: 1.3.0
|
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-08-08 14:55:09 +03:00
|
|
|
LRUCache:
|
|
|
|
url: https://github.com/nicklockwood/LRUCache
|
|
|
|
minorVersion: 1.0.4
|
2023-08-15 11:42:18 +01:00
|
|
|
Mapbox:
|
|
|
|
url: https://github.com/maplibre/maplibre-gl-native-distribution
|
|
|
|
minorVersion: 5.13.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
|
2023-09-20 14:07:18 +02:00
|
|
|
Prefire:
|
|
|
|
url: https://github.com/BarredEwe/Prefire
|
2023-09-21 09:50:34 +02:00
|
|
|
minorVersion: 1.5.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-10-11 16:21:45 +03:00
|
|
|
minorVersion: 8.13.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-09-20 14:07:18 +02:00
|
|
|
minorVersion: 1.13.0
|
2023-08-15 11:42:18 +01:00
|
|
|
SwiftState:
|
|
|
|
url: https://github.com/ReactKit/SwiftState
|
|
|
|
minorVersion: 6.0.0
|
|
|
|
SwiftUIIntrospect:
|
|
|
|
url: https://github.com/siteline/SwiftUI-Introspect
|
|
|
|
minorVersion: 0.9.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
|
2023-12-12 11:17:15 +01:00
|
|
|
|
|
|
|
aggregateTargets:
|
|
|
|
Periphery:
|
|
|
|
buildScripts:
|
|
|
|
- name: "Scan"
|
|
|
|
script: |
|
|
|
|
export PATH="$PATH:/opt/homebrew/bin"
|
|
|
|
periphery scan --format xcode
|
|
|
|
basedOnDependencyAnalysis: false
|