ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/Setup/Mac/AE Setup/Resources/Run AE Installer.app/Contents/Info.plist
Revision: 1029
Committed: Mon Sep 14 02:44:06 2015 UTC (10 years ago) by iritscen
File size: 1538 byte(s)
Log Message:
AE Setup v1.1.7. Replacing simple AppleScript versions of AE Setup and Run AE Installer with AppleScriptObjC ports (Xcode projects) in order to produce a product that is more compatible with 10.6-10.11.

File Contents

# Content
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>BuildMachineOSBuild</key>
6 <string>14F27</string>
7 <key>CFBundleDevelopmentRegion</key>
8 <string>en</string>
9 <key>CFBundleExecutable</key>
10 <string>Run AE Installer</string>
11 <key>CFBundleIconFile</key>
12 <string>AppIcon</string>
13 <key>CFBundleIdentifier</key>
14 <string>net.oni2.ae.Run-AE-Installer</string>
15 <key>CFBundleInfoDictionaryVersion</key>
16 <string>6.0</string>
17 <key>CFBundleName</key>
18 <string>Run AE Installer</string>
19 <key>CFBundlePackageType</key>
20 <string>APPL</string>
21 <key>CFBundleShortVersionString</key>
22 <string>1.0.7</string>
23 <key>CFBundleSignature</key>
24 <string>????</string>
25 <key>CFBundleVersion</key>
26 <string>1.0.7</string>
27 <key>DTCompiler</key>
28 <string>com.apple.compilers.llvm.clang.1_0</string>
29 <key>DTPlatformBuild</key>
30 <string>6E35b</string>
31 <key>DTPlatformVersion</key>
32 <string>GM</string>
33 <key>DTSDKBuild</key>
34 <string>14D125</string>
35 <key>DTSDKName</key>
36 <string>macosx10.10</string>
37 <key>DTXcode</key>
38 <string>0640</string>
39 <key>DTXcodeBuild</key>
40 <string>6E35b</string>
41 <key>LSMinimumSystemVersion</key>
42 <string>10.6</string>
43 <key>LSUIElement</key>
44 <true/>
45 <key>NSHumanReadableCopyright</key>
46 <string>Copyright © 2015 iritscen@oni2.net. All rights reserved.</string>
47 <key>NSMainNibFile</key>
48 <string>MainMenu</string>
49 <key>NSPrincipalClass</key>
50 <string>NSApplication</string>
51 </dict>
52 </plist>