How to open a web page from Unity on a Mac?

On Windows I use the following command:
Application.OpenURL( string url );

Is there an equivalent or alternate method for a Mac?

You do the same exact thing. The Mac and Windows APIs are equivalent.

Huh, really? The first Mac we tested that functionality on, a web browser did not pop open like on a Windows machine. I’ll have to look into it further. Thanks!