Skip to content

Commit

Permalink
prepare for 0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jtaby committed Jun 28, 2011
1 parent 3986635 commit 3fe802f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion VimAck/Classes/AppDelegate.rb
Expand Up @@ -90,7 +90,7 @@ def showOpenDialog
def showStatusBarMenu
statusItem = NSStatusBar.systemStatusBar.statusItemWithLength NSVariableStatusItemLength
statusItem.menu = statusMenu
statusItem.title = "Waldo"
statusItem.title = "W"
statusItem.highlightMode = true
end

Expand Down Expand Up @@ -129,6 +129,7 @@ def openWaldoWithProjectRoot(path)
ackWindowController.projectRoot = path
ackWindowController.window.setTitle "Searching in #{path}"
ackWindowController.showWindow nil
ackWindowController.window.defaultButtonCell = ackWindowController.searchButton

ackWindowController.window.makeKeyAndOrderFront(self)
NSApplication.sharedApplication.arrangeInFront self
Expand Down
26 changes: 13 additions & 13 deletions VimAck/Waldo-Info.plist
Expand Up @@ -17,11 +17,22 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3</string>
<string>0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.jtaby.${PRODUCT_NAME}.URLId</string>
<key>CFBundleURLSchemes</key>
<array>
<string>waldo</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.3</string>
<string>0.4</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
Expand All @@ -36,16 +47,5 @@
<string>http://jtaby.com/Waldo/appcast.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.jtaby.${PRODUCT_NAME}.URLId</string>
<key>CFBundleURLSchemes</key>
<array>
<string>waldo</string>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit 3fe802f

Please sign in to comment.