Ignore:
Timestamp:
Jun 16, 2016, 3:49:01 AM (8 years ago)
Author:
iritscen
Message:

Re-built Run AEI app for 10.12. No code changes.

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  
    66--      shortcut for the user and as a part of the AE Setup process.
    77-- 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.
    810--   1.0.8 - Now that Mono is installed in /usr/local/bin/ in 10.11, we need to add
    911--              that path to PATH when invoking Java.
     
    2325--   1.0.2 - Calling Java at Internet plug-in location instead of using basic command-
    2426--              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.
    2628--   1.0   - Initial release.
    2729
  • AE/Setup/Mac/Run AE Installer/Run AE Installer/Info.plist

    r1030 r1042  
    1818        <string>APPL</string>
    1919        <key>CFBundleShortVersionString</key>
    20         <string>1.0.8</string>
     20        <string>1.0.9</string>
    2121        <key>CFBundleSignature</key>
    2222        <string>????</string>
    2323        <key>CFBundleVersion</key>
    24         <string>1.0.8</string>
     24        <string>1.0.9</string>
    2525        <key>LSMinimumSystemVersion</key>
    2626        <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
     
    2828        <true/>
    2929        <key>NSHumanReadableCopyright</key>
    30         <string>Copyright © 2015 iritscen@oni2.net. All rights reserved.</string>
     30        <string>Copyright © 2016 iritscen@oni2.net. All rights reserved.</string>
    3131        <key>NSMainNibFile</key>
    3232        <string>MainMenu</string>
Note: See TracChangeset for help on using the changeset viewer.