OSDN Git Service

Mac OS X用のインストーラ関係のファイルを追加
[neighbornote/NeighborNote.git] / installbuilder / neighbornote-osx.app / Contents / Info.plist
diff --git a/installbuilder/neighbornote-osx.app/Contents/Info.plist b/installbuilder/neighbornote-osx.app/Contents/Info.plist
new file mode 100755 (executable)
index 0000000..c3718cc
--- /dev/null
@@ -0,0 +1,16 @@
+<?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>CFBundleExecutable</key>
+        <string>neighbornote-osx.sh</string>
+        <key>CFBundleIconFile</key>
+        <string>neighbornote.icns</string>
+        <key>CFBundleIdentifier</key>
+        <string>jp.ac.ibaraki.neighbornote</string>
+        <key>CFBundleName</key>
+        <string>NeighborNote</string>
+        <key>CFBundlePackageType</key>
+        <string>APPL</string>
+</dict>
+</plist>