Changeset 1091 for AE/Setup/Mac


Ignore:
Timestamp:
Nov 1, 2017, 3:09:20 AM (7 years ago)
Author:
iritscen
Message:

Updating Mac AE Setup to v1.3 (no code changes, only the new AEIU .jar file).

Location:
AE/Setup/Mac/AE Setup
Files:
4 edited

Legend:

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

    r1065 r1091  
    77--      because that would be redundant of the Installer itself.
    88-- History:
     9--   1.3.0 - No code changes. Re-built in order to include AEInstaller2Updater 1.3.
    910--   1.2.0 - No code changes. Re-built in order to include Run AE Installer 1.1.0, which had a change
    1011--           made to ensure Mono compatibility in 10.13.
  • AE/Setup/Mac/AE Setup/AE Setup/Info.plist

    r1065 r1091  
    1818        <string>APPL</string>
    1919        <key>CFBundleShortVersionString</key>
    20         <string>1.2.0</string>
     20        <string>1.3.0</string>
    2121        <key>CFBundleSignature</key>
    2222        <string>????</string>
    2323        <key>CFBundleVersion</key>
    24         <string>Setup 1.2.0</string>
     24        <string>Setup 1.3.0</string>
    2525        <key>LSMinimumSystemVersion</key>
    2626        <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
  • AE/Setup/Mac/AE Setup/AE Setup/main.m

    r1029 r1091  
    1010#import <AppleScriptObjC/AppleScriptObjC.h>
    1111
    12 int main(int argc, const char * argv[]) {
     12int main(int argc, const char * argv[])
     13{
    1314    [[NSBundle mainBundle] loadAppleScriptObjectiveCScripts];
    1415    return NSApplicationMain(argc, argv);
Note: See TracChangeset for help on using the changeset viewer.