App bundle almost working... + add icon, readme
This commit is contained in:
parent
2df4414baa
commit
2100a2f3f7
|
|
@ -0,0 +1 @@
|
|||
.DS_Store
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# VidGrid
|
||||
|
||||
## TODO
|
||||
|
||||
- it works when you run it from the terminal (`open VidGrid.app`), but it doesn't work when you double-click...
|
||||
- would it help if we popped up a terminal window?
|
||||
- see https://relentlesscoding.com/posts/create-macos-app-bundle-from-script/
|
||||
- fix hardcoded screen resolution
|
||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 104 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 16 KiB |
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleName</key>
|
||||
<string>VidGrid</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>VidGrid</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.nloewen.vidgrid</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>512-apps-vidgrid.png</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 104 KiB |
Loading…
Reference in New Issue