You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add sweetpad.build.scheme and sweetpad.build.destination settings so a project can pin its scheme and run destination in .vscode/settings.json instead of picking them again in every new checkout or worktree; the destination takes its type plus a plain UDID, and the pickers offer to write both settings for you (#307, thanks @czuria1)
Fix the built app not being found when Xcode is set to use a custom Derived Data location, either app-wide (Locations → Derived Data) or per-workspace (WorkspaceSettings.xcsettings): the bundled resolver now follows the same locations xcodebuild does instead of assuming the default DerivedData layout (#306)