mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 03:03:31 +01:00
fix hardcoded paths in generated cargo xcodeprojs
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
lastKnownFileType = text;
|
lastKnownFileType = text;
|
||||||
fileEncoding = 4;
|
fileEncoding = 4;
|
||||||
name = "Cargo.toml";
|
name = "Cargo.toml";
|
||||||
path = "/Users/jmattiello/Workspace/Provenance/SideStore/Dependencies/em_proxy/Cargo.toml";
|
path = "em_proxy/Cargo.toml";
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
/* Rust needs libresolv */
|
/* Rust needs libresolv */
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
lastKnownFileType = text;
|
lastKnownFileType = text;
|
||||||
fileEncoding = 4;
|
fileEncoding = 4;
|
||||||
name = "Cargo.toml";
|
name = "Cargo.toml";
|
||||||
path = "/Users/jmattiello/Workspace/Provenance/SideStore/Dependencies/minimuxer/Cargo.toml";
|
path = "minimuxer/Cargo.toml";
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
/* Rust needs libresolv */
|
/* Rust needs libresolv */
|
||||||
|
|||||||
Reference in New Issue
Block a user