Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: "Build YCode"
on:
push:
branches:
- main
- "*"
pull_request:
branches:
- "*"
workflow_dispatch:

jobs:
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@ Coming soon...

YCode is currently in development and not recommended for use. However, if you want to try it out, your feedback would be greatly appreciated!

**Windows is not supported yet (but it will be). Please do not open windows related issues at this time.**

You can download the latest build from [actions](https://github.com/nab138/YCode/actions/workflows/build.yml).

## How it works

- [Theos](https://theos.dev/) is used to build the project into an IPA.
- A darwin sdk is generated from a user provided copy of Xcode and darwin tools from [darwin-tools-linux-llvm](https://github.com/xtool-org/darwin-tools-linux-llvm)
- SPM uses the darwin sdk to build an executable which is packaged into an .app bundle.
- [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
- [ZSign](https://github.com/zhlynn/zsign) is used to sign the IPA.
- [ZSign](https://github.com/zhlynn/zsign) is used to sign the IPA with the certificate and provisioning profile acquired from the Apple Account
- [idevice](https://github.com/jkcoxson/idevice) is used to install the IPA on the device.

- [xtool](https://xtool.sh) has been used as a reference for the implementation of the darwin sdk generation.
- [Sideloader](https://github.com/Dadoum/Sideloader) has been heavily used as a reference for the implementation of the Apple Developer APIs and sideloading process.

## Progress
Expand All @@ -41,11 +45,11 @@ You can download the latest build from [actions](https://github.com/nab138/YCode
- [x] Code editor (monaco editor)
- [x] Project Creation
- [x] Project Templates
- [x] SwiftPM support
- [ ] Swift LSP Support
- [ ] UI to change makefile settings
- [ ] Git integration
- [ ] Debugging (more research needed)
- [ ] SwiftPM support (more research needed)

## What AI did

Expand Down
Binary file modified bun.lockb
Binary file not shown.
Loading
Loading