Skip to content

Commit

Permalink
Balthisar Tidy 0.7.25
Browse files Browse the repository at this point in the history
  - Visible changes
    - Built for Mac OS X 10.9 (now minimum supported OS)
    - Added Mac OS X full-screen support
    - Added developer signature to make Gatekeeper happy
    - Added Retina display App icons
    - New file icons including support for Retina displays
    - Improved the line numbers for the HTML and Tidy’d View
    - Added and changed information in Tidy->About
    - Default document window is larger.
    - Tweaked the document window layout and appearance
    - Tweaked the preferences window
    - Adopted the most recent version of W3C TidyLib (more options!)
    - Cleaned up remaining batch mode references. Will add in roadmap later.
    - Cleaned up file encoding mechanism
  - Invisible changes
    - Significant source code cleanup for legibility
    - Some refactorization
    - Some migration to modern Objective-C style
    - Patched some memory leaks
    - Removed all deprecated calls
    - Started ivar to property conversion
    - Eliminated all compiler warnings (except for TidyLib proper)
  • Loading branch information
balthisar committed Jan 27, 2014
1 parent de8132c commit 3bcb074
Show file tree
Hide file tree
Showing 851 changed files with 75,180 additions and 26,327 deletions.
39 changes: 0 additions & 39 deletions Balthisar Tidy 0.60 Notes.txt

This file was deleted.

78 changes: 35 additions & 43 deletions Balthisar Tidy.plist → Balthisar Tidy Signed-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,91 +3,83 @@
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<string>en</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>html</string>
<string>HTML</string>
<string>htm</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>iconhtml</string>
<key>CFBundleTypeName</key>
<string>HTML File</string>
<key>CFBundleTypeOSTypes</key>
<string>HTML</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>TEXT</string>
<string>text/html</string>
</array>
<key>CFBundleTypeName</key>
<string>HTML FIle</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>NSDocumentClass</key>
<string>TidyDocument</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<key>LSItemContentTypes</key>
<array>
<string>htm</string>
<string>HTM</string>
<string>public.html</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>iconhtm</string>
<key>CFBundleTypeName</key>
<string>HTM File (DOS extension)</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>TEXT</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSTypeIsPackage</key>
<integer>0</integer>
<key>NSDocumentClass</key>
<string>TidyDocument</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>php</string>
<string>PHP</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>iconphp</string>
<key>CFBundleTypeName</key>
<string>PHP File (PHP HTML File)</string>
<key>CFBundleTypeOSTypes</key>
<string>PHP</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>TEXT</string>
<string>text/html</string>
</array>
<key>CFBundleTypeName</key>
<string>PHP File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>public.php-script</string>
</array>
<key>LSTypeIsPackage</key>
<integer>0</integer>
<key>NSDocumentClass</key>
<string>TidyDocument</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>Balthisar Tidy</string>
<key>CFBundleGetInfoString</key>
<string>Balthisar Tidy</string>
<key>CFBundleHelpBookFolder</key>
<string>Balthisar Tidy Help</string>
<key>CFBundleHelpBookName</key>
<string>Balthisar Tidy Help</string>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>iconbroom</string>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.balthisar.balthisartidy</string>
<string>com.balthisar.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Balthisar Tidy</string>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6</string>
<string>0.7</string>
<key>CFBundleSignature</key>
<string>WWS2</string>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.6</string>
<string>0.7.249</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2013 James S. Derry. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
Loading

0 comments on commit 3bcb074

Please sign in to comment.