mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-10 00:42:29 -06:00
Co-authored-by: bw-ghapp[bot] <178206702+bw-ghapp[bot]@users.noreply.github.com> Co-authored-by: Carlos Gonçalves <carlosmaccam@gmail.com>
28 lines
719 B
YAML
28 lines
719 B
YAML
options:
|
|
createIntermediateGroups: true
|
|
deploymentTarget:
|
|
iOS: 15.0
|
|
watchOS: 8.0
|
|
groupSortPosition: top
|
|
usesTabs: false
|
|
indentWidth: 4
|
|
tabWidth: 4
|
|
include:
|
|
- path: Configs/local-sdk.yml
|
|
relativePaths: false
|
|
enable: ${LOCAL_SDK}
|
|
packages:
|
|
BitwardenSdk:
|
|
url: https://github.com/bitwarden/sdk-swift
|
|
revision: 1b1750a6678c1600daecf24bfb1cea052fc3d1e9 # 1.0.0-3270-7f09fd2
|
|
branch: unstable
|
|
Firebase:
|
|
url: https://github.com/firebase/firebase-ios-sdk
|
|
exactVersion: 11.14.0
|
|
SnapshotTesting:
|
|
url: https://github.com/pointfreeco/swift-snapshot-testing
|
|
exactVersion: 1.18.4
|
|
ViewInspector:
|
|
url: https://github.com/nalexn/ViewInspector
|
|
exactVersion: 0.10.3
|