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

Adhoc build 3.0.20170204_145546

parent e185a47d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3892,8 +3892,7 @@ static NSString* TERMINAL_ARRANGEMENT_HIDING_TOOLBELT_SHOULD_RESIZE_WINDOW = @"H
 
- (void)saveAffinitiesLater:(PTYTab *)theTab {
// Avoid saving affinities during detach because the windows will be gone by the time it saves them.
// if ([theTab isTmuxTab] && !theTab.tmuxController.detaching) {
if ([theTab isTmuxTab]) {
if ([theTab isTmuxTab] && !theTab.tmuxController.detaching) {
PtyLog(@"Queueing call to saveAffinitiesLater from %@", [NSThread callStackSymbols]);
[self performSelector:@selector(saveAffinitiesAndOriginsForController:)
withObject:[theTab tmuxController]
Loading
Loading
Loading
Loading
@@ -6,8 +6,6 @@ make clean
make release
rm -rf build/Deployment/iTerm.app
mv build/Deployment/iTerm2.app build/Deployment/iTerm.app
codesign --deep -s "Developer ID Application: GEORGE NACHMAN" -f "build/Deployment/iTerm.app"
codesign --verify --verbose "build/Deployment/iTerm.app" || die "Signature not verified"
pushd build/Deployment
zip -ry iTerm2-${NAME}.zip iTerm.app
chmod a+r iTerm2-${NAME}.zip
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