File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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] ) ;
You can’t perform that action at this time.
0 commit comments