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 @@
14
14
15
15
iOS Swift development IDE for Windows/Linux. Create, build, and test apps without owning a Mac.
16
16
17
-
Supports Swift 6.1 and the Swift Package Manager.
17
+
Supports Swift 6.2 and the Swift Package Manager.
18
18
19
19
### Demo
20
20
@@ -30,7 +30,7 @@ Check out the [Getting Started](https://github.com/nab138/CrossCode/wiki#getting
30
30
31
31
## Features
32
32
33
-
- Generate a Darwin SDK for linux from a user provided copy of Xcode 16.3 to build the apps
33
+
- Generate a Darwin SDK for linux from a user provided copy of Xcode 26 to build the apps
34
34
- Build apps using swift package manager
35
35
- Log in with your Apple ID to sign apps
36
36
- Install apps on device
@@ -49,7 +49,7 @@ Please note that I am one person, so development may be slow. If you want to hel
49
49
50
50
## How it works
51
51
52
-
- A darwin SDK is generated from a user provided copy of Xcode 16.3 (extracted with [unxip-rs](https://github.com/nab138/unxip-rs)) and darwin tools from [darwin-tools-linux-llvm](https://github.com/xtool-org/darwin-tools-linux-llvm)
52
+
- A darwin SDK is generated from a user provided copy of Xcode 26 (extracted with [unxip-rs](https://github.com/nab138/unxip-rs)) and darwin tools from [darwin-tools-linux-llvm](https://github.com/xtool-org/darwin-tools-linux-llvm)
53
53
- Swift uses the darwin SDK to build an executable which is packaged into an .app bundle.
54
54
- 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.
: `Unsupported SDK version (${darwinSDKVersion}). Apps may compile, but you may not be able to use newer features (like liquid glass). Please re-install with Xcode 26.`}
0 commit comments