We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8afa7 commit 6b53bd5Copy full SHA for 6b53bd5
makefile
@@ -11,5 +11,5 @@ create-without-open: clean
11
xcrun safari-web-extension-converter "$(PWD)" --project-location safari-extension --force --no-open
12
13
macos: create-without-open
14
- xcodebuild -workspace safari-extension/ScratchTools/ScratchTools.xcodeproj/project.xcworkspace -scheme "ScratchTools (macOS)" -configuration Debug clean build CONFIGURATION_BUILD_DIR=$(PWD)/safari-extension-build
+ xcodebuild -workspace safari-extension/ScratchTools/ScratchTools.xcodeproj/project.xcworkspace -scheme "ScratchTools (macOS)" -configuration Debug clean build CONFIGURATION_BUILD_DIR="$(PWD)/safari-extension-build"
15
echo "App available at $(PWD)/safari-extension-build"
0 commit comments