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

Add missing library to package manifest

parent f9f314bf
No related branches found
No related tags found
3 merge requests!71Releasing v1.1.5 (214),!67v1.1.5 b(203),!64Organizing Package.swift
This commit is part of merge request !64. Comments created here will be created in the context of that merge request.
......@@ -30,6 +30,7 @@ let package = Package(
.library(name: "SFTPFeature", targets: ["SFTPFeature"]),
.library(name: "CrashService", targets: ["CrashService"]),
.library(name: "Presentation", targets: ["Presentation"]),
.library(name: "ToastFeature", targets: ["ToastFeature"]),
.library(name: "BackupFeature", targets: ["BackupFeature"]),
.library(name: "LaunchFeature", targets: ["LaunchFeature"]),
.library(name: "iCloudFeature", targets: ["iCloudFeature"]),
......
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