Tokamak/NativeDemo
Max Desiatov cbfdc34793
Update for JSKit 0.11.1, add async `task` modifier (#457)
I've also moved sources in `TokamakDemo` directory into their respective subdirectories for easier navigation.

* Update for JSKit 0.11.0, add async `task` modifier

* Add back new file locations to `NativeDemo`

* Add compiler `#if` check to `TaskDemo`

* Update to JavaScriptKit 0.11.1

* Restrict `TaskDemo` with `compiler(>=5.5)` check

* Replace `compiler` with `swift` in some places

* Revert "Replace `compiler` with `swift` in some places"

This reverts commit 534784ca7b.

* Use Xcode 13.2 on GitHub Actions hosts

* Find `TokamakPackageTests` in the build directory

* Fix macOS tests bundle path

* Make `task` modifier available only on macOS Monterey

* Revert "Use Xcode 13.2 on GitHub Actions hosts"

This reverts commit 63d044f2d5.

* Revert "Fix macOS tests bundle path"

This reverts commit 3ccbc98a2d.

* Revert "Find `TokamakPackageTests` in the build directory"

This reverts commit 68c845bc19.

* Use `canImport(Concurrency)` as an ultimate check

* Use `compiler(>=5.5) && canImport(Concurrency)`

* Clarify new browser version requirements in `README.md`

* Account for `_Concurrency` naming

* Update `README.md`

* Update README.md

Co-authored-by: ezraberch <49635435+ezraberch@users.noreply.github.com>
2021-11-23 15:31:28 +01:00
..
TokamakDemo.xcodeproj Update for JSKit 0.11.1, add async `task` modifier (#457) 2021-11-23 15:31:28 +01:00
Info.plist Add `TokamakShim` module to simplify imports (#192) 2020-07-19 20:53:27 +01:00
LaunchScreen.storyboard Add `TokamakShim` module to simplify imports (#192) 2020-07-19 20:53:27 +01:00
NSAppDelegate.swift Add `TokamakShim` module to simplify imports (#192) 2020-07-19 20:53:27 +01:00
TokamakDemo Native.entitlements Add `Slider` implementation (#228) 2020-08-26 13:33:06 -04:00
UIAppDelegate.swift Initial `NavigationView` implementation (#130) 2020-07-22 17:12:15 -04:00
iOS Info.plist Add `TokamakShim` module to simplify imports (#192) 2020-07-19 20:53:27 +01:00
macOS.storyboard Add `TokamakShim` module to simplify imports (#192) 2020-07-19 20:53:27 +01:00