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
RevLine 
[1029]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>
[1065]6 <string>16F73</string>
[1029]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>
[1065]22 <string>1.1.0</string>
[1029]23 <key>CFBundleSignature</key>
24 <string>????</string>
[1030]25 <key>CFBundleSupportedPlatforms</key>
26 <array>
27 <string>MacOSX</string>
28 </array>
[1029]29 <key>CFBundleVersion</key>
[1065]30 <string>1.1.0</string>
[1029]31 <key>DTCompiler</key>
32 <string>com.apple.compilers.llvm.clang.1_0</string>
33 <key>DTPlatformBuild</key>
[1065]34 <string>8E3004b</string>
[1029]35 <key>DTPlatformVersion</key>
36 <string>GM</string>
37 <key>DTSDKBuild</key>
[1065]38 <string>16E185</string>
[1029]39 <key>DTSDKName</key>
[1042]40 <string>macosx10.12</string>
[1029]41 <key>DTXcode</key>
[1065]42 <string>0833</string>
[1029]43 <key>DTXcodeBuild</key>
[1065]44 <string>8E3004b</string>
[1029]45 <key>LSMinimumSystemVersion</key>
46 <string>10.6</string>
47 <key>LSUIElement</key>
48 <true/>
49 <key>NSHumanReadableCopyright</key>
[1065]50 <string>Copyright © 2017 iritscen@oni2.net. All rights reserved.</string>
[1029]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.