Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
1.0 let's gooo
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Dec 26, 2014
1 parent bd544a0 commit 115ad40
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleName</key>
<string>TypeStatus</string>
<key>CFBundleShortVersionString</key>
<string>1.0b3</string>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>3</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Tweak.xm
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void HBTSSetStatus(HBTSStatusBarType type, NSString *handle) {
void HBTSShowFirstRunAlert() {
NSAlert *alert = [[[NSAlert alloc] init] autorelease];
alert.messageText = @"Welcome to TypeStatus";
alert.informativeText = @"This is a preview of TypeStatus for Mac. Please send bug reports and feedback to [email protected].";
alert.informativeText = @"You’ll now see subtle notifications in your menu bar when someone is typing an iMessage to you or reads an iMessage you sent.\nIf you like TypeStatus, don’t forget to let your friends know about it!";

if (!IS_OSX_OR_NEWER(10_10)) {
alert.showsSuppressionButton = YES;
Expand Down
Binary file modified stuff/folder.pxm
Binary file not shown.

0 comments on commit 115ad40

Please sign in to comment.