Skip to content

Commit 20df4c2

Browse files
committed
Update README
1 parent a89a318 commit 20df4c2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@
1212

1313
[![Build CrossCode](https://github.com/nab138/CrossCode/actions/workflows/build.yml/badge.svg)](https://github.com/nab138/CrossCode/actions/workflows/build.yml)
1414

15-
iOS Development IDE for windows/linux
15+
iOS Swift development IDE for Windows/Linux
16+
17+
Supports Swift 6.1 and the Swift Package Manager.
1618

1719
### Demo
20+
1821
https://github.com/user-attachments/assets/d0f23971-4711-4de5-be58-ce2e6a66523e
1922

2023
## Installation
@@ -42,14 +45,14 @@ Check out the [Getting Started](https://github.com/nab138/CrossCode/wiki#getting
4245

4346
The app is currently functional but does not have all the features it should. You can see a tentative plan for the future [on trello](https://trello.com/b/QYQFfOvm/ycode)
4447

48+
Please note that I am one person, so development may be slow. If you want to help, PRs welcome!
49+
4550
## How it works
4651

4752
- 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)
4853
- Swift uses the darwin SDK to build an executable which is packaged into an .app bundle.
4954
- The code to sign and install apps onto a device has been removed from CrossCode's source and moved to a standalone package, [isideload](https://github.com/nab138/isideload). It was built on a lot of other libraries, so check out its README for more info.
5055

51-
Supports swift 6.1 and the swift package manager.
52-
5356
## Credits
5457

5558
- [idevice](https://github.com/jkcoxson/idevice) is used to communicate with iOS devices.

0 commit comments

Comments
 (0)