should be able to spoof versions as well now, too

This commit is contained in:
Hazim Gazov
2010-04-28 15:44:27 -03:00
parent 32734e0de3
commit 5c25824144
8 changed files with 100 additions and 51 deletions

View File

@@ -8419,6 +8419,50 @@
<key>Value</key>
<string>Snowglobe</string>
</map>
<key>SpecifiedVersionMaj</key>
<map>
<key>Comment</key>
<string>Client's Major Version</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>S32</string>
<key>Value</key>
<integer>1</integer>
</map>
<key>SpecifiedVersionMin</key>
<map>
<key>Comment</key>
<string>Client's Minor Version</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>S32</string>
<key>Value</key>
<integer>4</integer>
</map>
<key>SpecifiedVersionPatch</key>
<map>
<key>Comment</key>
<string>Client's Patch Version</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>S32</string>
<key>Value</key>
<integer>0</integer>
</map>
<key>SpecifiedVersionBuild</key>
<map>
<key>Comment</key>
<string>Client's Build Version</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>S32</string>
<key>Value</key>
<integer>0</integer>
</map>
<key>SpecifiedMAC</key>
<map>
<key>Comment</key>