Added Support for iOS 15.0, 15.1, 15.2, 15.3 (Beta) #101
Closed
SkeletonDoctor
started this conversation in
General
Replies: 2 comments 3 replies
-
And even thought the 15.3 Image and 15.1 Don't officially Exist I used 15.2 in the PLIST of the 15.3 and 15.0 for 15.1 PLIST. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't know what you changed without seeing the code. iOS 15.3 isn't out yet, therefore not yet supported. iOS 15.1 and 15.2 are supported. There is a fallback URL that is used every time no explicit URL is given. iOS 15.1 and 15.2 are available via the fallback URL. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was able to modify the source code and add support for newer devices, previous issue was that if you plugged in a IOS 15 device it would say "Error Download DeveloperDiskImages", so I added iOS 15.0, 15.1,15.2, 15.3 to known disk image list (in DeveloperDiskImages.plist in Resources directory). For future use change so that even if the IOS doesn't exist in the list that it would still try to download it.
FIXED VERSION:
LocationSimulator.app.zip
If your Mac says its Damaged, run this ONE TIME terminal code. (Make sure you have moved the APP to APPLICATIONS folder)
xattr -dr com.apple.quarantine /Applications/LocationSimulator.app
Beta Was this translation helpful? Give feedback.
All reactions