Skip to content

Commit 76bab6d

Browse files
committed
refactor: 部分内容挪至下一期
1 parent 5b5586c commit 76bab6d

File tree

2 files changed

+68
-12
lines changed

2 files changed

+68
-12
lines changed

Reports/2024/#315-2024.12.09.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Cocoapods 为将 Specs 仓库转为只读状态制定了时间表,预计在 20
2828

2929
## 工具
3030

31-
> 开发过程中常用的工具,及一些新工具的介绍
32-
3331
### [Xcode + ChatGPT: Official Support is Available Now](https://medium.com/@hiandic/dc21998f3653?source=friends_link&sk=e4dfbadcc5281bd474ecd546b221877e)
3432

3533
[@EyreFree](https://github.com/EyreFree):这篇文章介绍了 OpenAI 最新宣布的 ChatGPT for macOS 可以直接与 Xcode 集成的功能,除了 Xcode,该功能还支持 VS Code、TextEdit 和 Terminal 等开发工具。使用该功能需要按以下步骤:
@@ -48,14 +46,6 @@ Cocoapods 为将 Specs 仓库转为只读状态制定了时间表,预计在 20
4846

4947
## 代码
5048

51-
### [SwiftUI-experiments](https://github.com/mikelikesdesign/SwiftUI-experiments)
52-
53-
[@DylanYang](https://github.com/Dylan19Yang):作者是一个爱好自己通过代码实现创意的设计师,他通过 SwiftUI 实现了不少有创意的交互设计,并且都提供了原型 Demo。独立开发者们如果希望尝试一些有特色的交互的话可以参考参考。
54-
55-
### [rmtrash](https://github.com/TBXark/rmtrash)
56-
57-
[@Kyle-Ye](https://github.com/Kyle-Ye): Swift 实现的 macOS 命令行工具 rm 的替代方案,用于将文件移动到废纸篓。此外 rmtrash 提供了与 Linux 和 macOS 版本 rm 命令完全兼容的标志位支持方案。
58-
5949
### [swift-sharing](https://github.com/pointfreeco/swift-sharing)
6050

6151
[@bq](https://github.com/bqlin):如其名,sharing,你能想到的状态共享,跨模块间的状态共享、持久化、观察监听,它都做了,无论是实现业务逻辑、Combine、SwiftUI、UIKit 都能无痛接入。关键人家实现还非常优雅,宏、属性包装器、清晰的职责实现,都是很优秀的实践,单单接入就能让你的代码耳目一新了。还是那句话,Point-Free 出品,必属精品。
@@ -64,8 +54,6 @@ Cocoapods 为将 Specs 仓库转为只读状态制定了时间表,预计在 20
6454

6555
重新开始更新「iOS 靠谱内推专题」,整理了最近明确在招人的岗位,供大家参考
6656

67-
68-
6957
具体信息请移步:https://www.yuque.com/iosalliance/article/bhutav 进行查看(如有招聘需求请联系 iTDriverr)
7058

7159
## 关注我们

Reports/2024/#316-2024.12.16.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# 老司机 iOS 周报 #316 | 2024-12-16
2+
3+
![ios-weekly](https://github.com/SwiftOldDriver/iOS-Weekly/blob/master/assets/weekly-header/302.jpg?raw=true)
4+
老司机 iOS 周报,只为你呈现有价值的信息。
5+
6+
你也可以为这个项目出一份力,如果发现有价值的信息、文章、工具等可以到 [Issues](https://github.com/SwiftOldDriver/iOS-Weekly/issues) 里提给我们,我们会尽快处理。记得写上推荐的理由哦。有建议和意见也欢迎到 [Issues](https://github.com/SwiftOldDriver/iOS-Weekly/issues) 提出。
7+
8+
## 新闻
9+
10+
> 行业相关的新闻、趣事、看法
11+
12+
##  Developer - 设计开发加速器
13+
14+
> 设计开发加速器相关活动
15+
16+
## 新手推荐
17+
18+
> 收集一些对新手友好且质量不错的文章
19+
20+
## 文章
21+
22+
> 写的不错的技术博客,包含但不局限于 iOS、多端统一、设计、产品等
23+
24+
## 工具
25+
26+
> 开发过程中常用的工具,及一些新工具的介绍
27+
28+
## 代码
29+
30+
> 库,代码段,开源app
31+
32+
### [rmtrash](https://github.com/TBXark/rmtrash)
33+
34+
[@Kyle-Ye](https://github.com/Kyle-Ye): Swift 实现的 macOS 命令行工具 rm 的替代方案,用于将文件移动到废纸篓。此外 rmtrash 提供了与 Linux 和 macOS 版本 rm 命令完全兼容的标志位支持方案。
35+
36+
### [SwiftUI-experiments](https://github.com/mikelikesdesign/SwiftUI-experiments)
37+
38+
[@DylanYang](https://github.com/Dylan19Yang):作者是一个爱好自己通过代码实现创意的设计师,他通过 SwiftUI 实现了不少有创意的交互设计,并且都提供了原型 Demo。独立开发者们如果希望尝试一些有特色的交互的话可以参考参考。
39+
40+
##
41+
42+
> 比较不错的书的推荐和书评
43+
44+
## 音视频
45+
46+
> 比较不错的书的推荐和书评
47+
48+
## 内推
49+
50+
重新开始更新「iOS 靠谱内推专题」,整理了最近明确在招人的岗位,供大家参考
51+
52+
具体信息请移步:https://www.yuque.com/iosalliance/article/bhutav 进行查看(如有招聘需求请联系 iTDriverr)
53+
54+
## 关注我们
55+
56+
我们是「老司机技术周报」,一个持续追求精品 iOS 内容的技术公众号,欢迎关注。
57+
58+
**关注有礼,关注【老司机技术周报】,回复「2024」,领取 2024 及往年内参**
59+
60+
![](https://github.com/SwiftOldDriver/iOS-Weekly/blob/master/assets/qrcode_for_wechat.jpg?raw=true)
61+
62+
同时也支持了 RSS 订阅:https://github.com/SwiftOldDriver/iOS-Weekly/releases.atom
63+
64+
## 说明
65+
66+
🚧 表示需某工具,🌟 表示编辑推荐
67+
68+
预计阅读时间:🐎 很快就能读完(1 - 10 mins);🐕 中等 (10 - 20 mins);🐢 慢(20+ mins)

0 commit comments

Comments
 (0)