Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Difference between revisions of "Template:Compatibility/macOS"

From AppleGamingWiki, the wiki about gaming on M1 Apple silicon Macs
m (notes header)
m (initial fix for empty variables evaluating as true/set)
Line 16: Line 16:
 
   NEW ROW: Native
 
   NEW ROW: Native
  
-->{{#ifeq: {{{native|na}}} | na | |
+
-->{{#if: {{{native|}}} | {{#ifeq: {{{native|na}}} | na | |
 
<tr class="template-infotable-body table-compatibility-body-row">
 
<tr class="template-infotable-body table-compatibility-body-row">
 
<th scope="row" class="table-compatibility-body-method"><abbr title="Game can run natively on Apple silicon">Native</abbr></th>
 
<th scope="row" class="table-compatibility-body-method"><abbr title="Game can run natively on Apple silicon">Native</abbr></th>
Line 22: Line 22:
 
<td class="table-compatibility-body-notes">{{{native notes|}}}</td>
 
<td class="table-compatibility-body-notes">{{{native notes|}}}</td>
 
</tr>
 
</tr>
}}<!--
+
}}}}<!--
  
 
   NEW ROW: Rosetta 2
 
   NEW ROW: Rosetta 2
  
-->{{#ifeq: {{{rosetta 2|na}}} | na | |
+
-->{{#if: {{{rosetta 2|}}} | {{#ifeq: {{{rosetta 2|na}}} | na | |
 
<tr class="template-infotable-body table-compatibility-body-row">
 
<tr class="template-infotable-body table-compatibility-body-row">
 
<th scope="row" class="table-compatibility-body-method"><abbr title="Game can run through Rosetta 2 translation environment">Rosetta 2</abbr></th>
 
<th scope="row" class="table-compatibility-body-method"><abbr title="Game can run through Rosetta 2 translation environment">Rosetta 2</abbr></th>
Line 32: Line 32:
 
<td class="table-compatibility-body-notes">{{{rosetta 2 notes|}}}</td>
 
<td class="table-compatibility-body-notes">{{{rosetta 2 notes|}}}</td>
 
</tr>
 
</tr>
}}<!--
+
}}}}<!--
  
 
   NEW ROW: iOS/iPadOS App
 
   NEW ROW: iOS/iPadOS App

Revision as of 20:27, 18 April 2021

Example from Minecraft:

macOS Compatibility

Method Rating Notes
Native Perfect Java version can be compiled for native ARM, see #Native.
Rosetta 2 Perfect Java version runs well via Rosetta 2.
iOS/iPadOS App Perfect Mobile (Bedrock) can be sideloaded.
Compatibility layer
CrossOver Unknown
Wine Unknown
Virtualization
Parallels Perfect Bedrock version playable after using latest Windows Insider Preview build of Windows 10 ARM.

This template defines the table "Compatibility_macOS". View table.

Documentation for the above template (sometimes hidden from view).
{{Compatibility/macOS
|native               =
|native notes         =
|rosetta 2            =
|rosetta 2 notes      =
|ios-ipados app       =
|ios-ipados app notes = 
|crossover            =
|crossover notes      =
|wine                 =
|wine notes           =
|parallels            =
|parallels notes      =
|windows 10 arm       =
|windows 10 arm notes =
|linux arm            =
|linux arm notes      =
}}