Commit 682e31cd by Jaeyun,Oh

Exclude local framework

parent 4d6179c7
...@@ -14,7 +14,8 @@ let package = Package( ...@@ -14,7 +14,8 @@ let package = Package(
.target( .target(
name: "Material", name: "Material",
dependencies: ["Motion"], dependencies: ["Motion"],
path: "Sources" path: "Sources",
exclude: ["Frameworks"]
) )
] ]
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment