Skip to content

Commit 99b300b

Browse files
author
Matt Turner
committed
applescript fixes for iTerm Stable, Nightly and Terminal
iTerm Stable and Terminal apple scripts were not correctly handling events where the app was open but no windows were open. Fixed an issue were iTerm Nightly applescripts would not open if a theme was not set. Added the script files that compile the applescripts files for inclusion in shuttle.app Corrected an issue where shuttle would not open file system commands.
1 parent 2711c3e commit 99b300b

22 files changed

+133
-59
lines changed

Shuttle/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ - (void) openHost:(NSMenuItem *) sender {
465465
NSArray *passParameters = @[escapedObject, terminalTheme, terminalTitle];
466466

467467
// Check if Url
468-
NSURL* url = [NSURL URLWithString:[sender representedObject]];
468+
NSURL* url = [NSURL URLWithString:escapedObject];
469469
if(url)
470470
{
471471
[[NSWorkspace sharedWorkspace] openURL:url];

Shuttle/Shuttle-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.2.5</string>
20+
<string>1.2.6</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.2.5</string>
24+
<string>1.2.6</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.developer-tools</string>
2727
<key>LSMinimumSystemVersion</key>
Binary file not shown.
Binary file not shown.
54 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
84 Bytes
Binary file not shown.
26 Bytes
Binary file not shown.
-538 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)