Skip to content

Commit

Permalink
Balthisar Tidy 3.0.2
Browse files Browse the repository at this point in the history
  - New Features
    - Update to HTML Tidy 5.1.41
        - Adds a new option (`strict-tags-attributes`) to ensure that the tags and
          attributes in documents match the version of HTML being generated.
        - This is now the minimum supported version for `libtidy-balthisar.dylib`
          users is now 5.1.41 due to HTML Tidy API requirements.
    - Update to the newest version of Sparkle (doesn't apply to App Store
      versions) in order to eliminate a man-in-the-middle attack vulnerability.
      See [https://sparkle-project.org/documentation/security/](https://sparkle-project.org/documentation/security/).
    - Updated to the latest [modern Fragaria](https://github.com/shysaur/Fragaria/),
      which offers several minor improvements and faster performance of the text
      editor.
    - Holding Command-Shift while launching provides the opportunity to delete
      all user defaults.

  - Visible Changes
    - Incorrect information about NoodleKit removed from the About… window and
      proper attribution given for modern Fragaria.
    - Descriptions updated, e.g., `alt-text` and the new `strict-tags-attributes`.

  - Bug Fixes
    - Fixes to the exporting Unix config file.
      - "Config: missing or malformed argument for option: css-prefix" (fixed by updated `libtidy`)
      - Warning: replacing invalid character code 128
      - Warning: replacing invalid character code 153
    - Fixed memory leaks identified by Instruments.
    - Removed dependence on `libtidy` enum values.

  - Miscellaneous Fixes
    - _Balthisar Tidy_’s (from the website) disk image has been updated to indicate
      that while you can test it from the disk image without installing, some of the
      features won’t work. In particular System Services and Action Helpers are
      prevented by Mac OS X from running off of a disk image.
  • Loading branch information
balthisar committed Feb 24, 2016
1 parent 977ea25 commit b7ea2b8
Show file tree
Hide file tree
Showing 1,288 changed files with 11,301 additions and 51,586 deletions.
2 changes: 1 addition & 1 deletion Balthisar Common Headers/CommonHeaders.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*=======================================================*/
#pragma mark - LibTidy version checking

#define LIBTIDY_V_WANT @"5.1.24"
#define LIBTIDY_V_WANT @"5.1.41"


/*=======================================================*
Expand Down
6 changes: 3 additions & 3 deletions Balthisar Tidy Extension/Info-Body.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.0.0</string>
<string>3.0.2</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key>
Expand All @@ -44,6 +44,6 @@
<string>ActionRequestHandler</string>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Jim Derry. All rights reserved.</string>
<string>Copyright © 2016 Jim Derry. All rights reserved.</string>
</dict>
</plist>
6 changes: 3 additions & 3 deletions Balthisar Tidy Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.0.0</string>
<string>3.0.2</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key>
Expand All @@ -44,6 +44,6 @@
<string>ActionRequestHandler</string>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Jim Derry. All rights reserved.</string>
<string>Copyright © 2016 Jim Derry. All rights reserved.</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Balthisar Tidy Help Project/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundleDevelopmentRegion</key>
<string>en_us</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<string>3.0.1</string>
<key>CFBundleVersion</key>
<string>3.0.0</string>
<string>3.0.1</string>
<key>HPDBookIconPath</key>
<string>shared/[email protected]</string>
<key>HPDBookKBProduct</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ order: 5
==============================

Should you ever want to delete all of _<%= product_name %>_’s settings in order
to start out fresh, simply issue this command in Terminal.app:
to start out fresh, you can quit _<%= product_name %>_ and then launch it again
while holding down the **Command**-**Shift** key combination.

Alternatively, simply issue this command in Terminal.app:

<% if target_name?(:web) %>
`defaults delete com.balthisar.web.free.balthisar-tidy`
Expand Down
4 changes: 2 additions & 2 deletions Balthisar Tidy Help Project/Contents/_Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundleDevelopmentRegion</key>
<string>en_us</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<string>3.0.1</string>
<key>CFBundleVersion</key>
<string>3.0.0</string>
<string>3.0.1</string>
<key>HPDBookIconPath</key>
<string>shared/[email protected]</string>
<key>HPDBookKBProduct</key>
Expand Down
6 changes: 3 additions & 3 deletions Balthisar Tidy Help Project/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
{
:CFBundleID => 'com.balthisar.Balthisar-Tidy.web.help',
:ProductName => 'Balthisar Tidy',
:ProductVersion => '3.0.0',
:ProductVersion => '3.0.2',
:ProductURI => 'http://www.balthisar.com/',
:Features =>
{
Expand All @@ -91,7 +91,7 @@
{
:CFBundleID => 'com.balthisar.Balthisar-Tidy.help',
:ProductName => 'Balthisar Tidy',
:ProductVersion => '3.0.0',
:ProductVersion => '3.0.2',
:ProductURI => 'http://www.balthisar.com/',
:Features =>
{
Expand All @@ -114,7 +114,7 @@
{
:CFBundleID => 'com.balthisar.Balthisar-Tidy.pro.help',
:ProductName => 'Balthisar Tidy for Work',
:ProductVersion => '3.0.0',
:ProductVersion => '3.0.2',
:ProductURI => 'http://www.balthisar.com/',
:Features =>
{
Expand Down
7 changes: 3 additions & 4 deletions Balthisar Tidy Service Helper/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.0.0</string>
<string>3.0.2</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Jim Derry. All rights reserved.</string>
<string>Copyright © 2016 Jim Derry. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>HelperMainMenu</string>
<key>NSPrincipalClass</key>
Expand Down Expand Up @@ -87,6 +87,5 @@
<string>${TIDY_SDEF}</string>
<key>NSAppleScriptEnabled</key>
<string>${JSD_APPLESCRIPT_VALUE}</string>

</dict>
</plist>
20 changes: 16 additions & 4 deletions Balthisar Tidy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
D01AACB8193DE56000C4E5B2 /* HideDescriptionTemplate.pdf in Resources */ = {isa = PBXBuildFile; fileRef = D0E6AE16190C9FAC00B49779 /* HideDescriptionTemplate.pdf */; };
D01AACB9193DE56000C4E5B2 /* ShowDescriptionTemplate.pdf in Resources */ = {isa = PBXBuildFile; fileRef = D0E6AE17190C9FAC00B49779 /* ShowDescriptionTemplate.pdf */; };
D01AACBA193DE58200C4E5B2 /* PaneBottomShadow.tiff in Resources */ = {isa = PBXBuildFile; fileRef = D0E6AE1F190CB34500B49779 /* PaneBottomShadow.tiff */; };
D01AE4891C740EA1008E7199 /* language_en.h in Headers */ = {isa = PBXBuildFile; fileRef = D01AE4851C740EA1008E7199 /* language_en.h */; };
D01AE48A1C740EA1008E7199 /* language.c in Sources */ = {isa = PBXBuildFile; fileRef = D01AE4861C740EA1008E7199 /* language.c */; };
D01AE48B1C740EA1008E7199 /* language.h in Headers */ = {isa = PBXBuildFile; fileRef = D01AE4871C740EA1008E7199 /* language.h */; };
D01AE48C1C740EA1008E7199 /* message.c in Sources */ = {isa = PBXBuildFile; fileRef = D01AE4881C740EA1008E7199 /* message.c */; };
D01BA7BD1967DD3700843C69 /* TidyScripting.sdef in Resources */ = {isa = PBXBuildFile; fileRef = D036E21718F3D81E0009A9D4 /* TidyScripting.sdef */; };
D01C70BB1A55850D00CC5038 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D016A929182FD80700712C60 /* Cocoa.framework */; };
D01C70C01A55850D00CC5038 /* icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = D01C70BF1A55850D00CC5038 /* icon.icns */; };
Expand Down Expand Up @@ -288,7 +292,6 @@
D0A482851BCF9BD000E0646F /* entities.c in Sources */ = {isa = PBXBuildFile; fileRef = D0323AA81A7DE25000A0A9FC /* entities.c */; };
D0A482861BCF9BD000E0646F /* sprtf.c in Sources */ = {isa = PBXBuildFile; fileRef = D0323ABC1A7DE25000A0A9FC /* sprtf.c */; };
D0A482871BCF9BD000E0646F /* attrdict.c in Sources */ = {isa = PBXBuildFile; fileRef = D0323A9C1A7DE25000A0A9FC /* attrdict.c */; };
D0A482881BCF9BD000E0646F /* localize.c in Sources */ = {isa = PBXBuildFile; fileRef = D0323AB41A7DE25000A0A9FC /* localize.c */; };
D0A482891BCF9BD000E0646F /* alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = D0323A9A1A7DE25000A0A9FC /* alloc.c */; };
D0A4828A1BCF9BD000E0646F /* pprint.c in Sources */ = {isa = PBXBuildFile; fileRef = D0323ABA1A7DE25000A0A9FC /* pprint.c */; };
D0A4828B1BCF9BD000E0646F /* config.c in Sources */ = {isa = PBXBuildFile; fileRef = D0323AA61A7DE25000A0A9FC /* config.c */; };
Expand Down Expand Up @@ -828,6 +831,10 @@
D016A92E182FD80700712C60 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
D016A931182FD80700712C60 /* Balthisar Tidy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Balthisar Tidy-Info.plist"; path = "Balthisar Tidy/Balthisar Tidy-Info.plist"; sourceTree = "<group>"; };
D016A935182FD80700712C60 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = "Balthisar Tidy/main.m"; sourceTree = "<group>"; };
D01AE4851C740EA1008E7199 /* language_en.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = language_en.h; sourceTree = "<group>"; };
D01AE4861C740EA1008E7199 /* language.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = language.c; sourceTree = "<group>"; };
D01AE4871C740EA1008E7199 /* language.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = language.h; sourceTree = "<group>"; };
D01AE4881C740EA1008E7199 /* message.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = message.c; sourceTree = "<group>"; };
D01C70BA1A55850D00CC5038 /* Tidy Extension (web).appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "Tidy Extension (web).appex"; sourceTree = BUILT_PRODUCTS_DIR; };
D01C70BE1A55850D00CC5038 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
D01C70BF1A55850D00CC5038 /* icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = icon.icns; sourceTree = "<group>"; };
Expand Down Expand Up @@ -868,7 +875,6 @@
D0323AB11A7DE25000A0A9FC /* istack.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = istack.c; sourceTree = "<group>"; };
D0323AB21A7DE25000A0A9FC /* lexer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lexer.c; sourceTree = "<group>"; };
D0323AB31A7DE25000A0A9FC /* lexer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lexer.h; sourceTree = "<group>"; };
D0323AB41A7DE25000A0A9FC /* localize.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = localize.c; sourceTree = "<group>"; };
D0323AB51A7DE25000A0A9FC /* mappedio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mappedio.c; sourceTree = "<group>"; };
D0323AB61A7DE25000A0A9FC /* mappedio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mappedio.h; sourceTree = "<group>"; };
D0323AB71A7DE25000A0A9FC /* message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = message.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1421,11 +1427,14 @@
D0323AAF1A7DE25000A0A9FC /* iconvtc.c */,
D0323AB01A7DE25000A0A9FC /* iconvtc.h */,
D0323AB11A7DE25000A0A9FC /* istack.c */,
D01AE4871C740EA1008E7199 /* language.h */,
D01AE4861C740EA1008E7199 /* language.c */,
D01AE4851C740EA1008E7199 /* language_en.h */,
D0323AB21A7DE25000A0A9FC /* lexer.c */,
D0323AB31A7DE25000A0A9FC /* lexer.h */,
D0323AB41A7DE25000A0A9FC /* localize.c */,
D0323AB51A7DE25000A0A9FC /* mappedio.c */,
D0323AB61A7DE25000A0A9FC /* mappedio.h */,
D01AE4881C740EA1008E7199 /* message.c */,
D0323AB71A7DE25000A0A9FC /* message.h */,
D0323AB81A7DE25000A0A9FC /* parser.c */,
D0323AB91A7DE25000A0A9FC /* parser.h */,
Expand Down Expand Up @@ -1812,6 +1821,7 @@
D0A482961BCF9BD000E0646F /* charsets.h in Headers */,
D0A482971BCF9BD000E0646F /* clean.h in Headers */,
D0A482981BCF9BD000E0646F /* config.h in Headers */,
D01AE48B1C740EA1008E7199 /* language.h in Headers */,
D0A482991BCF9BD000E0646F /* entities.h in Headers */,
D0A4829A1BCF9BD000E0646F /* fileio.h in Headers */,
D0A4829B1BCF9BD000E0646F /* forward.h in Headers */,
Expand All @@ -1829,6 +1839,7 @@
D0A482A71BCF9BD000E0646F /* tmbstr.h in Headers */,
D0A482A81BCF9BD000E0646F /* utf8.h in Headers */,
D0A482A91BCF9BD000E0646F /* version.h in Headers */,
D01AE4891C740EA1008E7199 /* language_en.h in Headers */,
D0A482AA1BCF9BD000E0646F /* win32tc.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -2666,6 +2677,7 @@
D0A482761BCF9BD000E0646F /* charsets.c in Sources */,
D0A482771BCF9BD000E0646F /* attrs.c in Sources */,
D0A482781BCF9BD000E0646F /* mappedio.c in Sources */,
D01AE48C1C740EA1008E7199 /* message.c in Sources */,
D0A482791BCF9BD000E0646F /* access.c in Sources */,
D0A4827A1BCF9BD000E0646F /* tidylib.c in Sources */,
D0A4827B1BCF9BD000E0646F /* parser.c in Sources */,
Expand All @@ -2680,8 +2692,8 @@
D0A482841BCF9BD000E0646F /* clean.c in Sources */,
D0A482851BCF9BD000E0646F /* entities.c in Sources */,
D0A482861BCF9BD000E0646F /* sprtf.c in Sources */,
D01AE48A1C740EA1008E7199 /* language.c in Sources */,
D0A482871BCF9BD000E0646F /* attrdict.c in Sources */,
D0A482881BCF9BD000E0646F /* localize.c in Sources */,
D0A482891BCF9BD000E0646F /* alloc.c in Sources */,
D0A4828A1BCF9BD000E0646F /* pprint.c in Sources */,
D0A4828B1BCF9BD000E0646F /* config.c in Sources */,
Expand Down
62 changes: 31 additions & 31 deletions Balthisar Tidy/Balthisar Tidy-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>balthisar.com</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
<key>localhost</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
Expand Down Expand Up @@ -133,19 +105,47 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.0.0</string>
<string>3.0.2</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>balthisar.com</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
<key>NSAppleScriptEnabled</key>
<string>${JSD_APPLESCRIPT_VALUE}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright ©2015 Jim Derry. All rights reserved.</string>
<string>Copyright ©2016 Jim Derry. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
24 changes: 22 additions & 2 deletions Balthisar Tidy/Classes/App Pieces/AppController.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,25 @@ @implementation AppController
*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
+ (void)initialize
{
/* Support Cmd-Shift launch deletes all user defaults. */
NSUInteger launchFlag = [NSEvent modifierFlags] & NSDeviceIndependentModifierFlagsMask;

if (launchFlag & (NSShiftKeyMask | NSCommandKeyMask))
{
NSAlert *alert = [[NSAlert alloc] init];
[alert setMessageText:JSDLocalizedString(@"defaults-delete-message", nil)];
[alert addButtonWithTitle:JSDLocalizedString(@"defaults-delete-button-delete", nil)];
[alert addButtonWithTitle:JSDLocalizedString(@"defaults-delete-button-cancel", nil)];

NSInteger button = [alert runModal];
if (button == NSAlertFirstButtonReturn)
{
NSString *appDomain = [[NSBundle mainBundle] bundleIdentifier];
[[NSUserDefaults standardUserDefaults] removePersistentDomainForName:appDomain];
}
}


static dispatch_once_t once;
dispatch_once(&once, ^{

Expand Down Expand Up @@ -103,7 +122,7 @@ + (void)initialize
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
#ifdef FEATURE_SUPPORTS_SERVICE

/* Register our services.
*/
TidyDocumentService *tidyService = [[TidyDocumentService alloc] init];
Expand Down Expand Up @@ -160,6 +179,7 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification
* certain API matters in `libtidy` warn the user if the linker
* connected us to an old version of `libtidy`.
* - require 5.1.24 so that `indent-with-tabs` works properly.
* - require 5.1.29 so that tidy.cfg files work with css-prefix.
*/
JSDTidyModel *localModel = [[JSDTidyModel alloc] init];
NSString *versionWant = LIBTIDY_V_WANT;
Expand All @@ -172,7 +192,7 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification
NSAlert *alert = [[NSAlert alloc] init];
[alert setMessageText:JSDLocalizedString(@"libTidy-compatability-message", nil)];
[alert setInformativeText:message];
[alert addButtonWithTitle:@"OK"];
[alert addButtonWithTitle:JSDLocalizedString(@"libTidy-compatability-button", nil)];
[alert runModal];
}
}
Expand Down
2 changes: 1 addition & 1 deletion Balthisar Tidy/Classes/App Pieces/OptionPaneController.m
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ - (void)awakeFromNib
multiplier:1.0
constant:0.0];

self.descriptionIsVisible = [[[NSUserDefaults standardUserDefaults] valueForKey:JSDKeyOptionsShowDescription] boolValue];
self.descriptionIsVisible = [[[NSUserDefaults standardUserDefaults] valueForKey:JSDKeyOptionsShowDescription] boolValue];
}
}

Expand Down
1 change: 1 addition & 0 deletions Balthisar Tidy/Frameworks/Fragaria.framework/Modules
Binary file not shown.
Loading

0 comments on commit b7ea2b8

Please sign in to comment.