schriftgestalt / GlyphsSDK

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

GSFilterPlugin: template misses `[super setup]` call #82

Closed takaakifuji closed 1 year ago

takaakifuji commented 1 year ago

https://github.com/schriftgestalt/GlyphsSDK/blob/27cc016629b148be160f01aae1227abbea1c35b9/Xcode%20Templates/Glyphs%20Dev/Glyphs%20Filter%20Plugin.xctemplate/___PACKAGENAMEASIDENTIFIER___.m#L55-L56

Needs to insert

[super setup];

here, otherwise we end up having nil in _shadowLayers at - process: and the filter won't work as the container will never be initialized.

schriftgestalt commented 1 year ago

fixed in d23a209e92bea5625c7a3d8d975540621bd0b932