Skip to content
Snippets Groups Projects
Commit 96a35110 authored by George Nachman's avatar George Nachman
Browse files

Use the beta build configuration for beta releases. Update the makefile and release_beta script

parent a7a79d4d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -31,6 +31,11 @@ Development:
Dep:
xcodebuild -parallelizeTargets -target iTerm2 -configuration Deployment
 
Beta:
cp plists/release-iTerm2.plist plists/iTerm2.plist
xcodebuild -parallelizeTargets -target iTerm2 -configuration Beta && \
chmod -R go+rX build/Deployment
Deployment:
xcodebuild -parallelizeTargets -target iTerm2 -configuration Deployment && \
chmod -R go+rX build/Deployment
Loading
Loading
Loading
Loading
@@ -88,7 +88,7 @@ ORIG_DIR=`pwd`
 
echo "Build deployment release"
make clean
make release
make Beta
 
BUILDTYPE=Beta
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment