[PR #443] [MERGED] Launch App With LLDB #1619

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

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/443
Author: @TheMoonThatRises
Created: 10/25/2022
Status: Merged
Merged: 12/10/2022
Merged by: @Depal1

Base: developHead: feat/lldb-launch-app


📝 Commits (6)

  • 6db12c3 feat: allow user to open app with lldb
  • 76fd827 prevent installedInExec from printing
  • 6a713bd make lldb async
  • 22d0454 Merge branch 'develop' into feat/lldb-launch-app
  • 68aacc3 Merge branch 'develop' into feat/lldb-launch-app
  • d187952 add newline to end of file

📊 Changes

6 files changed (+48 additions, -6 deletions)

View changed files

📝 PlayCover/Model/AppSettings.swift (+2 -0)
📝 PlayCover/Model/PlayApp.swift (+7 -1)
📝 PlayCover/Utils/PlayTools.swift (+2 -2)
📝 PlayCover/Utils/Shell.swift (+20 -0)
📝 PlayCover/Views/AppSettingsView.swift (+14 -3)
📝 PlayCover/en.lproj/Localizable.strings (+3 -0)

📄 Description

Allow the user to launch apps with the LLDB, either behind the scenes, or with an open terminal window.

  • Find alternative to osascript to launch and run command through terminal

🔄 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/PlayCover/PlayCover/pull/443 **Author:** [@TheMoonThatRises](https://github.com/TheMoonThatRises) **Created:** 10/25/2022 **Status:** ✅ Merged **Merged:** 12/10/2022 **Merged by:** [@Depal1](https://github.com/Depal1) **Base:** `develop` ← **Head:** `feat/lldb-launch-app` --- ### 📝 Commits (6) - [`6db12c3`](https://github.com/PlayCover/PlayCover/commit/6db12c3c2246c7f649a1c66fb25404923f6616dc) feat: allow user to open app with lldb - [`76fd827`](https://github.com/PlayCover/PlayCover/commit/76fd827e8c7d1585ff32ca3b27ad12378c666b66) prevent installedInExec from printing - [`6a713bd`](https://github.com/PlayCover/PlayCover/commit/6a713bd6364909207e7ab1575411282afbac4c37) make lldb async - [`22d0454`](https://github.com/PlayCover/PlayCover/commit/22d04544610fe65b6acd291cf472f24f3b8e1a6a) Merge branch 'develop' into feat/lldb-launch-app - [`68aacc3`](https://github.com/PlayCover/PlayCover/commit/68aacc307304f7940dcb0e18f0c3dc61cf0af271) Merge branch 'develop' into feat/lldb-launch-app - [`d187952`](https://github.com/PlayCover/PlayCover/commit/d1879525e9fe3d4a23419fbb3b726fb232fdf880) add newline to end of file ### 📊 Changes **6 files changed** (+48 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover/Model/AppSettings.swift` (+2 -0) 📝 `PlayCover/Model/PlayApp.swift` (+7 -1) 📝 `PlayCover/Utils/PlayTools.swift` (+2 -2) 📝 `PlayCover/Utils/Shell.swift` (+20 -0) 📝 `PlayCover/Views/AppSettingsView.swift` (+14 -3) 📝 `PlayCover/en.lproj/Localizable.strings` (+3 -0) </details> ### 📄 Description Allow the user to launch apps with the LLDB, either behind the scenes, or with an open terminal window. - [x] ~~Find alternative to osascript to launch and run command through terminal~~ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:08:00 +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/PlayCover#1619
No description provided.