Skip to content

Commit

Permalink
JSTalk can now open .js files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccgus committed Nov 5, 2011
1 parent 40fd85b commit 5a4a96b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions res/Info.plist
Expand Up @@ -10,6 +10,7 @@
<key>CFBundleTypeExtensions</key>
<array>
<string>jstalk</string>
<string>js</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>JSTalkDocument.icns</string>
Expand Down Expand Up @@ -59,14 +60,14 @@
<string>JSTalk Editor</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<key>LSMinimumSystemVersion</key>
<string>10.6</string>
<key>NSMainNibFile</key>
Expand Down

0 comments on commit 5a4a96b

Please sign in to comment.