summaryrefslogtreecommitdiff
path: root/Resources/Owl-Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'Resources/Owl-Info.plist')
-rw-r--r--Resources/Owl-Info.plist30
1 files changed, 30 insertions, 0 deletions
diff --git a/Resources/Owl-Info.plist b/Resources/Owl-Info.plist
new file mode 100644
index 0000000..c2e7f4a
--- /dev/null
+++ b/Resources/Owl-Info.plist
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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>Owl</string>
+ <key>CFBundleIconFile</key>
+ <string>Owl</string>
+ <key>CFBundleIdentifier</key>
+ <string>io.github.bugaevc.Owl</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>Owl</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+ <key>NSMainNibFile</key>
+ <string>MainMenu</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+</dict>
+</plist>