mirror of
https://github.com/ProtonMail/ios-mail.git
synced 2026-05-15 09:50:39 +00:00
CR: fix ProtonCoreET paths
This commit is contained in:
@@ -8,7 +8,7 @@ let package = Package(
|
||||
defaultLocalization: "en",
|
||||
platforms: [.iOS(.v17)],
|
||||
products: [
|
||||
.library(name: "InboxContacts", targets: ["InboxContacts"]),
|
||||
.library(name: "InboxContacts", targets: ["InboxContacts"])
|
||||
],
|
||||
dependencies: [
|
||||
.package(path: "../InboxCore"),
|
||||
@@ -17,8 +17,8 @@ let package = Package(
|
||||
.package(path: "../InboxSnapshotTesting"),
|
||||
.package(path: "../InboxTesting"),
|
||||
.package(path: "../../ProtonPackages/proton_app_uniffi"),
|
||||
.package(path: "../../ProtonPackages/ProtonCoreET"),
|
||||
.package(url: "https://github.com/nalexn/ViewInspector.git", from: "0.9.11")
|
||||
.package(path: "../../ProtonPackages/et-protoncore/platform/apple/ProtonCoreET"),
|
||||
.package(url: "https://github.com/nalexn/ViewInspector.git", from: "0.9.11"),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
@@ -28,7 +28,7 @@ let package = Package(
|
||||
"InboxCoreUI",
|
||||
"InboxDesignSystem",
|
||||
"proton_app_uniffi",
|
||||
.product(name: "AccountLogin", package: "ProtonCoreET")
|
||||
.product(name: "AccountLogin", package: "ProtonCoreET"),
|
||||
],
|
||||
resources: [
|
||||
.process("Resources")
|
||||
@@ -40,8 +40,8 @@ let package = Package(
|
||||
.target(name: "InboxContacts"),
|
||||
.product(name: "InboxSnapshotTesting", package: "InboxSnapshotTesting"),
|
||||
.product(name: "InboxTesting", package: "InboxTesting"),
|
||||
.product(name: "ViewInspector", package: "ViewInspector")
|
||||
.product(name: "ViewInspector", package: "ViewInspector"),
|
||||
]
|
||||
)
|
||||
),
|
||||
]
|
||||
)
|
||||
|
||||
@@ -15,7 +15,7 @@ let package = Package(
|
||||
.package(path: "../InboxTesting"),
|
||||
.package(path: "../InboxSnapshotTesting"),
|
||||
.package(path: "../../ProtonPackages/proton_app_uniffi"),
|
||||
.package(path: "../../ProtonPackages/ProtonCoreET"),
|
||||
.package(path: "../../ProtonPackages/et-protoncore/platform/apple/ProtonCoreET"),
|
||||
.package(url: "https://github.com/apple/swift-collections.git", exact: "1.1.2"),
|
||||
.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.5.0"),
|
||||
.package(url: "https://github.com/siteline/swiftui-introspect", from: "1.3.0"),
|
||||
|
||||
Reference in New Issue
Block a user