NB! This project is outdated and unmaintained, please refer to the OpenSC MacInstaller instead!


Ignore:
Timestamp:
03/26/10 13:02:13 (2 years ago)
Author:
jps
Message:

SCA 0.3 did not work on MacOSX 10.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/opensc-pack/resources/InstallationCheck

    r135 r140  
    1010DO_CHECKS: { 
    1111        # 10.3 or higher system must be active 
    12         if(CheckVersion("$SYSTEM_VERS", "10.5.8", "ProductVersion", "<")) { 
     12        if(CheckVersion("$SYSTEM_VERS", "10.6.0", "ProductVersion", "<")) { 
    1313                $EXIT_VALUE = ((1 << 6) | ( 1 << 5 ) | 17 ); 
    1414                last; 
Note: See TracChangeset for help on using the changeset viewer.