Skip to content

Commit 0a468bf

Browse files
committed
Update crosscode and iloader
1 parent f076df4 commit 0a468bf

7 files changed

Lines changed: 13 additions & 4 deletions

File tree

public/crosscode0.jpg

226 KB
Loading

public/crosscode0.webp

-35.7 KB
Loading

public/crosscode1.jpg

199 KB
Loading

public/crosscode1.webp

11.1 KB
Loading

public/crosscode2.jpg

214 KB
Loading

public/crosscode2.webp

25.1 KB
Loading

src/utils/projects.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ export const mainProjects: Project[] = [
5050
label: "Download",
5151
url: "https://github.com/nab138/CrossCode/releases",
5252
},
53+
{
54+
label: "Demo Video",
55+
url: "https://private-user-images.githubusercontent.com/56705177/492041383-9cbe2b71-d765-46c6-aa25-ef16b539deec.mp4?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjQzODEzNzMsIm5iZiI6MTc2NDM4MTA3MywicGF0aCI6Ii81NjcwNTE3Ny80OTIwNDEzODMtOWNiZTJiNzEtZDc2NS00NmM2LWFhMjUtZWYxNmI1MzlkZWVjLm1wND9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTExMjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUxMTI5VDAxNTExM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFhNGFkMzc5ZjliN2E1ZjI4MzA1MDY4Zjg3NDdlMTk0MWQxNWE1ODlkYmUyYWZhMjM1YzJjZjQxOThjYmJiYTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.WsmstJLYSy6RWnBQqT_XI6dYPVi7Tm6ri1it9PRK4ag",
56+
},
5357
{
5458
label: "GitHub",
5559
url: "https://github.com/nab138/CrossCode",
@@ -64,14 +68,15 @@ export const mainProjects: Project[] = [
6468
name: "iloader",
6569
id: "iloader",
6670
short: "A user-friendly iOS sideloader",
67-
long: "Setting up SideStore on iOS is a pain. It involves different apps depending on your PCs OS, requires users to install a multitude of apps on their PC, and is very error prone. After making isideload for CrossCode, I decided to use it to make an easy-to-use iOS sideloader that's as streamlined as possible. (Credit to StephenDev0 for improving the UI and Transistor for making the icon)",
71+
long: "Setting up SideStore on iOS is a pain. It involves different apps depending on your PCs OS, requires users to install a multitude of apps on their PC, and is very error prone. After making isideload for CrossCode, I decided to use it to make an easy-to-use iOS sideloader that's as streamlined as possible. It is now the official way to install SideStore. (Credit to StephenDev0 for improving the UI and Transistor for making the icon)",
6872
pointsTitle: "Features",
6973
points: [
70-
"Automatically install SideStore & place pairing file",
74+
"The offical way to install SideStore",
75+
"Automatically install SideStore (or LiveContainer+SideStore) and import the certificate and pairing file",
7176
"Install any .IPA app",
7277
"Manage Certificates and App IDs",
73-
"Place pairing files into known apps that use them (e.g. SideStore, StikDebug)",
74-
"Easily save & switch between multiple Apple IDs",
78+
"Place pairing files into several apps (e.g. SideStore, StikDebug)",
79+
"Save & switch between multiple Apple IDs",
7580
],
7681
techStack: ["Bun", "TypeScript", "React", "Vite", "Rust", "Tauri"],
7782
images: ["iloader0.webp", "iloader1.webp", "iloader2.webp"],
@@ -88,6 +93,10 @@ export const mainProjects: Project[] = [
8893
label: "isideload GitHub",
8994
url: "https://github.com/nab138/isideload",
9095
},
96+
{
97+
label: "SideStore Installation Instructions",
98+
url: "https://docs.sidestore.io/docs/installation/prerequisites",
99+
},
91100
{
92101
label: "CrossCode",
93102
url: "/projects/crosscode",

0 commit comments

Comments
 (0)