Igor Muzyka

Results 9 issues of Igor Muzyka

Literally dropped some files which do not seem to fulfill any purpose and thus were considered debris by me.

If yes then what the path that should be used and what changes are required for xcode project to support icloud on macOS

enhancement

Okay so my problem is that i have some really old code which writes audio from mic and which i kind of not willing or cannot just go and change...

Adde SPM support via Package.swift Removed Tests.xcodeproj now you can test with just `swift test` to generate xcodeproject for a library use `swift package generate-xcodeproj` Updated Podspec source but not...

Yo hi. I'm in the process of developing my first mac app and I need to create a virtual HID keyboard so that I could send the events to the...

Hi. I'm totally not sure what am i doing wrong. And i have noticed that your library has Ubuntu 16.04 badge and not 18.04. But anyway i'm hoping to get...

[Check this](http://younata.github.io/2015/08/14/osx-programming-programmatic-menu-buttons/)

enhancement

Fixes #163. Added `Examples/async-main-count-lines` which is just [this example](https://swiftpackageindex.com/apple/swift-argument-parser/1.4.0/documentation/argumentparser/asyncparsablecommand) from [swift-argument-parser](https://github.com/apple/swift-argument-parser) with `#!/user/bin/swift sh` at the top: ```swift #!/user/bin/swift sh import Foundation import ArgumentParser // apple/swift-argument-parser ~> 1.4.0 /// example...