Skip to content

Commit 0fbb3bc

Browse files
committed
Update Ycode to crosscode
1 parent 8bd44df commit 0fbb3bc

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

src/utils/projects.tsx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -235,26 +235,30 @@ export const mainProjects: Project[] = shuffleArray([
235235
id: "oxconfig",
236236
},
237237
{
238-
name: "YCode",
239-
id: "ycode",
238+
name: "CrossCode",
239+
id: "crosscode",
240240
images: [
241241
"ycode0.webp",
242242
"ycode1.webp",
243243
"ycode2.webp",
244244
"ycode3.webp",
245245
"ycode4.webp",
246246
],
247-
short: "An (in progress) iOS IDE for windows and linux",
248-
long: "WORK IN PROGRESS! XCode is only available for mac, but I can't afford one. So I made my own. YCode aims to make developing native iOS apps easy on any platform. It is still very early in development but does have it's core functionality working.",
247+
short: "An iOS IDE for windows and linux",
248+
long: "XCode is only available for mac, but I can't afford one. So I made my own. CrossCode aims to make developing native iOS apps easy on any platform. It is still very early in development but does have it's core functionality working.",
249249
pointsTitle: "Features",
250250
points: [
251251
"Multi-platform support (Windows, Linux, and maybe mac in the future)",
252252
"Supports logging in with your Apple ID to sign apps",
253253
"Lets you view and manage certificates and app IDs",
254-
"Supports building and installing apps on your device with completely rust sideloading code(right now using theos to build, but currently is transitioning to using swift package manager)",
254+
"Supports building and installing apps on your device with completely rust sideloading code",
255+
"Supports the swift package manager",
255256
"Uses monaco editor for code editing",
256-
"Project templates to get you started quickly",
257-
"Will eventually integrate sourcekit-lsp for code completion and other features",
257+
"SourceKit LSP integration for error reporting, autocomplete, etc",
258+
"View your iDevice's syslog for debugging",
259+
"Project templates",
260+
"Dark and Light Mode",
261+
"Much more!",
258262
],
259263
techStack: [
260264
"Bun",
@@ -263,8 +267,6 @@ export const mainProjects: Project[] = shuffleArray([
263267
"Vite",
264268
"Joy UI",
265269
"Rust",
266-
"Tauri",
267-
"Theos",
268270
"Swift",
269271
],
270272
links: [

0 commit comments

Comments
 (0)