Skip to content

Commit

Permalink
chore: commit common elements of macOS bundle
Browse files Browse the repository at this point in the history
everything except the executable, essentially
  • Loading branch information
fedragon committed Jul 12, 2024
1 parent 179db41 commit 184fcdb
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bin/
macos/bookmarkd.app/
macos/bookmarkd.app/MacOS/
30 changes: 30 additions & 0 deletions macos/bookmarkd.app/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?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>CFBundleGetInfoString</key>
<string>bookmarkd</string>
<key>CFBundleExecutable</key>
<string>bookmarkd</string>
<key>CFBundleIdentifier</key>
<string>com.example.www</string>
<key>CFBundleName</key>
<string>bookmarkd</string>
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>CFBundleShortVersionString</key>
<string>0.01</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>IFMajorVersion</key>
<integer>0</integer>
<key>IFMinorVersion</key>
<integer>1</integer>
<key>NSHighResolutionCapable</key><true/>
<key>NSSupportsAutomaticGraphicsSwitching</key><true/>
<key>LSUIElement</key>
<true/>
</dict>
</plist>
Binary file added macos/bookmarkd.app/Contents/MacOS/bookmarkd
Binary file not shown.
Binary file added macos/bookmarkd.app/Contents/Resources/icon.icns
Binary file not shown.
52 changes: 52 additions & 0 deletions macos/bookmarkd.app/Contents/Resources/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 184fcdb

Please sign in to comment.