Xcodeproj icon indicating copy to clipboard operation
Xcodeproj copied to clipboard

How to find the active scheme of a project/workspace

Open Saafo opened this issue 10 months ago • 0 comments

Similar to the problem I've described on stackoverflow

There're only somethings like:

Xcodeproj::Workspace.new_from_xcworkspace("My.xcworkspace").schemes
Xcodeproj::Project.schemes("My.xcodeproj")

What I want is: Xcodeproj::Project.active_scheme("My.xcodeproj")

Saafo avatar Aug 17 '23 05:08 Saafo