Changeset 1065 for AE/Setup/Mac


Ignore:
Timestamp:
Jul 5, 2017, 4:00:11 PM (7 years ago)
Author:
iritscen
Message:

Updated AE Setup to v1.2.0 to ensure Mono and macOS 10.13 compatibility.

Location:
AE/Setup/Mac
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • AE/Setup/Mac/AE Setup/AE Setup/AppDelegate.applescript

    r1043 r1065  
    77--      because that would be redundant of the Installer itself.
    88-- History:
     9--   1.2.0 - No code changes. Re-built in order to include Run AE Installer 1.1.0, which had a change
     10--           made to ensure Mono compatibility in 10.13.
    911--   1.1.9 - No code changes. Re-built in order to include Run AE Installer 1.0.9, which also had no
    1012--           code changes but needed to be re-built in 10.12 in order to run in 10.12.
     
    1618--              that Info.plist does not have to be edited, since that invalidates the code signature
    1719--              applied by OS X 10.6's Script Editor. Some dialog text has been made clearer. Fixed a
    18 --              weird bug that cropped up for the first while testing this script, which was breaking
    19 --              GDF validation.
     20--              weird bug that cropped up for the first time while testing this script, which was
     21--              breaking GDF validation.
    2022--   1.1.5 - Now using fixed paths for Java for 10.6 and for 10.7+ because "which java" is not reliable.
    2123--   1.1.4 - Now attempting to call Java through "java" again before falling back to looking in Internet
     
    2527--   1.1.2 - Calling Java at Internet plug-in location instead of using basic command-line "java", as
    2628--              only the JDK installs command-line Java.
    27 --   1.1.1 - Changed the "Run AE Installer" script to set environment to UTF-8 in order to avoid 'Ä'
     29--   1.1.1 - Changed the "Run AE Installer" script to set environment to UTF-8 in order to avoid 'ƒ'
    2830--              problem in Java 7.
    2931--   1.1   - Updated bundled AEI Updater to 1.1, which supports proxies.
     
    338340            set AppleScript's text item delimiters to origDelimiters
    339341            -- Inform user if Java is too old
    340             if (versionMajor ³ gNeedsJavaVersionMajor) then
     342            if (versionMajor gNeedsJavaVersionMajor) then
    341343                if (versionMinor < gNeedsJavaVersionMinor) then
    342344                    display dialog (("Sorry, Java v" & gNeedsJavaVersionMajor & "." & gNeedsJavaVersionMinor & " is required; found v" & versionMajor & "." & versionMinor & " instead.") as string) buttons {"OK"} default button 1 with title "AE Setup"
  • AE/Setup/Mac/AE Setup/AE Setup/Info.plist

    r1044 r1065  
    1818        <string>APPL</string>
    1919        <key>CFBundleShortVersionString</key>
    20         <string>1.1.9</string>
     20        <string>1.2.0</string>
    2121        <key>CFBundleSignature</key>
    2222        <string>????</string>
    2323        <key>CFBundleVersion</key>
    24         <string>Setup 1.1.9</string>
     24        <string>Setup 1.2.0</string>
    2525        <key>LSMinimumSystemVersion</key>
    2626        <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
    2727        <key>NSHumanReadableCopyright</key>
    28         <string>Copyright © 2016 iritscen@oni2.net. All rights reserved.</string>
     28        <string>Copyright © 2017 iritscen@oni2.net. All rights reserved.</string>
    2929        <key>NSMainNibFile</key>
    3030        <string>MainMenu</string>
  • AE/Setup/Mac/AE Setup/Resources/Run AE Installer.app/Contents/Info.plist

    r1042 r1065  
    44<dict>
    55        <key>BuildMachineOSBuild</key>
    6         <string>16A201w</string>
     6        <string>16F73</string>
    77        <key>CFBundleDevelopmentRegion</key>
    88        <string>en</string>
     
    2020        <string>APPL</string>
    2121        <key>CFBundleShortVersionString</key>
    22         <string>1.0.9</string>
     22        <string>1.1.0</string>
    2323        <key>CFBundleSignature</key>
    2424        <string>????</string>
     
    2828        </array>
    2929        <key>CFBundleVersion</key>
    30         <string>1.0.9</string>
     30        <string>1.1.0</string>
    3131        <key>DTCompiler</key>
    3232        <string>com.apple.compilers.llvm.clang.1_0</string>
    3333        <key>DTPlatformBuild</key>
    34         <string>8S128d</string>
     34        <string>8E3004b</string>
    3535        <key>DTPlatformVersion</key>
    3636        <string>GM</string>
    3737        <key>DTSDKBuild</key>
    38         <string>16A201w</string>
     38        <string>16E185</string>
    3939        <key>DTSDKName</key>
    4040        <string>macosx10.12</string>
    4141        <key>DTXcode</key>
    42         <string>0800</string>
     42        <string>0833</string>
    4343        <key>DTXcodeBuild</key>
    44         <string>8S128d</string>
     44        <string>8E3004b</string>
    4545        <key>LSMinimumSystemVersion</key>
    4646        <string>10.6</string>
     
    4848        <true/>
    4949        <key>NSHumanReadableCopyright</key>
    50         <string>Copyright © 2016 iritscen@oni2.net. All rights reserved.</string>
     50        <string>Copyright © 2017 iritscen@oni2.net. All rights reserved.</string>
    5151        <key>NSMainNibFile</key>
    5252        <string>MainMenu</string>
  • AE/Setup/Mac/AE Setup/Resources/Run AE Installer.app/Contents/_CodeSignature/CodeResources

    r1042 r1065  
    77                <key>Resources/AppDelegate.scpt</key>
    88                <data>
    9                 nQy4QU5MDQMn8yKWf3AV/EiPxnA=
     9                sZTdQW47FiCJnlJy5jpzNrVYpEg=
    1010                </data>
    1111                <key>Resources/AppIcon.icns</key>
     
    1717                        <key>hash</key>
    1818                        <data>
    19                         //DCWiUzIlrvf0gezGV/y91uhsg=
     19                        RtmayK3RgUp/4j3jH3GsaijNPW0=
    2020                        </data>
    2121                        <key>optional</key>
     
    2929                        <key>hash</key>
    3030                        <data>
    31                         nQy4QU5MDQMn8yKWf3AV/EiPxnA=
     31                        sZTdQW47FiCJnlJy5jpzNrVYpEg=
    3232                        </data>
    3333                        <key>hash2</key>
    3434                        <data>
    35                         gOKJjNQ7lxWUPHWnympVKd63XiZ3yIkWTst/GSZFeVA=
     35                        I8Xboyk5OmhPfPn1bugqVBsQSWONI/KkLG7yVClt8Ko=
    3636                        </data>
    3737                </dict>
     
    5151                        <key>hash</key>
    5252                        <data>
    53                         //DCWiUzIlrvf0gezGV/y91uhsg=
     53                        RtmayK3RgUp/4j3jH3GsaijNPW0=
    5454                        </data>
    5555                        <key>hash2</key>
    5656                        <data>
    57                         CvgX8WF6RX9gEmS0hs1DUueRrrByTXvXHp79NcCfVKg=
     57                        /QZyIktxCNsnqtBf6C4lAZGOUEFv3WKkJrCx2IKGMz0=
    5858                        </data>
    5959                        <key>optional</key>
  • AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript

    r1042 r1065  
    66--      shortcut for the user and as a part of the AE Setup process.
    77-- 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.
    811--   1.0.9 - No code changes, but needed to re-build in 10.12 in order for it to work
    912--              in 10.12.
     
    6669           
    6770            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\";"
    6972                set AEIUfolder to parentPathASStr & "AEInstaller"
    7073                set AEIU to AEIUfolder & ":AEInstaller2Updater.jar"
  • AE/Setup/Mac/Run AE Installer/Run AE Installer/Info.plist

    r1042 r1065  
    1818        <string>APPL</string>
    1919        <key>CFBundleShortVersionString</key>
    20         <string>1.0.9</string>
     20        <string>1.1.0</string>
    2121        <key>CFBundleSignature</key>
    2222        <string>????</string>
    2323        <key>CFBundleVersion</key>
    24         <string>1.0.9</string>
     24        <string>1.1.0</string>
    2525        <key>LSMinimumSystemVersion</key>
    2626        <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
     
    2828        <true/>
    2929        <key>NSHumanReadableCopyright</key>
    30         <string>Copyright © 2016 iritscen@oni2.net. All rights reserved.</string>
     30        <string>Copyright © 2017 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.