We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f7bd3 commit 1fa5728Copy full SHA for 1fa5728
Makefile
@@ -56,7 +56,7 @@ Deployment:
56
xcodebuild -parallelizeTargets -target Therm -configuration Deployment $(CIFLAGS)
57
chmod -R go+rX build/Deployment
58
mkdir -p build/Deployment/Therm.app/Contents/Frameworks/
59
- cp -rf ColorPicker/ColorPicker.framework build/Deployment/Therm.app/Contents/
+ cp -rf ColorPicker/ColorPicker.framework build/Deployment/Therm.app/Contents/MacOS
60
-sh version.sh -f
61
62
run: Development
0 commit comments