File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -94,14 +94,14 @@ Swift 5.0 应该能算是 Swift 从 1.0 以来的最大变革。不是因为语
9494
95953 . 当本地加载这些特殊 url 的时候,之前启动的本地 server 可以将其重定向到正确的url
9696
97- ### 🐢 [ 细说iOS代码签名 ] ( http://xelz.info/blog/2019/01/11/ios-code-signature/ )
97+ ### 🐢 [ 细说 iOS 代码签名 ] ( http://xelz.info/blog/2019/01/11/ios-code-signature/ )
9898
9999iOS 签名机制其实挺复杂,我们可以跟随作者的脚步,一点点的去了解 iOS 签名机制中每一步的含义,此外作者还贴心的帮助我们将文章拆分,有助于我们分步阅读。
100100
101- - [ 细说iOS代码签名 (一):签名的作用及原理] ( http://xelz.info/blog/2019/01/11/ios-code-signature-1/ )
102- - [ 细说iOS代码签名 (二):开发者证书、Entitlements、Provisioning Profile] ( http://xelz.info/blog/2019/01/11/ios-code-signature-2/ )
103- - [ 细说iOS代码签名 (三):签名的过程及代码签名的数据结构] ( http://xelz.info/blog/2019/01/11/ios-code-signature-3/ )
104- - [ 细说iOS代码签名 (四):签名校验、越狱、重签名] ( http://xelz.info/blog/2019/01/11/ios-code-signature-4/ )
101+ - [ 细说 iOS 代码签名 (一):签名的作用及原理] ( http://xelz.info/blog/2019/01/11/ios-code-signature-1/ )
102+ - [ 细说 iOS 代码签名 (二):开发者证书、Entitlements、Provisioning Profile] ( http://xelz.info/blog/2019/01/11/ios-code-signature-2/ )
103+ - [ 细说 iOS 代码签名 (三):签名的过程及代码签名的数据结构] ( http://xelz.info/blog/2019/01/11/ios-code-signature-3/ )
104+ - [ 细说 iOS 代码签名 (四):签名校验、越狱、重签名] ( http://xelz.info/blog/2019/01/11/ios-code-signature-4/ )
105105
106106因作者篇幅比较长,讲解的比较深入,有兴趣的同学可以通篇读完收益更大。若时间有限,推荐缩略版的 [ iOS App 签名的原理] ( http://wereadteam.github.io/2017/03/13/Signature/ ) 供大家参考。
107107
@@ -147,12 +147,6 @@ Foundation 框架中的 URL 类提供了非常全面的功能,此后还在 iOS
147147
148148过去一年开发者们对 Flutter 的热情有多高相信已经无需多言。Google 出品、跨平台、性能高等种种标签让越来越多的人加入其中。本文总结了作者一年来开发 Flutter 的一些心得,作者在 Flutter 上丰富的开发经验所进行的总结相信对于接下来想要尝试 Flutter 的同学是很实用的,这对我们做技术选型以及更多的考虑会很有帮助。
149149
150- ## 设计
151-
152- ## 工具
153-
154- 第三方工具服务
155-
156150## 代码
157151
158152### 🌟 [UIKitSwiftDSL](https://github.com/mecid/UIKitSwiftDSL)
You can’t perform that action at this time.
0 commit comments