mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[PR #3] [MERGED] Feature/resume swizzle #107
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feature/resume-swizzle📝 Commits (3)
aed3c13Basic code67d028fFirst attempt to swizzle URLSessionTask.resume19598aeAdd 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.