https://github.com/rjstelling/verybasicswiftapp
An attempt to write a self extracting and building app in Swift.
https://github.com/rjstelling/verybasicswiftapp
macos swift swift-script
Last synced: 10 months ago
JSON representation
An attempt to write a self extracting and building app in Swift.
- Host: GitHub
- URL: https://github.com/rjstelling/verybasicswiftapp
- Owner: rjstelling
- License: mit
- Created: 2016-03-12T00:14:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-14T13:54:27.000Z (about 10 years ago)
- Last Synced: 2025-04-04T07:14:28.877Z (12 months ago)
- Topics: macos, swift, swift-script
- Language: Swift
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Very Basic Swift App (VBSQ)
## What
An attempt to write a self extracting and building app in Swift.
This creates a mini Mac OS X app that has one window and an functioning Menu Bar. It is built by running a swift script and the app code is extracted from said Swift script.
I'm not sure how useful it will be but I'm happy to hear any comments or suggestions.
## Build
How to build...
```bash
$ chmod 755 build.swift
$ ./build.swift
```
...then double click the vbsa app.