Skip to content

Commit 4a70950

Browse files
committed
2.1.5.1 Release.
2 parents fa5ab3b + 56f1cbc commit 4a70950

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

Scripts/binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
REDIS_VERSION="2.8.18"
1+
REDIS_VERSION="3.0.0"
22
REDIS_PATH="$TKD_TMP_PATH/redis-$REDIS_VERSION"
33

44
if [ -d $REDIS_PATH ]

Scripts/package.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ cd $TKD_TMP_PATH
4444
zip -r $TKD_RUBY.zip $TKD_RUBY
4545
cd $root
4646

47-
rm -Rf src
48-
rm -Rf dist
47+
#rm -Rf src
48+
#rm -Rf dist
4949

5050
cp $TKD_TMP_PATH/$TKD_RUBY.zip Tokaido/Rubies/$TKD_RUBY.zip
5151
cp $TKD_TMP_PATH/tokaido-gems.zip Tokaido/tokaido-gems.zip
5252
cp $TKD_TMP_PATH/tokaido-bin.zip Tokaido/tokaido-bin.zip
5353
cp $TKD_TMP_PATH/tokaido-bootstrap.zip Tokaido/tokaido-bootstrap.zip
5454

55-
rm -Rf $TKD_TMP_PATH
55+
#rm -Rf $TKD_TMP_PATH

Tokaido/Rubies/2.1.5-p273.zip

8.34 MB
Binary file not shown.

Tokaido/SetupTokaido.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ fi
1515

1616
cd "$TOKAIDO_APP_DIR"
1717

18-
echo -e "\033[0;32mThis terminal is now ready use with Tokaido.\033[00m"
18+
echo -e "\033[0;32mThis terminal is now ready to use with Tokaido.\033[00m"
1919
echo

Tokaido/TKDApp.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ - (void)task:(TKDTask *)task didTerminate:(int)terminationStatus reason:(NSTaskT
285285
if (terminationStatus == 0) {
286286
[self enterSubstate:TKDAppBootingStartingServer];
287287
NSString *command = [NSString stringWithFormat:@"ADD \"%@\" \"%@\"\n", self.appHostname, self.appDirectoryPath];
288+
288289
[[TKDMuxrManager defaultManager] issueCommand:command];
289290
} else {
290291
[self enterSubstate:TKDAppBootingBundleFailed];

Tokaido/Tokaido-Info.plist

Lines changed: 3 additions & 3 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>2.1</string>
20+
<string>2.1.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>2.1.5</string>
24+
<string>2.1.5.1</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.developer-tools</string>
2727
<key>LSMinimumSystemVersion</key>
@@ -39,7 +39,7 @@
3939
<key>SMPrivilegedExecutables</key>
4040
<dict>
4141
<key>io.tilde.tokaido-bootstrap</key>
42-
<string>identifier io.tilde.tokaido-bootstrap and certificate leaf[subject.CN] = "Developer ID Application: Tilde Inc."</string>
42+
<string>identifier io.tilde.tokaido-bootstrap and certificate leaf[subject.CN] = &quot;Developer ID Application: Tilde Inc.&quot;</string>
4343
</dict>
4444
</dict>
4545
</plist>

0 commit comments

Comments
 (0)