Skip to content

Commit

Permalink
Code signing wasn't working before
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule committed Nov 15, 2013
1 parent 02b5d35 commit 21b8ea3
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 6,461 deletions.
16 changes: 3 additions & 13 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,24 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
<array/>
<key>CFBundleExecutable</key>
<string>cd to</string>
<key>CFBundleIconFile</key>
<string>lion.icns</string>
<key>CFBundleIdentifier</key>
<string>name.jbtule.cdto</string>
<string>name.tuley.jay.cdto</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>cd to</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.5</string>
<string>2.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array/>
<key>CFBundleVersion</key>
<string>4</string>
<string>6</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand All @@ -36,11 +32,5 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSServices</key>
<array/>
<key>UTExportedTypeDeclarations</key>
<array/>
<key>UTImportedTypeDeclarations</key>
<array/>
</dict>
</plist>
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ To use with iTerm or X11/xterm, using the finder contextual menu "show package c


###Changes:
Version 2.6
* Fixed bug where get info window interferes
* works on selected folder again
* iTerm 2 plugin update

Version 2.5
* Lion Version
Expand Down
Loading

0 comments on commit 21b8ea3

Please sign in to comment.