Changeset 1042 for AE


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
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • AE/Setup/Mac/AE Setup/Resources/Run AE Installer.app/Contents/Info.plist

    r1030 r1042  
    44<dict>
    55        <key>BuildMachineOSBuild</key>
    6         <string>15C50</string>
     6        <string>16A201w</string>
    77        <key>CFBundleDevelopmentRegion</key>
    88        <string>en</string>
     
    2020        <string>APPL</string>
    2121        <key>CFBundleShortVersionString</key>
    22         <string>1.0.8</string>
     22        <string>1.0.9</string>
    2323        <key>CFBundleSignature</key>
    2424        <string>????</string>
     
    2828        </array>
    2929        <key>CFBundleVersion</key>
    30         <string>1.0.8</string>
     30        <string>1.0.9</string>
    3131        <key>DTCompiler</key>
    3232        <string>com.apple.compilers.llvm.clang.1_0</string>
    3333        <key>DTPlatformBuild</key>
    34         <string>7C68</string>
     34        <string>8S128d</string>
    3535        <key>DTPlatformVersion</key>
    3636        <string>GM</string>
    3737        <key>DTSDKBuild</key>
    38         <string>15C43</string>
     38        <string>16A201w</string>
    3939        <key>DTSDKName</key>
    40         <string>macosx10.11</string>
     40        <string>macosx10.12</string>
    4141        <key>DTXcode</key>
    42         <string>0720</string>
     42        <string>0800</string>
    4343        <key>DTXcodeBuild</key>
    44         <string>7C68</string>
     44        <string>8S128d</string>
    4545        <key>LSMinimumSystemVersion</key>
    4646        <string>10.6</string>
     
    4848        <true/>
    4949        <key>NSHumanReadableCopyright</key>
    50         <string>Copyright © 2015 iritscen@oni2.net. All rights reserved.</string>
     50        <string>Copyright © 2016 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

    r1030 r1042  
    77                <key>Resources/AppDelegate.scpt</key>
    88                <data>
    9                 Lun9oi+TD0kqieRoP72qvwW04Uw=
     9                nQy4QU5MDQMn8yKWf3AV/EiPxnA=
    1010                </data>
    1111                <key>Resources/AppIcon.icns</key>
     
    2626        <dict>
    2727                <key>Resources/AppDelegate.scpt</key>
    28                 <data>
    29                 Lun9oi+TD0kqieRoP72qvwW04Uw=
    30                 </data>
     28                <dict>
     29                        <key>hash</key>
     30                        <data>
     31                        nQy4QU5MDQMn8yKWf3AV/EiPxnA=
     32                        </data>
     33                        <key>hash2</key>
     34                        <data>
     35                        gOKJjNQ7lxWUPHWnympVKd63XiZ3yIkWTst/GSZFeVA=
     36                        </data>
     37                </dict>
    3138                <key>Resources/AppIcon.icns</key>
    32                 <data>
    33                 CvHcreXXl12M7E1nvmxdvOVWJSI=
    34                 </data>
     39                <dict>
     40                        <key>hash</key>
     41                        <data>
     42                        CvHcreXXl12M7E1nvmxdvOVWJSI=
     43                        </data>
     44                        <key>hash2</key>
     45                        <data>
     46                        exeH2gDJ+zSaC31sz1enl9cPeI/z5RIlNLcUJsKwCE8=
     47                        </data>
     48                </dict>
    3549                <key>Resources/en.lproj/MainMenu.nib</key>
    3650                <dict>
     
    3852                        <data>
    3953                        //DCWiUzIlrvf0gezGV/y91uhsg=
     54                        </data>
     55                        <key>hash2</key>
     56                        <data>
     57                        CvgX8WF6RX9gEmS0hs1DUueRrrByTXvXHp79NcCfVKg=
    4058                        </data>
    4159                        <key>optional</key>
     
    6078                        <key>weight</key>
    6179                        <real>1100</real>
     80                </dict>
     81                <key>^Resources/Base\.lproj/</key>
     82                <dict>
     83                        <key>weight</key>
     84                        <real>1010</real>
    6285                </dict>
    6386                <key>^version.plist$</key>
     
    120143                        <real>1100</real>
    121144                </dict>
     145                <key>^Resources/Base\.lproj/</key>
     146                <dict>
     147                        <key>weight</key>
     148                        <real>1010</real>
     149                </dict>
    122150                <key>^[^/]+$</key>
    123151                <dict>
  • 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.