Changeset 1042 for AE/Setup/Mac/Run AE Installer
- Timestamp:
- Jun 16, 2016, 3:49:01 AM (8 years ago)
- Location:
- AE/Setup/Mac/Run AE Installer/Run AE Installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.