OSX support

git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1529 353e56fe-9613-0410-8469-b96ad8e6f29c
This commit is contained in:
seth 2017-10-30 04:26:31 +00:00
parent 0aa86ebc75
commit 73ca107000
9 changed files with 486 additions and 50 deletions

View file

@ -17,18 +17,18 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.89</string>
<string>1.90</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10</string>
<string>11</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.role-playing-games</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>MyApplication</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.role-playing-games</string>
</dict>
</plist>