Kyle Hammond

Results 16 comments of Kyle Hammond

@czechboy0 I'd love to work on this little bit of functionality. Can you point me at some other diagnostic code that outputs things in the right format for Xcode? I've...

According to this https://developer.apple.com/support/xcode/ the minimum deployment target for Xcode 14.3 is iOS 11 not iOS 16.1. The minimum iOS SDK for the App Store must be the iOS 16.1...

Bearer token usage based on username/password was added with #113. Jamf Pro v10.49.0 supports OAuth client credentials flow for authentication to acquire a bearer token. Another step closer to SSO,...

Closing due to independent confirmation that the profiles can be uploaded into Intune aka Microsoft Endpoint Manager.

I'm not particularly happy with adding `ArgumentParser` as a dependency into the `_OpenAPIGeneratorCore`. Without it, any thrown error is caught by `ArgumentParser` and the thrown error's localizedDescription is used with...

There are actually quite a few things other than just the PURL that are currently limited to 255 characters in the database and/or in the input parsing. See [this query](https://github.com/search?q=repo%3ADependencyTrack%2Fdependency-track+%40Size&type=code)...