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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ You can download the latest build from [actions](https://github.com/nab138/YCode
14
14
15
15
## How it works
16
16
17
-
- A darwin SDK is generated from a user provided copy of Xcode 16.3 and darwin tools from [darwin-tools-linux-llvm](https://github.com/xtool-org/darwin-tools-linux-llvm)
17
+
- A darwin SDK is generated from a user provided copy of Xcode 16.3 (extracted with [unxip](https://github.com/saagarjha/unxip)) and darwin tools from [darwin-tools-linux-llvm](https://github.com/xtool-org/darwin-tools-linux-llvm)
18
18
- Swift uses the darwin SDK to build an executable which is packaged into an .app bundle.
19
19
-[apple-private-apis](https://github.com/SideStore/apple-private-apis) is used to login to the Apple Account. Heavy additions have been made to support actually accessing the Developer APIs
20
20
-[ZSign](https://github.com/zhlynn/zsign) is used to sign the IPA with the certificate and provisioning profile acquired from the Apple Account
@@ -33,5 +33,5 @@ The app is currently functional but does not have all the features it should. Yo
33
33
34
34
### AI Usage
35
35
36
-
- Generated the logo
37
-
- Helped port small sections of code from [Sideloader](https://github.com/Dadoum/Sideloader) because I'm not familiar with dlang syntax
36
+
- Generated the logo (I'm sorry, its only temporary I promise)
37
+
- Helped port small sections of code from [Sideloader](https://github.com/Dadoum/Sideloader) because I'm not familiar with dlang syntax
0 commit comments