Changeset 1065 for AE/Setup/Mac/Run AE Installer
- Timestamp:
- Jul 5, 2017, 4:00:11 PM (7 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
r1042 r1065 6 6 -- shortcut for the user and as a part of the AE Setup process. 7 7 -- History: 8 -- 1.1.0 - Now looking for Mono in the /Library/Frameworks path that it's actually 9 -- installed in, as 10.13 does not seem to be registering the paths.d 10 -- extension to $PATH and it's more foolproof to just get to it directly. 8 11 -- 1.0.9 - No code changes, but needed to re-build in 10.12 in order for it to work 9 12 -- in 10.12. … … 66 69 67 70 if (success is true) then 68 set run_prefix to "export PATH=/ usr/local/bin:${PATH};export LC_CTYPE=\"UTF-8\";"71 set run_prefix to "export PATH=/Library/Frameworks/Mono.framework/Versions/Current/bin:${PATH};export LC_CTYPE=\"UTF-8\";" 69 72 set AEIUfolder to parentPathASStr & "AEInstaller" 70 73 set AEIU to AEIUfolder & ":AEInstaller2Updater.jar" -
AE/Setup/Mac/Run AE Installer/Run AE Installer/Info.plist
r1042 r1065 18 18 <string>APPL</string> 19 19 <key>CFBundleShortVersionString</key> 20 <string>1. 0.9</string>20 <string>1.1.0</string> 21 21 <key>CFBundleSignature</key> 22 22 <string>????</string> 23 23 <key>CFBundleVersion</key> 24 <string>1. 0.9</string>24 <string>1.1.0</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 6iritscen@oni2.net. All rights reserved.</string>30 <string>Copyright © 2017 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.