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

add iPhone12/iPhone XR symbols #15

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions ETSymbolicationApp/ETSymbolication/ETSymbolication.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ enum Constants {
"20F66": 0x0000_0001_8a8b_f000, // iOS 16.5 - iPhone 14 Pro
"21B91": 0x0000_0001_8b9e_c000, // iOS 17.1.1 - iPhone SE
"21C62": 0x0000_0001_8ba7_b000, // iOS 17.2 - iPhone 13 Pro
"21F90": 0x0000_0001_8c01_c000, // iOS 17.5.1 - iPhone 12/iPhone XR

// Extracted with otool -l SwiftUI | grep LC_SEGMENT -A8 | grep "segname __TEXT" -A7 | grep vmaddr
// cmd LC_SEGMENT_64
Expand Down
28 changes: 28 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ A full list of supported symbols can be found below. All pairings with a ✅ are

Symbols marked with ❎ are in this repo, but not supported in the Emerge Tools symbolicator.

<details>
<summary><b><font size="+1">iPhone XR (iPhone 11,8)</font></b></summary>
<table>
<tr>
<th>OS Version</th>
<th style="text-align: center;">SwiftUI</th>
</tr>
<tr>
<td>iOS 17.5.1 (21F90)</td>
<td style="text-align: center;"><center>❎</center></td>
</tr>
</table>
</details>

<details>
<summary><b><font size="+1">iPhone SE 2nd Gen (iPhone 12,8)</font></b></summary>
<table>
Expand All @@ -50,6 +64,20 @@ Symbols marked with ❎ are in this repo, but not supported in the Emerge Tools
</table>
</details>

<details>
<summary><b><font size="+1">iPhone 12 (iPhone 13,2)</font></b></summary>
<table>
<tr>
<th>OS Version</th>
<th style="text-align: center;">SwiftUI</th>
</tr>
<tr>
<td>iOS 17.5.1 (21F90)</td>
<td style="text-align: center;"><center>❎</center></td>
</tr>
</table>
</details>

<details>
<summary><b><font size="+1">iPhone 13 Pro (iPhone 14,2)</font></b></summary>
<table>
Expand Down
Loading