You can open Xcode with environment variable.
$ killall Xcode
$ USE_ANOTHER_DEP=1 open Package.swift
I don’t know if this is documented or not, but it’s heavily used in my project.
You can open Xcode with environment variable.
$ killall Xcode
$ USE_ANOTHER_DEP=1 open Package.swift
I don’t know if this is documented or not, but it’s heavily used in my project.