[PR #103] [CLOSED] atlantis on projects with ios below 13.0 #148

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/103
Author: @wendyliga
Created: 6/7/2022
Status: Closed

Base: mainHead: optional_ios_13


📝 Commits (1)

📊 Changes

7 files changed (+23 additions, -0 deletions)

View changed files

📝 Sources/Atlantis+Manual.swift (+2 -0)
📝 Sources/Atlantis.swift (+6 -0)
📝 Sources/Message.swift (+2 -0)
📝 Sources/NetworkInjector+URLSession.swift (+3 -0)
📝 Sources/NetworkInjector.swift (+4 -0)
📝 Sources/Packages.swift (+2 -0)
📝 Sources/Transporter.swift (+4 -0)

📄 Description

this will let atlantis be used on projects with a minimum requirement of ios below 13.0

if project minimum ios are below 13.0

import Atlantis

if #available(iOS 13.0, *) {
   Atlantis.start()
}

for project with minimum ios 13.0 or more

import Atlantis
Atlantis.start()

🔄 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/103 **Author:** [@wendyliga](https://github.com/wendyliga) **Created:** 6/7/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `optional_ios_13` --- ### 📝 Commits (1) - [`7353f32`](https://github.com/ProxymanApp/atlantis/commit/7353f323af2a0ee0b22334b9d5d33a3b81ef8893) use @available ### 📊 Changes **7 files changed** (+23 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Sources/Atlantis+Manual.swift` (+2 -0) 📝 `Sources/Atlantis.swift` (+6 -0) 📝 `Sources/Message.swift` (+2 -0) 📝 `Sources/NetworkInjector+URLSession.swift` (+3 -0) 📝 `Sources/NetworkInjector.swift` (+4 -0) 📝 `Sources/Packages.swift` (+2 -0) 📝 `Sources/Transporter.swift` (+4 -0) </details> ### 📄 Description this will let atlantis be used on projects with a minimum requirement of ios below 13.0 if project minimum ios are below 13.0 ```swift import Atlantis if #available(iOS 13.0, *) { Atlantis.start() } ``` for project with minimum ios 13.0 or more ```swift import Atlantis Atlantis.start() ``` --- <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#148
No description provided.