We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65e4e9 commit fdce7d8Copy full SHA for fdce7d8
1 file changed
src/main/java/org/scijava/plugins/platforms/macos/MacOSPlatform.java
@@ -78,7 +78,9 @@ public class MacOSPlatform extends AbstractPlatform {
78
79
@Override
80
public String osName() {
81
- return "macOS";
+ // NB: The value of the os.name system property for activation purposes;
82
+ // see org.scijava.platform.Platform#isTarget().
83
+ return "Mac OS X";
84
}
85
86
0 commit comments