Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 2 additions & 25 deletions project-bwa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,19 @@ fileGroups:
configs:
Debug: debug
Release: release
include:
- path: project-common.yml
options:
createIntermediateGroups: true
deploymentTarget:
iOS: 15.0
watchOS: 8.0
groupSortPosition: top
usesTabs: false
indentWidth: 4
tabWidth: 4
fileTypes:
"icon":
file: true
settings:
MARKETING_VERSION: 2024.6.1
CURRENT_PROJECT_VERSION: 1
include:
- path: Configs/local-sdk.yml
relativePaths: false
enable: ${LOCAL_SDK}
packages:
BitwardenSdk:
url: https://github.com/bitwarden/sdk-swift
revision: fe0f17e2c217497fe83e40c8dca324880070dea9
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
SwiftProtobuf:
url: https://github.com/apple/swift-protobuf
exactVersion: 1.31.0
ViewInspector:
url: https://github.com/nalexn/ViewInspector
exactVersion: 0.10.1
projectReferences:
BitwardenKit:
path: BitwardenKit.xcodeproj
Expand Down
28 changes: 2 additions & 26 deletions project-bwk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,15 @@ fileGroups:
configs:
Debug: debug
Release: release
options:
createIntermediateGroups: true
deploymentTarget:
iOS: 15.0
watchOS: 8.0
groupSortPosition: top
usesTabs: false
indentWidth: 4
tabWidth: 4
include:
- path: project-common.yml
settings:
MARKETING_VERSION: 2024.6.0 # Bump this for a new version update.
CURRENT_PROJECT_VERSION: 1
include:
- path: Configs/local-sdk.yml
relativePaths: false
enable: ${LOCAL_SDK}
packages:
BitwardenSdk:
url: https://github.com/bitwarden/sdk-swift
revision: fe0f17e2c217497fe83e40c8dca324880070dea9
branch: unstable
Firebase:
url: https://github.com/firebase/firebase-ios-sdk
exactVersion: 11.14.0
SwiftUIIntrospect:
url: https://github.com/siteline/SwiftUI-Introspect
exactVersion: 1.3.0
SnapshotTesting:
url: https://github.com/pointfreeco/swift-snapshot-testing
exactVersion: 1.18.4
ViewInspector:
url: https://github.com/nalexn/ViewInspector
exactVersion: 0.10.1
schemes:
AuthenticatorBridgeKit:
build:
Expand Down
29 changes: 29 additions & 0 deletions project-common.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
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: fe0f17e2c217497fe83e40c8dca324880070dea9
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.1
27 changes: 2 additions & 25 deletions project-pm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,42 +5,19 @@ fileGroups:
configs:
Debug: debug
Release: release
include:
- path: project-common.yml
options:
createIntermediateGroups: true
deploymentTarget:
iOS: 15.0
watchOS: 8.0
groupSortPosition: top
usesTabs: false
indentWidth: 4
tabWidth: 4
fileTypes:
"icon":
file: true
settings:
MARKETING_VERSION: 2024.6.0 # Bump this for a new version update.
CURRENT_PROJECT_VERSION: 1
include:
- path: Configs/local-sdk.yml
relativePaths: false
enable: ${LOCAL_SDK}
packages:
BitwardenSdk:
url: https://github.com/bitwarden/sdk-swift
revision: fe0f17e2c217497fe83e40c8dca324880070dea9
branch: unstable
Firebase:
url: https://github.com/firebase/firebase-ios-sdk
exactVersion: 11.14.0
SwiftUIIntrospect:
url: https://github.com/siteline/SwiftUI-Introspect
exactVersion: 1.3.0
SnapshotTesting:
url: https://github.com/pointfreeco/swift-snapshot-testing
exactVersion: 1.18.4
ViewInspector:
url: https://github.com/nalexn/ViewInspector
exactVersion: 0.10.1
projectReferences:
BitwardenKit:
path: BitwardenKit.xcodeproj
Expand Down