[PR #108] [MERGED] Fix issue on iOS 16 beta #147

Closed
opened 2026-03-03 19:12:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ProxymanApp/atlantis/pull/108
Author: @NghiaTranUIT
Created: 6/28/2022
Status: Merged
Merged: 6/28/2022
Merged by: @NghiaTranUIT

Base: mainHead: fix/ios-16-beta


📝 Commits (1)

📊 Changes

7 files changed (+66 additions, -53 deletions)

View changed files

📝 .swiftpm/xcode/xcshareddata/xcschemes/Atlantis.xcscheme (+0 -10)
.vscode/settings.json (+3 -0)
📝 Example/Atlantis-Example-App/Atlantis-Example-App.xcodeproj/project.pbxproj (+22 -14)
📝 Example/Atlantis-Example-App/Atlantis-Example-App.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved (+11 -22)
📝 Example/Atlantis-Example-App/Atlantis-Example-App/AppDelegate.swift (+2 -1)
📝 Sources/Atlantis.swift (+1 -1)
📝 Sources/NetworkInjector+URLSession.swift (+27 -5)

📄 Description

Changelog

  • Could not swizzle the URLSession-didReceiveResponse on the iOS 16
  • Better console log for future error

🔄 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/108 **Author:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Created:** 6/28/2022 **Status:** ✅ Merged **Merged:** 6/28/2022 **Merged by:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Base:** `main` ← **Head:** `fix/ios-16-beta` --- ### 📝 Commits (1) - [`42068dc`](https://github.com/ProxymanApp/atlantis/commit/42068dc542a129b40e04f9f21f12840c1faf4d2d) Fix issue on iOS 16 beta ### 📊 Changes **7 files changed** (+66 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `.swiftpm/xcode/xcshareddata/xcschemes/Atlantis.xcscheme` (+0 -10) ➕ `.vscode/settings.json` (+3 -0) 📝 `Example/Atlantis-Example-App/Atlantis-Example-App.xcodeproj/project.pbxproj` (+22 -14) 📝 `Example/Atlantis-Example-App/Atlantis-Example-App.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved` (+11 -22) 📝 `Example/Atlantis-Example-App/Atlantis-Example-App/AppDelegate.swift` (+2 -1) 📝 `Sources/Atlantis.swift` (+1 -1) 📝 `Sources/NetworkInjector+URLSession.swift` (+27 -5) </details> ### 📄 Description ### Changelog - Could not swizzle the `URLSession-didReceiveResponse` on the iOS 16 - Better console log for future error --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:12:07 +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#147
No description provided.