Initial commit

This commit is contained in:
2022-09-23 03:33:44 -07:00
commit 240e7f3677
135 changed files with 15858 additions and 0 deletions

45
scripts/macos/Info.plist Normal file
View File

@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>curator/bin/curator</string>
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>CFBundleIdentifier</key>
<string>zander.curator</string>
<key>CFBundleDisplayName</key>
<string>Curator</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Curator</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>NSHumanReadableCopyright</key>
<string>(c) 2021 Alexander Rosenberg</string>
</dict>
</plist>

BIN
scripts/macos/icon.icns Normal file

Binary file not shown.