Sam Deane

Results 128 comments of Sam Deane

Either that, or (as the title suggests), perhaps there was a mapping layer for certain functions somewhere that has gone away?

That would explain it - thought it might be something along those lines. I did add a log -> print alias to the preamble we add to user scripts, and...

The big one seems to be length. There's a hack in JSCocoaController which did some special case stuff for anything that supported the obejctAtIndex method - including switching any calls...

We're keeping a track of the issues we spot here: https://github.com/sketchplugins/cocoascript-migration

Some of that stuff is Sketch specific, mind you...

I can take a look, but I don't have a lot of time to spend on it, unfortunately. Do you know what is failing on your #1763 branch? It looks...

This is likely to be the problem on mac-os. The tests are throwing up a system dialogue and will hang until it goes away. Need to take a look at...

There's a difference between testing for iOS 16 and building with an old version of XCode that only knows about iOS 16. To use the code wrapped in `#available` you...

It looks like the GH actions macos-13 image has Xcode 15 installed, and also has both the iOS 16 and ios 17 SDKs, so using that should be sufficient: https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md....

> But it seems, that I have to build with xcode 15, and then somehow run on XCode 14 in order to get the required iOS version 16. 16 is...