mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-23 19:29:18 +00:00
add LSMinimumSystemVersionByArchitecture to info plist
This commit is contained in:
parent
8ebf82224f
commit
f84ed6a008
@ -41,5 +41,14 @@
|
||||
<string>x86_64</string>
|
||||
<string>ppc</string>
|
||||
</array>
|
||||
<key>LSMinimumSystemVersionByArchitecture</key>
|
||||
<dict>
|
||||
<key>i386</key>
|
||||
<string>10.4.0</string>
|
||||
<key>x86_64</key>
|
||||
<string>10.6.0</string>
|
||||
<key>ppc</key>
|
||||
<string>10.4.0</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
Loading…
Reference in New Issue
Block a user