Skip to content

Commit

Permalink
fix: Expose InfomaniakDI as Framework (#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinperignon committed Sep 20, 2024
2 parents 245192e + dbe644a commit 3e0449c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tuist/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import ProjectDescriptionHelpers
let packageSettings = PackageSettings(
productTypes: [
"RealmSwift": .staticLibrary,
"Realm": .staticLibrary
"Realm": .staticLibrary,
"InfomaniakDI": .framework
]
)

Expand Down

0 comments on commit 3e0449c

Please sign in to comment.