How to set up wordpress domain mapping on MAMP Pro

  1. Install multi-site as subdomain setup. Do not use the sub-sites option.
  2. Go to Network Admin/Sites and select the site whose URL you want to change:

    screenshot

  3. Change the URL to the new domain.

  4. In your wp-config.php use define( 'COOKIE_DOMAIN', '' ); to be able to log in in both sites.

You don’t need a plugin for that.