- Timestamp:
- Jun 16, 2016, 3:49:01 AM (8 years ago)
- Location:
- AE/Setup/Mac
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Setup/Mac/AE Setup/Resources/Run AE Installer.app/Contents/Info.plist
r1030 r1042 4 4 <dict> 5 5 <key>BuildMachineOSBuild</key> 6 <string>1 5C50</string>6 <string>16A201w</string> 7 7 <key>CFBundleDevelopmentRegion</key> 8 8 <string>en</string> … … 20 20 <string>APPL</string> 21 21 <key>CFBundleShortVersionString</key> 22 <string>1.0. 8</string>22 <string>1.0.9</string> 23 23 <key>CFBundleSignature</key> 24 24 <string>????</string> … … 28 28 </array> 29 29 <key>CFBundleVersion</key> 30 <string>1.0. 8</string>30 <string>1.0.9</string> 31 31 <key>DTCompiler</key> 32 32 <string>com.apple.compilers.llvm.clang.1_0</string> 33 33 <key>DTPlatformBuild</key> 34 <string> 7C68</string>34 <string>8S128d</string> 35 35 <key>DTPlatformVersion</key> 36 36 <string>GM</string> 37 37 <key>DTSDKBuild</key> 38 <string>1 5C43</string>38 <string>16A201w</string> 39 39 <key>DTSDKName</key> 40 <string>macosx10.1 1</string>40 <string>macosx10.12</string> 41 41 <key>DTXcode</key> 42 <string>0 720</string>42 <string>0800</string> 43 43 <key>DTXcodeBuild</key> 44 <string> 7C68</string>44 <string>8S128d</string> 45 45 <key>LSMinimumSystemVersion</key> 46 46 <string>10.6</string> … … 48 48 <true/> 49 49 <key>NSHumanReadableCopyright</key> 50 <string>Copyright © 201 5iritscen@oni2.net. All rights reserved.</string>50 <string>Copyright © 2016 iritscen@oni2.net. All rights reserved.</string> 51 51 <key>NSMainNibFile</key> 52 52 <string>MainMenu</string> -
AE/Setup/Mac/AE Setup/Resources/Run AE Installer.app/Contents/_CodeSignature/CodeResources
r1030 r1042 7 7 <key>Resources/AppDelegate.scpt</key> 8 8 <data> 9 Lun9oi+TD0kqieRoP72qvwW04Uw=9 nQy4QU5MDQMn8yKWf3AV/EiPxnA= 10 10 </data> 11 11 <key>Resources/AppIcon.icns</key> … … 26 26 <dict> 27 27 <key>Resources/AppDelegate.scpt</key> 28 <data> 29 Lun9oi+TD0kqieRoP72qvwW04Uw= 30 </data> 28 <dict> 29 <key>hash</key> 30 <data> 31 nQy4QU5MDQMn8yKWf3AV/EiPxnA= 32 </data> 33 <key>hash2</key> 34 <data> 35 gOKJjNQ7lxWUPHWnympVKd63XiZ3yIkWTst/GSZFeVA= 36 </data> 37 </dict> 31 38 <key>Resources/AppIcon.icns</key> 32 <data> 33 CvHcreXXl12M7E1nvmxdvOVWJSI= 34 </data> 39 <dict> 40 <key>hash</key> 41 <data> 42 CvHcreXXl12M7E1nvmxdvOVWJSI= 43 </data> 44 <key>hash2</key> 45 <data> 46 exeH2gDJ+zSaC31sz1enl9cPeI/z5RIlNLcUJsKwCE8= 47 </data> 48 </dict> 35 49 <key>Resources/en.lproj/MainMenu.nib</key> 36 50 <dict> … … 38 52 <data> 39 53 //DCWiUzIlrvf0gezGV/y91uhsg= 54 </data> 55 <key>hash2</key> 56 <data> 57 CvgX8WF6RX9gEmS0hs1DUueRrrByTXvXHp79NcCfVKg= 40 58 </data> 41 59 <key>optional</key> … … 60 78 <key>weight</key> 61 79 <real>1100</real> 80 </dict> 81 <key>^Resources/Base\.lproj/</key> 82 <dict> 83 <key>weight</key> 84 <real>1010</real> 62 85 </dict> 63 86 <key>^version.plist$</key> … … 120 143 <real>1100</real> 121 144 </dict> 145 <key>^Resources/Base\.lproj/</key> 146 <dict> 147 <key>weight</key> 148 <real>1010</real> 149 </dict> 122 150 <key>^[^/]+$</key> 123 151 <dict> -
AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript
r1030 r1042 6 6 -- shortcut for the user and as a part of the AE Setup process. 7 7 -- History: 8 -- 1.0.9 - No code changes, but needed to re-build in 10.12 in order for it to work 9 -- in 10.12. 8 10 -- 1.0.8 - Now that Mono is installed in /usr/local/bin/ in 10.11, we need to add 9 11 -- that path to PATH when invoking Java. … … 23 25 -- 1.0.2 - Calling Java at Internet plug-in location instead of using basic command- 24 26 -- line "java", as only the JDK installs command-line Java. 25 -- 1.0.1 - Now setting environment to UTF-8 in order to avoid ' ƒ' problem in Java 7.27 -- 1.0.1 - Now setting environment to UTF-8 in order to avoid 'Ä' problem in Java 7. 26 28 -- 1.0 - Initial release. 27 29 -
AE/Setup/Mac/Run AE Installer/Run AE Installer/Info.plist
r1030 r1042 18 18 <string>APPL</string> 19 19 <key>CFBundleShortVersionString</key> 20 <string>1.0. 8</string>20 <string>1.0.9</string> 21 21 <key>CFBundleSignature</key> 22 22 <string>????</string> 23 23 <key>CFBundleVersion</key> 24 <string>1.0. 8</string>24 <string>1.0.9</string> 25 25 <key>LSMinimumSystemVersion</key> 26 26 <string>$(MACOSX_DEPLOYMENT_TARGET)</string> … … 28 28 <true/> 29 29 <key>NSHumanReadableCopyright</key> 30 <string>Copyright © 201 5iritscen@oni2.net. All rights reserved.</string>30 <string>Copyright © 2016 iritscen@oni2.net. All rights reserved.</string> 31 31 <key>NSMainNibFile</key> 32 32 <string>MainMenu</string>
Note:
See TracChangeset
for help on using the changeset viewer.