We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf3d1f commit 245d0efCopy full SHA for 245d0ef
README.md
@@ -77,6 +77,11 @@ GMObjC 里面用到的 `OpenSSL` 配置 `armv7` 有问题,`GMObjC.framework`
77
- armv7s:iPhone5、iPhone5C、iPad4(iPad with Retina Display)
78
- armv7:iPhone4、iPhone4S、iPad、iPad2、iPad3(The New iPad)、iPad mini、iPod Touch
79
80
+```bash
81
+lipo -info GMObjC.framework/GMObjC
82
+# Non-fat file: GMObjC.framework/GMObjC is architecture: arm64
83
+```
84
+
85
</details>
86
87
<details>
0 commit comments