ingrammicro / puzzle-tokens

Batch create, manage and update Sketch styles and symbols using SCSS/LESS
GNU General Public License v3.0
92 stars 17 forks source link

Changed the writeToURL #40

Closed vkoopmans-resoluut closed 3 years ago

vkoopmans-resoluut commented 3 years ago

https://github.com/ingrammicro/puzzle-tokens/blob/620e16abfb2497d9ecd5f8acb8933be134ed8866/PuzzleTokens.sketchplugin/Contents/Sketch/cmdline-functions.js#L38-L39

writeToURL*() function to save a document which for some reason doesn't trigger Versions file updates. If you replace it with document.sketchObject.saveToURL_ofType_forSaveOperation_delegate_didSaveSelector_contextInfo(newFileURL, "com.bohemiancoding.sketch.drawing", NSSaveAsOperation, nil, nil, nil);