Changeset 61522 in vbox for trunk/src/VBox/Installer/darwin
- Timestamp:
- Jun 7, 2016 9:44:38 AM (8 years ago)
- 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 17 17 18 18 '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. 8or later.";19 'UNSUPPORTED_OS_MSG' = "The installer has detected an unsupported operation system. VirtualBox requires Mac OS X 10.9 or later."; 20 20 -
trunk/src/VBox/Installer/darwin/VirtualBox_mpkg/distribution.dist
r56936 r61522 27 27 test = system.version['ProductVersion']; 28 28 system.log("OS version detected: " + test); 29 result = (system.compareVersions(test, '10. 8') >= 0);29 result = (system.compareVersions(test, '10.9') >= 0); 30 30 } catch (e) { system.log(e); result = false; } 31 31
Note:
See TracChangeset
for help on using the changeset viewer.