schriftgestalt / GlyphsSDK

Scripting SDK for Glyphs
Apache License 2.0
89 stars 37 forks source link

Default Paths for Xcode Templates #44

Closed Mark2Mark closed 3 years ago

Mark2Mark commented 3 years ago

I think those could be defaulted to Glyphs 3:

  1. Build Settings > Installation Build Products Location: $(USER_LIBRARY_DIR)/Application Support/Glyphs/Plugins  -> $(USER_LIBRARY_DIR)/Application Support/Glyphs 3/Plugins

(It took me a while to find out why a new plugin didn’t show in the Debug GlyphsApp.)

  1. Search Paths > Framework Search Paths: $(SYSTEM_APPS_DIR)/Glyphs.app/Contents/Frameworks -> $(SYSTEM_APPS_DIR)/Glyphs 3.app/Contents/Frameworks

I am not sure if Glyphs 3 is called "Glyphs 3" by default, but currently in times of transition it would make things easier.