Commit 682e31cd by Jaeyun,Oh

Exclude local framework

parent 4d6179c7
......@@ -14,7 +14,8 @@ let package = Package(
.target(
name: "Material",
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