Skip to content

Commit

Permalink
2.1.5.1 Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasio committed Apr 21, 2015
2 parents fa5ab3b + 56f1cbc commit 4a70950
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Scripts/binaries.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REDIS_VERSION="2.8.18"
REDIS_VERSION="3.0.0"
REDIS_PATH="$TKD_TMP_PATH/redis-$REDIS_VERSION"

if [ -d $REDIS_PATH ]
Expand Down
6 changes: 3 additions & 3 deletions Scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ cd $TKD_TMP_PATH
zip -r $TKD_RUBY.zip $TKD_RUBY
cd $root

rm -Rf src
rm -Rf dist
#rm -Rf src
#rm -Rf dist

cp $TKD_TMP_PATH/$TKD_RUBY.zip Tokaido/Rubies/$TKD_RUBY.zip
cp $TKD_TMP_PATH/tokaido-gems.zip Tokaido/tokaido-gems.zip
cp $TKD_TMP_PATH/tokaido-bin.zip Tokaido/tokaido-bin.zip
cp $TKD_TMP_PATH/tokaido-bootstrap.zip Tokaido/tokaido-bootstrap.zip

rm -Rf $TKD_TMP_PATH
#rm -Rf $TKD_TMP_PATH
Binary file added Tokaido/Rubies/2.1.5-p273.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Tokaido/SetupTokaido.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ fi

cd "$TOKAIDO_APP_DIR"

echo -e "\033[0;32mThis terminal is now ready use with Tokaido.\033[00m"
echo -e "\033[0;32mThis terminal is now ready to use with Tokaido.\033[00m"
echo
1 change: 1 addition & 0 deletions Tokaido/TKDApp.m
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ - (void)task:(TKDTask *)task didTerminate:(int)terminationStatus reason:(NSTaskT
if (terminationStatus == 0) {
[self enterSubstate:TKDAppBootingStartingServer];
NSString *command = [NSString stringWithFormat:@"ADD \"%@\" \"%@\"\n", self.appHostname, self.appDirectoryPath];

[[TKDMuxrManager defaultManager] issueCommand:command];
} else {
[self enterSubstate:TKDAppBootingBundleFailed];
Expand Down
6 changes: 3 additions & 3 deletions Tokaido/Tokaido-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.1</string>
<string>2.1.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.1.5</string>
<string>2.1.5.1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand All @@ -39,7 +39,7 @@
<key>SMPrivilegedExecutables</key>
<dict>
<key>io.tilde.tokaido-bootstrap</key>
<string>identifier io.tilde.tokaido-bootstrap and certificate leaf[subject.CN] = "Developer ID Application: Tilde Inc."</string>
<string>identifier io.tilde.tokaido-bootstrap and certificate leaf[subject.CN] = &quot;Developer ID Application: Tilde Inc.&quot;</string>
</dict>
</dict>
</plist>

0 comments on commit 4a70950

Please sign in to comment.