Skip to content

Commit

Permalink
Balthisar Tidy 1.0.1
Browse files Browse the repository at this point in the history
  - Introduced backward support to Mac OS X 10.8 Mountain Lion
  - Added a "first run helper" to give an overview to new users
  - Added an Apple Help Help Book to provide fairly good documentation
  - Added a file encoding helper to help users when Tidy thinks that the input-encoding is set wrong
  - Added the Sparkle update engine to offer automatic updates
  - Added preferences to support Sparkle
  - Tweaked other preferences’s layouts for better usability and to support Cocoa bindings
  - Other code tweaks, changes, and simplification
  • Loading branch information
balthisar committed Mar 8, 2014
1 parent 3bcb074 commit 8a8652b
Show file tree
Hide file tree
Showing 319 changed files with 6,450 additions and 1,657 deletions.
88 changes: 0 additions & 88 deletions Balthisar Tidy Signed-Info.plist

This file was deleted.

360 changes: 343 additions & 17 deletions Balthisar Tidy.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

18 changes: 15 additions & 3 deletions Balthisar Tidy/Balthisar Tidy-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildNumber</key>
<integer>4</integer>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDocumentTypes</key>
Expand Down Expand Up @@ -58,6 +60,10 @@
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleHelpBookFolder</key>
<string>Balthisar Tidy.help</string>
<key>CFBundleHelpBookName</key>
<string>com.balthisar.tidy.help</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
Expand All @@ -69,20 +75,26 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.725</string>
<string>1.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.7.250</string>
<string>1.0.4</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>
<string>Copyright © 2014 James S. Derry. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>SUAllowsAutomaticUpdates</key>
<false/>
<key>SUEnableSystemProfiling</key>
<true/>
<key>SUFeedURL</key>
<string>http://www.balthisar.com/softwareupdates/updatecheck/tidy</string>
</dict>
</plist>
5 changes: 4 additions & 1 deletion Balthisar Tidy/Balthisar Tidy.entitlements
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
</dict>
</plist>
7 changes: 5 additions & 2 deletions Balthisar Tidy/Base.lproj/Credits.rtf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{\rtf1\ansi\ansicpg1252\cocoartf1265
{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf190
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;\red83\green83\blue83;}
\paperw12240\paperh15840\margl1440\margr1440\vieww9000\viewh8400\viewkind0
Expand All @@ -14,8 +14,11 @@
TidyLib by Dave Raggett
\i et al
\i0 \
\'a92002-2013 World Wide Web Consortium\
\'a92002-2014 World Wide Web Consortium\
\
NoodleLineNumberView by Paul Kim\
\'a92012 Noodlesoft, LLC\
\
Sparkle by Andy Matuschak\
\'a92006 Andy Matuschak\
}
Loading

0 comments on commit 8a8652b

Please sign in to comment.