25 | | And this is 10A190 SDK. |
| 25 | And this is 10A190 SDK. However, notice it has os10.6, while OS 10.6.8 itself does not: |
| 26 | |
| 27 | |
| 28 | {{{ |
| 29 | Sergey-Fedorovs-Mac-mini:~ svacchanda$ nm -arch ppc -a /usr/lib/libSystem.dylib | grep Unwind_Resume |
| 30 | 001d3c88 S $ld$hide$os10.3$__Unwind_Resume |
| 31 | 001d3ca0 S $ld$hide$os10.3$__Unwind_Resume_or_Rethrow |
| 32 | 001d3c89 S $ld$hide$os10.4$__Unwind_Resume |
| 33 | 001d3ca1 S $ld$hide$os10.4$__Unwind_Resume_or_Rethrow |
| 34 | 001d3c8a S $ld$hide$os10.5$__Unwind_Resume |
| 35 | 001d3ca2 S $ld$hide$os10.5$__Unwind_Resume_or_Rethrow |
| 36 | 00196e7c T __Unwind_Resume |
| 37 | 001971e0 T __Unwind_Resume_or_Rethrow |
| 38 | }}} |