mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-27 00:35:52 +03:00
[PR #443] [MERGED] Launch App With LLDB #1619
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1619
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/PlayCover/PlayCover/pull/443
Author: @TheMoonThatRises
Created: 10/25/2022
Status: ✅ Merged
Merged: 12/10/2022
Merged by: @Depal1
Base:
develop← Head:feat/lldb-launch-app📝 Commits (6)
6db12c3feat: allow user to open app with lldb76fd827prevent installedInExec from printing6a713bdmake lldb async22d0454Merge branch 'develop' into feat/lldb-launch-app68aacc3Merge branch 'develop' into feat/lldb-launch-appd187952add 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.