source: AE/Setup/Mac/AE Setup/Resources/Run AE Installer.app/Contents/Info.plist

Last change on this file was 1065, checked in by iritscen, 7 years ago

Updated AE Setup to v1.2.0 to ensure Mono and macOS 10.13 compatibility.

File size: 1.6 KB
Line 
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>16F73</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.1.0</string>
23 <key>CFBundleSignature</key>
24 <string>????</string>
25 <key>CFBundleSupportedPlatforms</key>
26 <array>
27 <string>MacOSX</string>
28 </array>
29 <key>CFBundleVersion</key>
30 <string>1.1.0</string>
31 <key>DTCompiler</key>
32 <string>com.apple.compilers.llvm.clang.1_0</string>
33 <key>DTPlatformBuild</key>
34 <string>8E3004b</string>
35 <key>DTPlatformVersion</key>
36 <string>GM</string>
37 <key>DTSDKBuild</key>
38 <string>16E185</string>
39 <key>DTSDKName</key>
40 <string>macosx10.12</string>
41 <key>DTXcode</key>
42 <string>0833</string>
43 <key>DTXcodeBuild</key>
44 <string>8E3004b</string>
45 <key>LSMinimumSystemVersion</key>
46 <string>10.6</string>
47 <key>LSUIElement</key>
48 <true/>
49 <key>NSHumanReadableCopyright</key>
50 <string>Copyright © 2017 iritscen@oni2.net. All rights reserved.</string>
51 <key>NSMainNibFile</key>
52 <string>MainMenu</string>
53 <key>NSPrincipalClass</key>
54 <string>NSApplication</string>
55</dict>
56</plist>
Note: See TracBrowser for help on using the repository browser.