Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GesanTung authored Oct 11, 2020
1 parent e1e3047 commit 236f849
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Reports/2020/#131-2020.10.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@

[@J_Knight_](https://weibo.com/1929625262/profile?rightmod=1&wvr=6&mod=personinfo&is_all=1):本文作者首先验证了通过启动图文件名是无法获取夜间模式启动图的。然后介绍了通过分析系统文件来获取夜间模式启动图的过程。具体方案是通过解析``applicationState.db``文件并通过测试找出了夜间模式启动图缓存路径。另外作者也给出了 dump ``applicationState.db`` 文件后得出的信息,有兴趣的读者可以阅读原文查看。


### 🐕 [How Swift API Availability Works Internally](https://swiftrocks.com/how-availability-works-internally-in-swift)

[@老峰](https://github.com/Gesantung):Swift 2.0 中引入了可用性的概念, 对于函数、类、协议等,可以使用 #available 声明这些类型依赖于特定的平台或操作系统版本。本文作者 Bruno Rocha 结合撰写 swift #unavailable evolution 的过程深入研究分享了 #available 的工作原理及实现细节。

## 工具

### [XcodeGen — Collaboration Made Easy](https://medium.com/dev-jam/xcodegen-collaboration-made-easy-9d1fdef548de?source=friends_link&sk=e13d571c9544f878a3c1510778a988c9)
Expand Down

0 comments on commit 236f849

Please sign in to comment.