Skip to content

Commit 308f87f

Browse files
author
Matt Turner
committed
Merge remote-tracking branch 'fitztrev/master'
2 parents 2711c3e + 7d317a7 commit 308f87f

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>
26 Bytes
Binary file not shown.
138 Bytes
Binary file not shown.
54 Bytes
Binary file not shown.
26 Bytes
Binary file not shown.
180 Bytes
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)