Added hfsplusapi module.
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py
index 3c41fcd..bbd8f04 100644
--- a/Mac/scripts/genpluginprojects.py
+++ b/Mac/scripts/genpluginprojects.py
@@ -157,6 +157,7 @@
 			outputdir="::Lib:Carbon")
 	# Carbon Only?
 	genpluginproject("carbon", "_CF", outputdir="::Lib:Carbon")
+	genpluginproject("carbon", "hfsplus")
 	
 	# Other Mac modules
 	genpluginproject("all", "calldll", sources=["calldll.c"])