Skip to content
Snippets Groups Projects
Commit c066e63e authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Refactor

parent bf2ad583
No related branches found
No related tags found
1 merge request!102Release 1.0.0
...@@ -15,7 +15,9 @@ let swiftSettings: [SwiftSetting] = [ ...@@ -15,7 +15,9 @@ let swiftSettings: [SwiftSetting] = [
let package = Package( let package = Package(
name: "example-app", name: "example-app",
platforms: [.iOS(.v15)], platforms: [
.iOS(.v15),
],
products: [ products: [
.library(name: "AppFeature", targets: ["AppFeature"]), .library(name: "AppFeature", targets: ["AppFeature"]),
.library(name: "ErrorFeature", targets: ["ErrorFeature"]), .library(name: "ErrorFeature", targets: ["ErrorFeature"]),
...@@ -31,9 +33,10 @@ let package = Package( ...@@ -31,9 +33,10 @@ let package = Package(
url: "https://github.com/darrarski/swift-composable-presentation.git", url: "https://github.com/darrarski/swift-composable-presentation.git",
.upToNextMajor(from: "0.5.2") .upToNextMajor(from: "0.5.2")
), ),
.package( // ElixxirDAppsSDK .package(
// ElixxirDAppsSDK
path: "../../" path: "../../"
), ),
.package( .package(
url: "https://github.com/kishikawakatsumi/KeychainAccess.git", url: "https://github.com/kishikawakatsumi/KeychainAccess.git",
.upToNextMajor(from: "4.2.2") .upToNextMajor(from: "4.2.2")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment