Yannik Ehlert
Yannik Ehlert
On recent Ruby versions, it does not seem to be possible to directly use `gsub!` as Danger did it before in the VSTS / Azure DevOps component: ``` bundle exec...
Apple deprecated some old Swift classes in Xcode 7.3 / Swift 2.2. Those classes will probably be removed in Swift 3 and iOS 10.
This fixes https://github.com/arnoappenzeller/PiPifier/issues/39
We have noticed that updating a `MobileDeviceApplication` object removes explicit user groups and users that are assigned to the app. The problem is that the `jss_users` and `jss_user_groups` attributes are...
You should consider removing your personal Apple Developer team from the Xcode project.
### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [x] I've followed the _fastlane_ code style and...