VirtualBox

Changeset 61522 in vbox for trunk/src/VBox/Installer/darwin


Ignore:
Timestamp:
Jun 7, 2016 9:44:38 AM (8 years ago)
Author:
vboxsync
Message:

Installer/darwin: set minimum version check to 10.9

Location:
trunk/src/VBox/Installer/darwin/VirtualBox_mpkg
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/VirtualBox_mpkg/Localizable.strings

    r56936 r61522  
    1717
    1818'UNSUPPORTED_OS_TLE' = "Unsupported OS version detected!";
    19 'UNSUPPORTED_OS_MSG' = "The installer has detected an unsupported operation system. VirtualBox requires Mac OS X 10.8 or later.";
     19'UNSUPPORTED_OS_MSG' = "The installer has detected an unsupported operation system. VirtualBox requires Mac OS X 10.9 or later.";
    2020
  • trunk/src/VBox/Installer/darwin/VirtualBox_mpkg/distribution.dist

    r56936 r61522  
    2727           test = system.version['ProductVersion'];
    2828           system.log("OS version detected: " + test);
    29            result = (system.compareVersions(test, '10.8') >= 0);
     29           result = (system.compareVersions(test, '10.9') >= 0);
    3030       } catch (e) { system.log(e); result = false; }
    3131
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette