The Aparoksha backend for macOS apps https://macbackend.aparoksha.dev
Go to file
david-swift ebd3797d78
All checks were successful
Deploy Docs / publish (push) Successful in 3m56s
SwiftLint / SwiftLint (push) Successful in 4s
Add option to hide the scroll indicators
2025-01-05 13:31:16 +01:00
.gitea Update checkout action 2024-12-04 21:29:25 +01:00
Sources Add option to hide the scroll indicators 2025-01-05 13:31:16 +01:00
.gitignore Initial commit 2024-12-02 22:14:13 +01:00
.swiftlint.yml Initial commit 2024-12-02 22:14:13 +01:00
Bundler.toml Initial commit 2024-12-02 22:14:13 +01:00
LICENSE.md Initial commit 2024-12-02 22:14:13 +01:00
Package.swift Extract core target 2024-12-04 21:17:21 +01:00
README.md Initial commit 2024-12-02 22:14:13 +01:00

Backend for macOS

Documentation · Code

MacBackend enables the creation of macOS apps via the Aparoksha package. It does so by wrapping SwiftUI views.

Therefore, if you want to create apps for macOS only, it is recommended to use SwiftUI directly.

Find more information in the documentation.

Thanks

Dependencies

Other Thanks

  • DocC used for generating the documentation
  • SwiftLint for checking whether code style conventions are violated
  • The programming language Swift
  • SwiftUI