Commit 9754f3d2 by Daniel Dahan

updated package location for Motion dependency

parent 4051056d
...@@ -443,8 +443,8 @@ ...@@ -443,8 +443,8 @@
9638322C1B88DFD80015F710 = { 9638322C1B88DFD80015F710 = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
963832371B88DFD80015F710 /* Products */,
96D88BF41C1328D800B91418 /* Sources */, 96D88BF41C1328D800B91418 /* Sources */,
963832371B88DFD80015F710 /* Products */,
); );
indentWidth = 2; indentWidth = 2;
sourceTree = "<group>"; sourceTree = "<group>";
......
...@@ -8,7 +8,7 @@ let package = Package( ...@@ -8,7 +8,7 @@ let package = Package(
.library(name: "Material", targets: ["Material"]) .library(name: "Material", targets: ["Material"])
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/AccioSupport/Motion.git"), .package(url: "https://github.com/CosmicMind/Motion.git"),
], ],
targets: [ targets: [
.target( .target(
......
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