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

Apple Silicon ARM64 Development #154

Closed
SailingSteve opened this issue Oct 2, 2020 · 3 comments
Closed

Apple Silicon ARM64 Development #154

SailingSteve opened this issue Oct 2, 2020 · 3 comments
Assignees

Comments

@SailingSteve
Copy link
Member

SailingSteve commented Oct 2, 2020

Apple Silicon running on the DTK is in decent share for the "traditional" header offsets -- The Apple Silicon app running on the "Big Sur" desktop looks just like our app on an iPad, but with out the top line that shows cell signal strength, battery, and date and time. As a result almost every header offset was different. There is a new function isAppleSilicon() that is used to distinguish from the similar sized iPad display.

Screen Shot 2020-10-01 at 6 52 45 PM

Screen Shot 2020-10-01 at 6 57 34 PM

@SailingSteve SailingSteve self-assigned this Oct 2, 2020
@SailingSteve
Copy link
Member Author

SailingSteve commented Oct 2, 2020

TODO:

  • Signing in with Twitter/Facebook opens a tab in the Safari desktop browser instead of in the the App window. If you still try to login in the Safari tab, you end up with a "ibsystem_kernel.dylib`mach_msg_trap: Thread 1: signal SIGCONT" unix (MaxOS) process crash that kills the app.
  • Share to Twitter or Facebook do not work because they require a signing. Sure to email works great, and copying the short link to the clipboard works. The preview button opens a safari tab, hangs, but does not crash.
  • The Help button doesn't show up.
  • Sign in with Apple fails with [core] No window got from UINSSharedApplicationDelegate
  • Ballotpedia (for example) opens in a Safari Desktop tab, but also opens an empty modal dialog with a Done button.

@SailingSteve
Copy link
Member Author

Screen Shot 2020-10-02 at 4 07 36 PM

@SailingSteve
Copy link
Member Author

Done and released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant