Fix to pass correct relative path when adding a local package reference. The path must be adjusted to one level deeper in the directories structure as the MeasurementApp is cloned into user-current-dir/swift-package-info
399c9ad
Clone measurement app using user current directory instead of a temporary one. It is needed for the relative path to work correctly, as resolving the relative path from a temporary directory doesn't work. As side effect this adds the risk of leaving the user directory dirty in case the user manually cancels the tool after the empty app was already cloned beb2e1c
MeasurementApp
is cloned intouser-current-dir/swift-package-info
399c9ad