Skip to content

Commit e60baf2

Browse files
committed
Update CrossCode
1 parent 65851e4 commit e60baf2

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/utils/projects.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,14 @@ export const mainProjects: Project[] = shuffleArray([
245245
"Multi-platform support (Windows, Linux, and maybe mac in the future)",
246246
"Supports logging in with your Apple ID to sign apps",
247247
"Lets you view and manage certificates and app IDs",
248-
"Supports building and installing apps on your device with completely rust sideloading code",
248+
"Supports building and installing apps on your device",
249+
"Custom sideloading library written in Rust (isideload)",
249250
"Supports the swift package manager",
250251
"Uses monaco editor for code editing",
251252
"SourceKit LSP integration for error reporting, autocomplete, etc",
252253
"View your iDevice's syslog for debugging",
253254
"Project templates",
254-
"Dark and Light Mode",
255+
"Dark and light mode",
255256
"Much more!",
256257
],
257258
techStack: [
@@ -268,6 +269,10 @@ export const mainProjects: Project[] = shuffleArray([
268269
label: "GitHub",
269270
url: "https://github.com/nab138/YCode",
270271
},
272+
{
273+
label: "isideload GitHub",
274+
url: "https://github.com/nab138/isideload",
275+
},
271276
],
272277
},
273278
]);

0 commit comments

Comments
 (0)