Patrick
Patrick
These instructions worked for me on iPhone 7, iOS 14.6. Thank you @kpratik9
This should be closed as it's not an issue. It is valid json and is in a format that improves look up speed.
Hey @JohnEstropia, I had a little look and these are the changes I found. 1. `MutableCollection.move(fromOffsets:toOffset:)` previously had no minimum macOS version but is now macOS 10.15+. First time I've...
Thanks for getting around to that @JohnEstropia. It looks like it also needs the minimum platform versions updated in the package.swift.
Hey @JohnEstropia sorry for the late reply. I've verified it's working with SPM now on the latest beta - Xcode Version 14.0 beta 5 (14A5294e). ~Maybe a rebase from develop...
Until it's added to DeviceKit, I created a package which does provide this information @Zandor300 https://github.com/ptrkstr/Devices It focuses more on providing all devices rather than the current device.
Did you ever figure out an alternative solution to this @martindaum ?
Ahh no worries, I ended up creating my own (https://github.com/ptrkstr/Devices) until DeviceKit supports it.
Still needed
Hi @ZevEisenberg, this is fixed in this PR https://github.com/fastlane/fastlane/pull/19864