From f780093ba1641d2251950600a5599ed2e5b828f5 Mon Sep 17 00:00:00 2001 From: ylgwhyh Date: Sat, 16 Mar 2024 17:22:28 +0800 Subject: [PATCH] =?UTF-8?q?add=20realm=20=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Object-C.md | 2 ++ Swift.md | 1 + 2 files changed, 3 insertions(+) diff --git a/Object-C.md b/Object-C.md index ae76242..f09274d 100644 --- a/Object-C.md +++ b/Object-C.md @@ -571,6 +571,7 @@ A curated list of iOS objective-C ecosystem. * [PersistentStorageSerializable](https://github.com/IvanRublev/PersistentStorageSerializable) - Swift library that makes easier to serialize the user's preferences (app's settings) with system User Defaults or Property List file on disk. :large_orange_diamond: * [StorageKit](https://github.com/StorageKit/StorageKit) - Your Data Storage Troubleshooter 🛠 . * [sequelpro](https://github.com/sequelpro/sequelpro) - MySQL/MariaDB database management for macOS. +* [realm](https://github.com/realm) - 跨平台的移动数据库引擎. #### 缓存处理@ @@ -2255,6 +2256,7 @@ FLEX正因为是注入式的,所以不需要在链接LLDB或者Xocde,或者 * [Reveal:分析iOS UI的利器](http://revealapp.com/) * [Reveal-Plugin-for-XCode](https://github.com/shjborage/Reveal-Plugin-for-XCode) - 一个Reveal插件,可以使工程不作任何修改的情况下使用Reveal,该插件已在Alcatraz上架 * [Lookin iOS免费UI调试利器](https://lookin.work/) + #### AppleWatch * [Tesla汽车AppleWatch app demo演示](https://github.com/eleks/rnd-apple-watch-tesla) - 通过AppleWatch控制特斯拉汽车,同时可以看到汽车的相关信息,比如剩余电量、可续行里程等,以及解锁/上锁车门、调节司机和乘客的四区域空调温度、开启车辆大灯、定位汽车等。[源码推荐说明](http://www.cocoachina.com/ios/20150205/11116.html)。 diff --git a/Swift.md b/Swift.md index 30c2d48..bc216d3 100644 --- a/Swift.md +++ b/Swift.md @@ -343,6 +343,7 @@ A curated list of iOS objective-C ecosystem. * [Disk](https://github.com/saoudrizwan/Disk) Delightful framework for iOS to easily persist structs, images, and data. * [FileKit](https://github.com/nvzqz/FileKit) - 提供了简单和富有表现力的文件管理. * [UserDefaultsStore](https://github.com/omaralbeik/UserDefaultsStore) - Why not use UserDefaults to store Codable objects 😉. +* [realm-swift](https://github.com/realm/realm-swift) - 跨平台的移动数据库引擎. #### 缓存处理@ * [Cache.swift](https://github.com/soffes/Cache) - 一款简单、易用的缓存库。支持 MemoryCache, DiskCache 以及前两项组合的 MultiCache。