documentation: true for the codes known to support macos
This commit is contained in:
parent
526a071654
commit
edfa9060e6
1 changed files with 3 additions and 3 deletions
|
@ -7251,7 +7251,7 @@ export default [
|
||||||
windows: null,
|
windows: null,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: null,
|
macos: true,
|
||||||
ios: null,
|
ios: null,
|
||||||
},
|
},
|
||||||
footnotes: {},
|
footnotes: {},
|
||||||
|
@ -7713,7 +7713,7 @@ export default [
|
||||||
windows: null,
|
windows: null,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: null,
|
android: null,
|
||||||
macos: null,
|
macos: true,
|
||||||
ios: null,
|
ios: null,
|
||||||
},
|
},
|
||||||
footnotes: {},
|
footnotes: {},
|
||||||
|
@ -7734,7 +7734,7 @@ export default [
|
||||||
windows: null,
|
windows: null,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: null,
|
android: null,
|
||||||
macos: null,
|
macos: true,
|
||||||
ios: null,
|
ios: null,
|
||||||
},
|
},
|
||||||
footnotes: {},
|
footnotes: {},
|
||||||
|
|
Loading…
Add table
Reference in a new issue