From 44ae10e1cfca40dad39fc247685c75384fa1e03a Mon Sep 17 00:00:00 2001 From: Copilot Date: Sun, 12 Jul 2026 22:35:12 +0200 Subject: [PATCH 1/4] Merge pending README additions from open PRs Incorporates entries from PRs #39 (App Doodler), #37 (Lumox), #32 (LogDog), #31 (Simian fix), #28 (DebugSwift), #27 (RemafoX), #29 (getuniversal.link), #26 (DronaHQ, fixing broken markdown link syntax). $ Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70ec304..5340b3b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ - [medium](https://medium.com/ios-os-x-development) Stories and technical tips about building apps for iOS, Apple Watch, and iPad/iPhone - [Best-websites-a-programmer-should-visit](https://github.com/sdmg15/Best-websites-a-programmer-should-visit) 🔗 Some useful websites for programmers. - [quicktype](https://app.quicktype.io/) Parse JSON in swift +- [getuniversal.link](https://getuniversal.link/) Universal link testing tool ### Apple @@ -70,6 +71,7 @@ - [Crashlytics](https://firebase.google.com/docs/crashlytics/) Spend less time troubleshooting & more time building great apps. - [Parse](https://parseplatform.org/) Build applications faster with object and file storage, user authentication, push notifications, dashboard and more out of the box. +- [DronaHQ](https://www.dronahq.com/) Build custom apps, dashboards, internal tools at 10x speed without coding and roll out quickly on iOS. ## Command Line Tool @@ -136,6 +138,8 @@ to be accessed and controlled from a single terminal. - [XCLogParser](https://github.com/spotify/XCLogParser) Tool to parse the SLF serialization format used by Xcode and xcodebuild to store its Build and Test logs (xcactivitylog). - [beyond compare](https://www.scootersoftware.com/download.php) Compare files and folders using simple, powerful commands that focus on the differences you're interested in and ignore those you're not. Merge changes, synchronize files, and generate reports. - [restore-symbol](https://github.com/tobefuturer/restore-symbol) A reverse engineering tool to restore stripped symbol table for iOS app. +- [LogDog](https://log.dog) LogDog is a remote debugging/logging SDK (iOS and Android) with a web ui. Captures all logs and requests in real-time and allows to intercept them. +- [DebugSwift](https://github.com/DebugSwift/DebugSwift) DebugSwift provides a set of powerful features to make your debugging experience more efficient. ### Memory @@ -154,7 +158,7 @@ to be accessed and controlled from a single terminal. - [WHC_ScanUnreferenceImageTool](https://github.com/netyouli/WHC_ScanUnreferenceImageTool) Scanning project does not use images in tool, delete without reference images to reduce the packaging volume - [FengNiao](https://github.com/onevcat/FengNiao) A command line tool for cleaning unused resources in Xcode. - [IBAnalyzer](https://github.com/fastred/IBAnalyzer) Find common xib and storyboard-related problems without running your app or writing unit tests. -- [Simian](http://www.harukizaemon.com/simian/index.html) Similarity Analyser +- [Simian Similarity Analyzer](https://simian.quandarypeak.com) Simian identifies duplication in source code. It can analyze any human readable file, vintage and modern. - [cartool](https://github.com/steventroughtonsmith/cartool) Export images from OS X / iOS .car CoreUI archives - [XcodeZombieCode](https://github.com/kangwang1988/XcodeZombieCode) A source-code level/Clang Approach - [Faux Pas](http://fauxpasapp.com/) Find errors in your iOS or Mac project(Not free) @@ -228,8 +232,10 @@ to be accessed and controlled from a single terminal. ## Localization +- [App Doodler](https://doodler.copymyui.com/) - Free, open-source generator for localized App Store screenshot sets with reusable layouts and translation imports. - [Localazy](https://localazy.com) - Developer-friendly localization tool for iOS and macOS apps supporting .strings, .stringsdict, .plist and XLIFF files. - [Loca Studio](https://www.cunningo.com/locastudio/index.html) Analyze, review, and edit your app translations. Can directly open the Xcode Localization Catalog (xcloc) and XLIFF 1.2 file formats. +- [RemafoX: Easy App Localization](https://remafox.app/?ref=github.com) Add (pluralized) translations without leaving Swift code, Machine Translation to 150+ languages, Linting & Normalizing Strings(dict) files & more. ## Reverse engineering @@ -309,6 +315,7 @@ to be accessed and controlled from a single terminal. - [Source Tree](http://www.sourcetreeapp.com/) Harness the power of Git and Hg in a beautifully simple application - [gitkraken](https://www.gitkraken.com/) The legendary Git GUI client for Windows, Mac and Linux - [PaintCode](https://www.paintcodeapp.com/) Turn drawings into code. +- [Lumox](https://lumox.app) - QuickTime Alternative: Create stunning product demos and tutorials for your mobile apps. - [reflector](http://www.airsquirrels.com/reflector/) wireless mirroring and streaming receiver - [Sketch](https://www.sketchapp.com/) Sketch gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use package. Finally you can focus on what you do best: Design. - [Haiku](https://www.haiku.ai/) Design components that snap into any codebase From fad08be7080a7a74af66c95901a407063cb3055b Mon Sep 17 00:00:00 2001 From: Copilot Date: Sun, 12 Jul 2026 22:38:35 +0200 Subject: [PATCH 2/4] Polish LogDog README wording Fixes reviewer feedback for capitalization and grammar in the LogDog description. $ Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5340b3b..01eeba8 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ to be accessed and controlled from a single terminal. - [XCLogParser](https://github.com/spotify/XCLogParser) Tool to parse the SLF serialization format used by Xcode and xcodebuild to store its Build and Test logs (xcactivitylog). - [beyond compare](https://www.scootersoftware.com/download.php) Compare files and folders using simple, powerful commands that focus on the differences you're interested in and ignore those you're not. Merge changes, synchronize files, and generate reports. - [restore-symbol](https://github.com/tobefuturer/restore-symbol) A reverse engineering tool to restore stripped symbol table for iOS app. -- [LogDog](https://log.dog) LogDog is a remote debugging/logging SDK (iOS and Android) with a web ui. Captures all logs and requests in real-time and allows to intercept them. +- [LogDog](https://log.dog) LogDog is a remote debugging/logging SDK (iOS and Android) with a web UI. Captures all logs and requests in real time and allows intercepting them. - [DebugSwift](https://github.com/DebugSwift/DebugSwift) DebugSwift provides a set of powerful features to make your debugging experience more efficient. ### Memory From e5ac9b0a95f6618dde3c92c74e41ea5f9a211968 Mon Sep 17 00:00:00 2001 From: Copilot Date: Sun, 12 Jul 2026 22:44:02 +0200 Subject: [PATCH 3/4] Refine LogDog wording from review feedback Adjusts the LogDog description grammar for clarity while preserving existing style and capitalization. $ Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01eeba8..fa3e2b4 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ to be accessed and controlled from a single terminal. - [XCLogParser](https://github.com/spotify/XCLogParser) Tool to parse the SLF serialization format used by Xcode and xcodebuild to store its Build and Test logs (xcactivitylog). - [beyond compare](https://www.scootersoftware.com/download.php) Compare files and folders using simple, powerful commands that focus on the differences you're interested in and ignore those you're not. Merge changes, synchronize files, and generate reports. - [restore-symbol](https://github.com/tobefuturer/restore-symbol) A reverse engineering tool to restore stripped symbol table for iOS app. -- [LogDog](https://log.dog) LogDog is a remote debugging/logging SDK (iOS and Android) with a web UI. Captures all logs and requests in real time and allows intercepting them. +- [LogDog](https://log.dog) LogDog is a remote debugging/logging SDK (iOS and Android) with a web UI. Captures all logs and requests in real time and allows you to intercept them. - [DebugSwift](https://github.com/DebugSwift/DebugSwift) DebugSwift provides a set of powerful features to make your debugging experience more efficient. ### Memory From 17ee6fc4d57ba92d804ca4136485b10d9e9decc2 Mon Sep 17 00:00:00 2001 From: Copilot Date: Sun, 12 Jul 2026 22:44:56 +0200 Subject: [PATCH 4/4] Improve LogDog README wording Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa3e2b4..2a79912 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ to be accessed and controlled from a single terminal. - [XCLogParser](https://github.com/spotify/XCLogParser) Tool to parse the SLF serialization format used by Xcode and xcodebuild to store its Build and Test logs (xcactivitylog). - [beyond compare](https://www.scootersoftware.com/download.php) Compare files and folders using simple, powerful commands that focus on the differences you're interested in and ignore those you're not. Merge changes, synchronize files, and generate reports. - [restore-symbol](https://github.com/tobefuturer/restore-symbol) A reverse engineering tool to restore stripped symbol table for iOS app. -- [LogDog](https://log.dog) LogDog is a remote debugging/logging SDK (iOS and Android) with a web UI. Captures all logs and requests in real time and allows you to intercept them. +- [LogDog](https://log.dog) LogDog is a remote debugging and logging SDK for iOS and Android with a web UI that captures logs and requests in real time and lets you intercept requests. - [DebugSwift](https://github.com/DebugSwift/DebugSwift) DebugSwift provides a set of powerful features to make your debugging experience more efficient. ### Memory