You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.",
249
249
pointsTitle: "Features",
250
250
points: [
251
251
"Multi-platform support (Windows, Linux, and maybe mac in the future)",
252
252
"Supports logging in with your Apple ID to sign apps",
253
253
"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",
255
256
"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",
0 commit comments