Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #21

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ <h2 class="faq"><i class="fas fa-comments"></i></h2>
</li>
<li>
<p class="heading">Do you have plans for supporting iOS apps?</p>
<p>Yes, in the long run, we'd like to be able to run iOS apps on ARM devices (like most Android phones). A significant challenge here would be to write our own implementation of UIKit. Come talk to us if you're interested in working on this!</p>
<p>Yes, in the long run, we'd like to be able to run iOS apps on ARM devices (like most Android phones). Come talk to us if you're interested in working on this!</p>
</li>
<li>
<p class="heading">Which arcetextures of are supported?</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arcetextures architectures

<p>Currently, x64 and x86 (64 and 32-bit Intel) macOS software is supported, with ARM64 support being in the works. In the future, we will support more archetexures. A Rosetta-like system may also be implemented for foreign archetexures.</p>
</li>
<li>
<p class="heading">How do I contribute?</p>
Expand Down