XcodeTemplate-SketchPlugin
XcodeTemplate-SketchPlugin copied to clipboard
I just ran through your medium article tutorial and ran into a couple issues. - [ ] When I build the project I have to manually go in the the...
Hi - I've gone through all the code on your site and their is no clear explanation of how to interact with the object from objective C. Example: in magic...
Will we be able to read/update layer settings via this Xcode template. example: in the JSAPI for sketch we simply use: Read: var my setting = Settings.layerSettingForKey(layer, keyName) write: or...
rather than following every step in your blog - do you have working example I can use to test this plugin Xcode template. many will benefit if you do.
sketch plugin bundle 没有生成.sketchplugin文件夹而是生成了.bundle文件夹
Could be a similar issue as https://github.com/MagicSketch/XcodeTemplate-SketchPlugin/issues/1 When building, I get the following error: `Sed: can't read : no such file or directory`. Run during `Run custom shell script 'Run...
when open Debug executable, Thread 1 Crashed: lldb_unnamed_symbol167$$libConfigurer64.dylib run com.bohemiancoding.sketchMirrorhelper not Sketch
I saw that the 'script.cocoscript' was (as you can see) incorrectly named to what it should be as 'script.cocoascript.' Thought I'd correct it, with the the file itself and the...
I'm unable to locate a .plist file included in the plugin bundle. I've verified that's it's linked and copied properly, but can't locate the file. I've even tried iterating over...
Firstly, thank you and great work for this plugin, it works very well! I had a question regarding calling Cocoascript functions from for example,`User Subclasses/DemoPanelController.m` the cocoascript piece im looking...