[PR #23] [MERGED] Feature/swizzle url connection #108

Closed
opened 2026-03-03 19:11:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ProxymanApp/atlantis/pull/23
Author: @NghiaTranUIT
Created: 11/1/2020
Status: Merged
Merged: 11/1/2020
Merged by: @NghiaTranUIT

Base: mainHead: feature/swizzle-url-connection


📝 Commits (3)

  • 67d83e0 Implement first URLConnection
  • 688f41c Finish Swizzle certain URLConnection methods
  • 00b3115 Handle all URLConnection

📊 Changes

6 files changed (+187 additions, -31 deletions)

View changed files

📝 Sources/Atlantis.swift (+60 -9)
📝 Sources/NetworkInjector+URLConnection.swift (+102 -12)
📝 Sources/NetworkInjector+URLSession.swift (+5 -5)
📝 Sources/NetworkInjector.swift (+10 -0)
📝 Sources/PackageIdentifier.swift (+3 -3)
📝 Sources/Packages.swift (+7 -2)

📄 Description

Changelogs

  • Method Swizzle for all NSURLConnection's delegate

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ProxymanApp/atlantis/pull/23 **Author:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Created:** 11/1/2020 **Status:** ✅ Merged **Merged:** 11/1/2020 **Merged by:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Base:** `main` ← **Head:** `feature/swizzle-url-connection` --- ### 📝 Commits (3) - [`67d83e0`](https://github.com/ProxymanApp/atlantis/commit/67d83e031562469d0a7548380213c624f2133076) Implement first URLConnection - [`688f41c`](https://github.com/ProxymanApp/atlantis/commit/688f41c638cce3749b0633313c975c7a91de689a) Finish Swizzle certain URLConnection methods - [`00b3115`](https://github.com/ProxymanApp/atlantis/commit/00b3115cec16aa92ae70d803bb71b24e0a0ec839) Handle all URLConnection ### 📊 Changes **6 files changed** (+187 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `Sources/Atlantis.swift` (+60 -9) 📝 `Sources/NetworkInjector+URLConnection.swift` (+102 -12) 📝 `Sources/NetworkInjector+URLSession.swift` (+5 -5) 📝 `Sources/NetworkInjector.swift` (+10 -0) 📝 `Sources/PackageIdentifier.swift` (+3 -3) 📝 `Sources/Packages.swift` (+7 -2) </details> ### 📄 Description ## Changelogs - Method Swizzle for all NSURLConnection's delegate --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:11:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#108
No description provided.