[PR #180] [MERGED] Support Watch OS + VisionOS #178

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

📋 Pull Request Information

Original PR: https://github.com/ProxymanApp/atlantis/pull/180
Author: @NghiaTranUIT
Created: 10/30/2025
Status: Merged
Merged: 10/30/2025
Merged by: @NghiaTranUIT

Base: mainHead: feat/support-watch-os


📝 Commits (4)

📊 Changes

12 files changed (+448 additions, -8 deletions)

View changed files

📝 Example/AtlantisSwiftUIApp/AtlantisSwiftUIApp.xcodeproj/project.pbxproj (+182 -1)
Example/AtlantisSwiftUIApp/AtlantisWatchOSApp Watch App/Assets.xcassets/AccentColor.colorset/Contents.json (+11 -0)
Example/AtlantisSwiftUIApp/AtlantisWatchOSApp Watch App/Assets.xcassets/AppIcon.appiconset/Contents.json (+13 -0)
Example/AtlantisSwiftUIApp/AtlantisWatchOSApp Watch App/Assets.xcassets/Contents.json (+6 -0)
Example/AtlantisSwiftUIApp/AtlantisWatchOSApp Watch App/AtlantisWatchOSAppApp.swift (+37 -0)
Example/AtlantisSwiftUIApp/AtlantisWatchOSApp Watch App/ContentView.swift (+172 -0)
📝 Package.swift (+3 -1)
📝 README.md (+2 -2)
📝 Sources/Atlantis.swift (+1 -1)
📝 Sources/Packages.swift (+17 -1)
📝 Sources/Transporter.swift (+1 -1)
📝 atlantis-proxyman.podspec (+3 -1)

📄 Description

  • Support Watch OS + VisionOS

🔄 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/180 **Author:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Created:** 10/30/2025 **Status:** ✅ Merged **Merged:** 10/30/2025 **Merged by:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Base:** `main` ← **Head:** `feat/support-watch-os` --- ### 📝 Commits (4) - [`480273e`](https://github.com/ProxymanApp/atlantis/commit/480273e9705d6b2325a402a470a74243cdc2150a) Support Watch OS - [`74ad61b`](https://github.com/ProxymanApp/atlantis/commit/74ad61bd342b9eddaa30719789b86856164b8e7c) Add apple watch sample app - [`ce7e752`](https://github.com/ProxymanApp/atlantis/commit/ce7e752ffc99cf7cf3e4b1db77a94d2e416ad5e4) Support VisionOS - [`5fb975b`](https://github.com/ProxymanApp/atlantis/commit/5fb975b7806ec553d03da02ee6b1d2c009a39a78) Update atlantis-proxyman.podspec ### 📊 Changes **12 files changed** (+448 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Example/AtlantisSwiftUIApp/AtlantisSwiftUIApp.xcodeproj/project.pbxproj` (+182 -1) ➕ `Example/AtlantisSwiftUIApp/AtlantisWatchOSApp Watch App/Assets.xcassets/AccentColor.colorset/Contents.json` (+11 -0) ➕ `Example/AtlantisSwiftUIApp/AtlantisWatchOSApp Watch App/Assets.xcassets/AppIcon.appiconset/Contents.json` (+13 -0) ➕ `Example/AtlantisSwiftUIApp/AtlantisWatchOSApp Watch App/Assets.xcassets/Contents.json` (+6 -0) ➕ `Example/AtlantisSwiftUIApp/AtlantisWatchOSApp Watch App/AtlantisWatchOSAppApp.swift` (+37 -0) ➕ `Example/AtlantisSwiftUIApp/AtlantisWatchOSApp Watch App/ContentView.swift` (+172 -0) 📝 `Package.swift` (+3 -1) 📝 `README.md` (+2 -2) 📝 `Sources/Atlantis.swift` (+1 -1) 📝 `Sources/Packages.swift` (+17 -1) 📝 `Sources/Transporter.swift` (+1 -1) 📝 `atlantis-proxyman.podspec` (+3 -1) </details> ### 📄 Description - Support Watch OS + VisionOS --- <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:16 +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#178
No description provided.