[PR #3] [MERGED] Feature/resume swizzle #107

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/3
Author: @NghiaTranUIT
Created: 10/22/2020
Status: Merged
Merged: 10/22/2020
Merged by: @NghiaTranUIT

Base: mainHead: feature/resume-swizzle


📝 Commits (3)

  • aed3c13 Basic code
  • 67d028f First attempt to swizzle URLSessionTask.resume
  • 19598ae Add Example code and Resume Swizzle

📊 Changes

20 files changed (+929 additions, -25 deletions)

View changed files

.DS_Store (+0 -0)
📝 .gitignore (+4 -2)
Atlantis-Example/Atlantis-Example.xcodeproj/project.pbxproj (+343 -0)
Atlantis-Example/Atlantis-Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata (+7 -0)
Atlantis-Example/Atlantis-Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (+8 -0)
Atlantis-Example/Atlantis-Example.xcworkspace/contents.xcworkspacedata (+10 -0)
Atlantis-Example/Atlantis-Example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (+8 -0)
Atlantis-Example/Atlantis-Example/AppDelegate.swift (+37 -0)
Atlantis-Example/Atlantis-Example/Assets.xcassets/AppIcon.appiconset/Contents.json (+98 -0)
Atlantis-Example/Atlantis-Example/Assets.xcassets/Contents.json (+6 -0)
Atlantis-Example/Atlantis-Example/Base.lproj/LaunchScreen.storyboard (+25 -0)
Atlantis-Example/Atlantis-Example/Base.lproj/Main.storyboard (+24 -0)
Atlantis-Example/Atlantis-Example/Info.plist (+64 -0)
Atlantis-Example/Atlantis-Example/SceneDelegate.swift (+56 -0)
Atlantis-Example/Atlantis-Example/ViewController.swift (+42 -0)
Sources/Atlantis+Utils.swift (+16 -0)
Sources/Atlantis.swift (+105 -0)
Sources/DispatchQueue+Once.swift (+33 -0)
Sources/atlantis.swift (+0 -9)
📝 atlantis.xcodeproj/project.pbxproj (+43 -14)

📄 Description

Changelog

  • First attempt to swizzle the URLSessionTask.resume()
  • Add Example app

🔄 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/3 **Author:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Created:** 10/22/2020 **Status:** ✅ Merged **Merged:** 10/22/2020 **Merged by:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Base:** `main` ← **Head:** `feature/resume-swizzle` --- ### 📝 Commits (3) - [`aed3c13`](https://github.com/ProxymanApp/atlantis/commit/aed3c13f266a5f1760807f8a3968dd83e6e56371) Basic code - [`67d028f`](https://github.com/ProxymanApp/atlantis/commit/67d028fca074aaf4bf0ea5f857b7d2327142ef9a) First attempt to swizzle URLSessionTask.resume - [`19598ae`](https://github.com/ProxymanApp/atlantis/commit/19598ae11f684c305ab2c2a33897737d9384c96e) Add Example code and Resume Swizzle ### 📊 Changes **20 files changed** (+929 additions, -25 deletions) <details> <summary>View changed files</summary> ➖ `.DS_Store` (+0 -0) 📝 `.gitignore` (+4 -2) ➕ `Atlantis-Example/Atlantis-Example.xcodeproj/project.pbxproj` (+343 -0) ➕ `Atlantis-Example/Atlantis-Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata` (+7 -0) ➕ `Atlantis-Example/Atlantis-Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist` (+8 -0) ➕ `Atlantis-Example/Atlantis-Example.xcworkspace/contents.xcworkspacedata` (+10 -0) ➕ `Atlantis-Example/Atlantis-Example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist` (+8 -0) ➕ `Atlantis-Example/Atlantis-Example/AppDelegate.swift` (+37 -0) ➕ `Atlantis-Example/Atlantis-Example/Assets.xcassets/AppIcon.appiconset/Contents.json` (+98 -0) ➕ `Atlantis-Example/Atlantis-Example/Assets.xcassets/Contents.json` (+6 -0) ➕ `Atlantis-Example/Atlantis-Example/Base.lproj/LaunchScreen.storyboard` (+25 -0) ➕ `Atlantis-Example/Atlantis-Example/Base.lproj/Main.storyboard` (+24 -0) ➕ `Atlantis-Example/Atlantis-Example/Info.plist` (+64 -0) ➕ `Atlantis-Example/Atlantis-Example/SceneDelegate.swift` (+56 -0) ➕ `Atlantis-Example/Atlantis-Example/ViewController.swift` (+42 -0) ➕ `Sources/Atlantis+Utils.swift` (+16 -0) ➕ `Sources/Atlantis.swift` (+105 -0) ➕ `Sources/DispatchQueue+Once.swift` (+33 -0) ➖ `Sources/atlantis.swift` (+0 -9) 📝 `atlantis.xcodeproj/project.pbxproj` (+43 -14) </details> ### 📄 Description ### Changelog - First attempt to swizzle the URLSessionTask.resume() - Add Example app --- <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#107
No description provided.