Ilya Kulakov

Results 232 comments of Ilya Kulakov

Perhaps the project or XIB is annotated to be multiplatform? The package itself is [annotated](https://github.com/Kentzo/ShortcutRecorder/blob/07b065085e172d85b7b5a0f3cc05f6ed47ad5af1/Package.swift#L9) to require macOS.

Related issue on Apple's devforums: https://developer.apple.com/forums/thread/652552 (you may find other issues there with IB too). Could you report the but to Apple and share a link to this project?

![sr](https://user-images.githubusercontent.com/88809/67132003-e4b8b780-f1bb-11e9-984d-2c88fc8c2286.gif)

@perfaram Sorry it took so long, I'm reviewing it now.

- Clearly certain fails are added by mistake: e.g. fs~.xib - README is also different for now reason - 10.10 scheme is removed

Would it be possible to split this PR into smaller ones?

What parts of API were you able to verify to work inside an extension?

Do I understand correctly that you do no use any of the SR API inside your extension? I'm trying to understand the use case so I can play with it....

Alright, let me review relevant documentation.

Ideally I'd prefer to drop the deprecated APIs together with adding and refining codebase using new APIs. My plan was to have first class support for Catalyst, SwiftUI and i*OS....