From d3621a3d4b7b542e47f57a100bfff75380c28171 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sun, 25 Sep 2016 20:40:54 -0400
Subject: [PATCH] update OSX build instructions

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 413a4bae1..51a0205f8 100644
--- a/README.md
+++ b/README.md
@@ -121,7 +121,10 @@ git clone https://git.purrdata.net/jwilkes/purr-data.git</code>
    * gem2pdp
 10. In packages/darwin_app/Makefile, remove rez_install from build instructions
 11. In packages/darwin_app/Makefile, comment out installation of libquicktime
-9. To be continued...
+12. Run `make install`
+13. In the app in the "build" directory, find the en.lproj/InfoPlist.strings
+    and change the CFBundleDisplayName and CFBundleName to "purr-data"
+13. To be continued...
 
 #### Windows 32-bit Using msys2
 Time to build: *roughly 1.5 hours-- 30 minutes of this is for Gem alone*
-- 
GitLab