Created
January 13, 2016 09:39
-
-
Save masbog/bf6e2d6fce80447396eb to your computer and use it in GitHub Desktop.
How to enable iOS 7.0/7.1 Simulator download Xcode Version 7.2 (7C68)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>downloadables</key> | |
<array> | |
<dict> | |
<key>dependencies</key> | |
<array/> | |
<key>fileSize</key> | |
<integer>1171440164</integer> | |
<key>identifier</key> | |
<string>com.apple.pkg.iPhoneSimulatorSDK$(DOWNLOADABLE_VERSION_MAJOR)_$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>name</key> | |
<string>iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR) Simulator</string> | |
<key>source</key> | |
<string>https://devimages.apple.com.edgekey.net/downloads/xcode/simulators/$(DOWNLOADABLE_IDENTIFIER)-$(DOWNLOADABLE_VERSION).dmg</string> | |
<key>userInfo</key> | |
<dict> | |
<key>IconType</key> | |
<string>IDEDownloadablesTypeSimulator</string> | |
<key>InstallPrefix</key> | |
<string>/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR).simruntime</string> | |
<key>InstalledIfAllReceiptsArePresentOrNewer</key> | |
<dict> | |
<key>$(DOWNLOADABLE_IDENTIFIER)</key> | |
<string>$(DOWNLOADABLE_VERSION)</string> | |
</dict> | |
<key>RequiresADCAuthentication</key> | |
<false/> | |
<key>SortKey</key> | |
<string>Xcode.SDK.iPhoneSimulator.19</string> | |
<key>Xcode.SDKs</key> | |
<array> | |
<dict> | |
<key>CanonicalName</key> | |
<string>iphonesimulator$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>Path</key> | |
<string>$(DOWNLOADABLE_INSTALL_PREFIX)/Contents/Resources/RuntimeRoot</string> | |
<key>Platform</key> | |
<string>com.apple.platform.iphonesimulator</string> | |
<key>SupportedDeviceFamilies</key> | |
<array> | |
<integer>1</integer> | |
<integer>2</integer> | |
</array> | |
<key>Version</key> | |
<string>$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
</dict> | |
</array> | |
</dict> | |
<key>version</key> | |
<string>8.1.1.1434581536</string> | |
</dict> | |
<dict> | |
<key>dependencies</key> | |
<array/> | |
<key>fileSize</key> | |
<integer>1029454529</integer> | |
<key>identifier</key> | |
<string>com.apple.pkg.WatchSimulatorSDK$(DOWNLOADABLE_VERSION_MAJOR)_$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>name</key> | |
<string>watchOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR) Simulator</string> | |
<key>source</key> | |
<string>https://devimages.apple.com.edgekey.net/downloads/xcode/simulators/$(DOWNLOADABLE_IDENTIFIER)-$(DOWNLOADABLE_VERSION).dmg</string> | |
<key>userInfo</key> | |
<dict> | |
<key>IconType</key> | |
<string>IDEDownloadablesTypeSimulator</string> | |
<key>InstallPrefix</key> | |
<string>/Library/Developer/CoreSimulator/Profiles/Runtimes/watchOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR).simruntime</string> | |
<key>InstalledIfAllReceiptsArePresentOrNewer</key> | |
<dict> | |
<key>$(DOWNLOADABLE_IDENTIFIER)</key> | |
<string>$(DOWNLOADABLE_VERSION)</string> | |
</dict> | |
<key>RequiresADCAuthentication</key> | |
<false/> | |
<key>SortKey</key> | |
<string>Xcode.SDK.WatchSimulator.14</string> | |
<key>Xcode.SDKs</key> | |
<array> | |
<dict> | |
<key>CanonicalName</key> | |
<string>watchsimulator$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>Path</key> | |
<string>$(DOWNLOADABLE_INSTALL_PREFIX)/Contents/Resources/RuntimeRoot</string> | |
<key>Platform</key> | |
<string>com.apple.platform.watchsimulator</string> | |
<key>SupportedDeviceFamilies</key> | |
<array> | |
<integer>1</integer> | |
<integer>2</integer> | |
</array> | |
<key>Version</key> | |
<string>$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
</dict> | |
</array> | |
</dict> | |
<key>version</key> | |
<string>2.0.1.1446084258</string> | |
</dict> | |
<dict> | |
<key>dependencies</key> | |
<array/> | |
<key>fileSize</key> | |
<integer>1460090482</integer> | |
<key>identifier</key> | |
<string>com.apple.pkg.iPhoneSimulatorSDK$(DOWNLOADABLE_VERSION_MAJOR)_$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>name</key> | |
<string>iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR) Simulator</string> | |
<key>source</key> | |
<string>https://devimages.apple.com.edgekey.net/downloads/xcode/simulators/$(DOWNLOADABLE_IDENTIFIER)-$(DOWNLOADABLE_VERSION).dmg</string> | |
<key>userInfo</key> | |
<dict> | |
<key>IconType</key> | |
<string>IDEDownloadablesTypeSimulator</string> | |
<key>InstallPrefix</key> | |
<string>/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR).simruntime</string> | |
<key>InstalledIfAllReceiptsArePresentOrNewer</key> | |
<dict> | |
<key>$(DOWNLOADABLE_IDENTIFIER)</key> | |
<string>$(DOWNLOADABLE_VERSION)</string> | |
</dict> | |
<key>RequiresADCAuthentication</key> | |
<false/> | |
<key>SortKey</key> | |
<string>Xcode.SDK.iPhoneSimulator.15</string> | |
<key>Xcode.SDKs</key> | |
<array> | |
<dict> | |
<key>CanonicalName</key> | |
<string>iphonesimulator$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>Path</key> | |
<string>$(DOWNLOADABLE_INSTALL_PREFIX)/Contents/Resources/RuntimeRoot</string> | |
<key>Platform</key> | |
<string>com.apple.platform.iphonesimulator</string> | |
<key>SupportedDeviceFamilies</key> | |
<array> | |
<integer>1</integer> | |
<integer>2</integer> | |
</array> | |
<key>Version</key> | |
<string>$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
</dict> | |
</array> | |
</dict> | |
<key>version</key> | |
<string>9.0.1.1443554484</string> | |
</dict> | |
<dict> | |
<key>dependencies</key> | |
<array/> | |
<key>fileSize</key> | |
<integer>1493024318</integer> | |
<key>identifier</key> | |
<string>com.apple.pkg.iPhoneSimulatorSDK$(DOWNLOADABLE_VERSION_MAJOR)_$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>name</key> | |
<string>iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR) Simulator</string> | |
<key>source</key> | |
<string>https://devimages.apple.com.edgekey.net/downloads/xcode/simulators/$(DOWNLOADABLE_IDENTIFIER)-$(DOWNLOADABLE_VERSION).dmg</string> | |
<key>userInfo</key> | |
<dict> | |
<key>IconType</key> | |
<string>IDEDownloadablesTypeSimulator</string> | |
<key>InstallPrefix</key> | |
<string>/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR).simruntime</string> | |
<key>InstalledIfAllReceiptsArePresentOrNewer</key> | |
<dict> | |
<key>$(DOWNLOADABLE_IDENTIFIER)</key> | |
<string>$(DOWNLOADABLE_VERSION)</string> | |
</dict> | |
<key>RequiresADCAuthentication</key> | |
<false/> | |
<key>SortKey</key> | |
<string>Xcode.SDK.iPhoneSimulator.14</string> | |
<key>Xcode.SDKs</key> | |
<array> | |
<dict> | |
<key>CanonicalName</key> | |
<string>iphonesimulator$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>Path</key> | |
<string>$(DOWNLOADABLE_INSTALL_PREFIX)/Contents/Resources/RuntimeRoot</string> | |
<key>Platform</key> | |
<string>com.apple.platform.iphonesimulator</string> | |
<key>SupportedDeviceFamilies</key> | |
<array> | |
<integer>1</integer> | |
<integer>2</integer> | |
</array> | |
<key>Version</key> | |
<string>$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
</dict> | |
</array> | |
</dict> | |
<key>version</key> | |
<string>9.1.1.1446593668</string> | |
</dict> | |
<dict> | |
<key>dependencies</key> | |
<array/> | |
<key>fileSize</key> | |
<integer>815501489</integer> | |
<key>identifier</key> | |
<string>com.apple.pkg.iPhoneSimulatorSDK$(DOWNLOADABLE_VERSION_MAJOR)_$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>name</key> | |
<string>iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR) Simulator</string> | |
<key>source</key> | |
<string>https://devimages.apple.com.edgekey.net/downloads/xcode/simulators/ios_7_1_simulator_rdq52dx.dmg</string> | |
<key>userInfo</key> | |
<dict> | |
<key>IconType</key> | |
<string>IDEDownloadablesTypeSimulator</string> | |
<key>InstallPrefix</key> | |
<string>/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR).simruntime</string> | |
<key>InstalledIfAllReceiptsArePresentOrNewer</key> | |
<dict> | |
<key>$(DOWNLOADABLE_IDENTIFIER)</key> | |
<string>$(DOWNLOADABLE_VERSION)</string> | |
</dict> | |
<key>RequiresADCAuthentication</key> | |
<false/> | |
<key>SortKey</key> | |
<string>Xcode.SDK.iPhoneSimulator.7.1</string> | |
<key>Xcode.SDKs</key> | |
<array> | |
<dict> | |
<key>CanonicalName</key> | |
<string>iphonesimulator$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>Path</key> | |
<string>$(DOWNLOADABLE_INSTALL_PREFIX)/Contents/Resources/RuntimeRoot</string> | |
<key>Platform</key> | |
<string>com.apple.platform.iphonesimulator</string> | |
<key>SupportedDeviceFamilies</key> | |
<array> | |
<integer>1</integer> | |
<integer>2</integer> | |
</array> | |
<key>Version</key> | |
<string>$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
</dict> | |
</array> | |
</dict> | |
<key>version</key> | |
<string>7.1</string> | |
</dict> | |
<dict> | |
<key>dependencies</key> | |
<array/> | |
<key>fileSize</key> | |
<integer>801737609</integer> | |
<key>identifier</key> | |
<string>com.apple.pkg.iPhoneSimulatorSDK$(DOWNLOADABLE_VERSION_MAJOR)_$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>name</key> | |
<string>iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR) Simulator</string> | |
<key>source</key> | |
<string>https://devimages.apple.com.edgekey.net/downloads/xcode/simulators/ios_7_0_simulator.dmg</string> | |
<key>userInfo</key> | |
<dict> | |
<key>IconType</key> | |
<string>IDEDownloadablesTypeSimulator</string> | |
<key>InstallPrefix</key> | |
<string>/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR).simruntime</string> | |
<key>InstalledIfAllReceiptsArePresentOrNewer</key> | |
<dict> | |
<key>$(DOWNLOADABLE_IDENTIFIER)</key> | |
<string>$(DOWNLOADABLE_VERSION)</string> | |
</dict> | |
<key>RequiresADCAuthentication</key> | |
<false/> | |
<key>SortKey</key> | |
<string>Xcode.SDK.iPhoneSimulator.7.0</string> | |
<key>Xcode.SDKs</key> | |
<array> | |
<dict> | |
<key>CanonicalName</key> | |
<string>iphonesimulator$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>Path</key> | |
<string>$(DOWNLOADABLE_INSTALL_PREFIX)/Contents/Resources/RuntimeRoot</string> | |
<key>Platform</key> | |
<string>com.apple.platform.iphonesimulator</string> | |
<key>SupportedDeviceFamilies</key> | |
<array> | |
<integer>1</integer> | |
<integer>2</integer> | |
</array> | |
<key>Version</key> | |
<string>$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
</dict> | |
</array> | |
</dict> | |
<key>version</key> | |
<string>7.0</string> | |
</dict> | |
<dict> | |
<key>dependencies</key> | |
<array/> | |
<key>fileSize</key> | |
<integer>1355551350</integer> | |
<key>identifier</key> | |
<string>com.apple.pkg.iPhoneSimulatorSDK$(DOWNLOADABLE_VERSION_MAJOR)_$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>name</key> | |
<string>iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR) Simulator</string> | |
<key>source</key> | |
<string>https://devimages.apple.com.edgekey.net/downloads/xcode/simulators/$(DOWNLOADABLE_IDENTIFIER)-$(DOWNLOADABLE_VERSION).dmg</string> | |
<key>userInfo</key> | |
<dict> | |
<key>IconType</key> | |
<string>IDEDownloadablesTypeSimulator</string> | |
<key>InstallPrefix</key> | |
<string>/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR).simruntime</string> | |
<key>InstalledIfAllReceiptsArePresentOrNewer</key> | |
<dict> | |
<key>$(DOWNLOADABLE_IDENTIFIER)</key> | |
<string>$(DOWNLOADABLE_VERSION)</string> | |
</dict> | |
<key>RequiresADCAuthentication</key> | |
<false/> | |
<key>SortKey</key> | |
<string>Xcode.SDK.iPhoneSimulator.17</string> | |
<key>Xcode.SDKs</key> | |
<array> | |
<dict> | |
<key>CanonicalName</key> | |
<string>iphonesimulator$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>Path</key> | |
<string>$(DOWNLOADABLE_INSTALL_PREFIX)/Contents/Resources/RuntimeRoot</string> | |
<key>Platform</key> | |
<string>com.apple.platform.iphonesimulator</string> | |
<key>SupportedDeviceFamilies</key> | |
<array> | |
<integer>1</integer> | |
<integer>2</integer> | |
</array> | |
<key>Version</key> | |
<string>$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
</dict> | |
</array> | |
</dict> | |
<key>version</key> | |
<string>8.3.1.1434581536</string> | |
</dict> | |
<dict> | |
<key>dependencies</key> | |
<array/> | |
<key>fileSize</key> | |
<integer>983857875</integer> | |
<key>identifier</key> | |
<string>com.apple.pkg.AppleTVSimulatorSDK$(DOWNLOADABLE_VERSION_MAJOR)_$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>name</key> | |
<string>tvOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR) Simulator</string> | |
<key>source</key> | |
<string>https://devimages.apple.com.edgekey.net/downloads/xcode/simulators/$(DOWNLOADABLE_IDENTIFIER)-$(DOWNLOADABLE_VERSION).dmg</string> | |
<key>userInfo</key> | |
<dict> | |
<key>IconType</key> | |
<string>IDEDownloadablesTypeSimulator</string> | |
<key>InstallPrefix</key> | |
<string>/Library/Developer/CoreSimulator/Profiles/Runtimes/tvOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR).simruntime</string> | |
<key>InstalledIfAllReceiptsArePresentOrNewer</key> | |
<dict> | |
<key>$(DOWNLOADABLE_IDENTIFIER)</key> | |
<string>$(DOWNLOADABLE_VERSION)</string> | |
</dict> | |
<key>RequiresADCAuthentication</key> | |
<false/> | |
<key>SortKey</key> | |
<string>Xcode.SDK.TVSimulator.13</string> | |
<key>Xcode.SDKs</key> | |
<array> | |
<dict> | |
<key>CanonicalName</key> | |
<string>appletvsimulator$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>Path</key> | |
<string>$(DOWNLOADABLE_INSTALL_PREFIX)/Contents/Resources/RuntimeRoot</string> | |
<key>Platform</key> | |
<string>com.apple.platform.appletvsimulator</string> | |
<key>SupportedDeviceFamilies</key> | |
<array> | |
<integer>1</integer> | |
<integer>2</integer> | |
</array> | |
<key>Version</key> | |
<string>$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
</dict> | |
</array> | |
</dict> | |
<key>version</key> | |
<string>9.0.1.1446152618</string> | |
</dict> | |
<dict> | |
<key>dependencies</key> | |
<array/> | |
<key>fileSize</key> | |
<integer>1320352199</integer> | |
<key>identifier</key> | |
<string>com.apple.pkg.iPhoneSimulatorSDK$(DOWNLOADABLE_VERSION_MAJOR)_$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>name</key> | |
<string>iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR) Simulator</string> | |
<key>source</key> | |
<string>https://devimages.apple.com.edgekey.net/downloads/xcode/simulators/$(DOWNLOADABLE_IDENTIFIER)-$(DOWNLOADABLE_VERSION).dmg</string> | |
<key>userInfo</key> | |
<dict> | |
<key>IconType</key> | |
<string>IDEDownloadablesTypeSimulator</string> | |
<key>InstallPrefix</key> | |
<string>/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR).simruntime</string> | |
<key>InstalledIfAllReceiptsArePresentOrNewer</key> | |
<dict> | |
<key>$(DOWNLOADABLE_IDENTIFIER)</key> | |
<string>$(DOWNLOADABLE_VERSION)</string> | |
</dict> | |
<key>RequiresADCAuthentication</key> | |
<false/> | |
<key>SortKey</key> | |
<string>Xcode.SDK.iPhoneSimulator.18</string> | |
<key>Xcode.SDKs</key> | |
<array> | |
<dict> | |
<key>CanonicalName</key> | |
<string>iphonesimulator$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>Path</key> | |
<string>$(DOWNLOADABLE_INSTALL_PREFIX)/Contents/Resources/RuntimeRoot</string> | |
<key>Platform</key> | |
<string>com.apple.platform.iphonesimulator</string> | |
<key>SupportedDeviceFamilies</key> | |
<array> | |
<integer>1</integer> | |
<integer>2</integer> | |
</array> | |
<key>Version</key> | |
<string>$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
</dict> | |
</array> | |
</dict> | |
<key>version</key> | |
<string>8.2.1.1434581536</string> | |
</dict> | |
<dict> | |
<key>dependencies</key> | |
<array/> | |
<key>fileSize</key> | |
<integer>1365209222</integer> | |
<key>identifier</key> | |
<string>com.apple.pkg.iPhoneSimulatorSDK$(DOWNLOADABLE_VERSION_MAJOR)_$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>name</key> | |
<string>iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR) Simulator</string> | |
<key>source</key> | |
<string>https://devimages.apple.com.edgekey.net/downloads/xcode/simulators/$(DOWNLOADABLE_IDENTIFIER)-$(DOWNLOADABLE_VERSION).dmg</string> | |
<key>userInfo</key> | |
<dict> | |
<key>IconType</key> | |
<string>IDEDownloadablesTypeSimulator</string> | |
<key>InstallPrefix</key> | |
<string>/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR).simruntime</string> | |
<key>InstalledIfAllReceiptsArePresentOrNewer</key> | |
<dict> | |
<key>$(DOWNLOADABLE_IDENTIFIER)</key> | |
<string>$(DOWNLOADABLE_VERSION)</string> | |
</dict> | |
<key>RequiresADCAuthentication</key> | |
<false/> | |
<key>SortKey</key> | |
<string>Xcode.SDK.iPhoneSimulator.16</string> | |
<key>Xcode.SDKs</key> | |
<array> | |
<dict> | |
<key>CanonicalName</key> | |
<string>iphonesimulator$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
<key>Path</key> | |
<string>$(DOWNLOADABLE_INSTALL_PREFIX)/Contents/Resources/RuntimeRoot</string> | |
<key>Platform</key> | |
<string>com.apple.platform.iphonesimulator</string> | |
<key>SupportedDeviceFamilies</key> | |
<array> | |
<integer>1</integer> | |
<integer>2</integer> | |
</array> | |
<key>Version</key> | |
<string>$(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR)</string> | |
</dict> | |
</array> | |
</dict> | |
<key>version</key> | |
<string>8.4.1.1435785476</string> | |
</dict> | |
</array> | |
<key>refreshDate</key> | |
<date>2016-01-13T04:24:42Z</date> | |
<key>refreshInterval</key> | |
<real>86400</real> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment