diff options
Diffstat (limited to 'Frameworks/BWToolkitFramework.framework')
305 files changed, 0 insertions, 2470 deletions
diff --git a/Frameworks/BWToolkitFramework.framework/BWToolkitFramework b/Frameworks/BWToolkitFramework.framework/BWToolkitFramework deleted file mode 120000 index 07148544..00000000 --- a/Frameworks/BWToolkitFramework.framework/BWToolkitFramework +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/BWToolkitFramework
\ No newline at end of file diff --git a/Frameworks/BWToolkitFramework.framework/Headers b/Frameworks/BWToolkitFramework.framework/Headers deleted file mode 120000 index a177d2a6..00000000 --- a/Frameworks/BWToolkitFramework.framework/Headers +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Headers
\ No newline at end of file diff --git a/Frameworks/BWToolkitFramework.framework/Resources b/Frameworks/BWToolkitFramework.framework/Resources deleted file mode 120000 index 953ee36f..00000000 --- a/Frameworks/BWToolkitFramework.framework/Resources +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Resources
\ No newline at end of file diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/BWToolkitFramework b/Frameworks/BWToolkitFramework.framework/Versions/A/BWToolkitFramework Binary files differdeleted file mode 100755 index 81254dd3..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/BWToolkitFramework +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButton.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButton.h deleted file mode 100644 index 29edb975..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButton.h +++ /dev/null @@ -1,21 +0,0 @@ -// -// BWAnchoredButton.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWAnchoredButton : NSButton -{ - BOOL isAtLeftEdgeOfBar; - BOOL isAtRightEdgeOfBar; - NSPoint topAndLeftInset; -} - -@property BOOL isAtLeftEdgeOfBar; -@property BOOL isAtRightEdgeOfBar; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButtonBar.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButtonBar.h deleted file mode 100644 index 4ff4a737..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButtonBar.h +++ /dev/null @@ -1,27 +0,0 @@ -// -// BWAnchoredButtonBar.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWAnchoredButtonBar : NSView -{ - BOOL isResizable, isAtBottom, handleIsRightAligned; - int selectedIndex; - id splitViewDelegate; -} - -@property BOOL isResizable, isAtBottom, handleIsRightAligned; -@property int selectedIndex; - -// The mode of this bar with a resize handle makes use of some NSSplitView delegate methods. Use the splitViewDelegate for any custom delegate implementations -// you'd like to provide. -@property (assign) id splitViewDelegate; - -+ (BOOL)wasBorderedBar; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButtonCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButtonCell.h deleted file mode 100644 index 3a157e8c..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButtonCell.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWAnchoredButtonCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWAnchoredButtonCell : NSButtonCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredPopUpButton.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredPopUpButton.h deleted file mode 100644 index 150db433..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredPopUpButton.h +++ /dev/null @@ -1,21 +0,0 @@ -// -// BWAnchoredPopUpButton.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWAnchoredPopUpButton : NSPopUpButton -{ - BOOL isAtLeftEdgeOfBar; - BOOL isAtRightEdgeOfBar; - NSPoint topAndLeftInset; -} - -@property BOOL isAtLeftEdgeOfBar; -@property BOOL isAtRightEdgeOfBar; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredPopUpButtonCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredPopUpButtonCell.h deleted file mode 100644 index 8de4fe89..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredPopUpButtonCell.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWAnchoredPopUpButtonCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWAnchoredPopUpButtonCell : NSPopUpButtonCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWGradientBox.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWGradientBox.h deleted file mode 100644 index 6bf9eb16..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWGradientBox.h +++ /dev/null @@ -1,24 +0,0 @@ -// -// BWGradientBox.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWGradientBox : NSView -{ - NSColor *fillStartingColor, *fillEndingColor, *fillColor; - NSColor *topBorderColor, *bottomBorderColor; - float topInsetAlpha, bottomInsetAlpha; - - BOOL hasTopBorder, hasBottomBorder, hasGradient, hasFillColor; -} - -@property (nonatomic, retain) NSColor *fillStartingColor, *fillEndingColor, *fillColor, *topBorderColor, *bottomBorderColor; -@property float topInsetAlpha, bottomInsetAlpha; -@property BOOL hasTopBorder, hasBottomBorder, hasGradient, hasFillColor; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWHyperlinkButton.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWHyperlinkButton.h deleted file mode 100644 index 768a2e72..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWHyperlinkButton.h +++ /dev/null @@ -1,18 +0,0 @@ -// -// BWHyperlinkButton.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWHyperlinkButton : NSButton -{ - NSString *urlString; -} - -@property (copy, nonatomic) NSString *urlString; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWHyperlinkButtonCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWHyperlinkButtonCell.h deleted file mode 100644 index c133b08b..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWHyperlinkButtonCell.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWHyperlinkButtonCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWHyperlinkButtonCell : NSButtonCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWInsetTextField.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWInsetTextField.h deleted file mode 100644 index f572e3e5..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWInsetTextField.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWInsetTextField.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWInsetTextField : NSTextField -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSelectableToolbar.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSelectableToolbar.h deleted file mode 100644 index 318fdc98..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSelectableToolbar.h +++ /dev/null @@ -1,36 +0,0 @@ -// -// BWSelectableToolbar.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@class BWSelectableToolbarHelper; - -// Notification that gets sent when a toolbar item has been clicked. You can get the button that was clicked by getting the object -// for the key @"BWClickedItem" in the supplied userInfo dictionary. -extern NSString * const BWSelectableToolbarItemClickedNotification; - -@interface BWSelectableToolbar : NSToolbar -{ - BWSelectableToolbarHelper *helper; - NSMutableArray *itemIdentifiers; - NSMutableDictionary *itemsByIdentifier, *enabledByIdentifier; - BOOL inIB; - - // For the IB inspector - int selectedIndex; - BOOL isPreferencesToolbar; -} - -// Call one of these methods to set the active tab. -- (void)setSelectedItemIdentifier:(NSString *)itemIdentifier; // Use if you want an action in the tabbed window to change the tab. -- (void)setSelectedItemIdentifierWithoutAnimation:(NSString *)itemIdentifier; // Use if you want to show the window with a certain item selected. - -// Programmatically disable or enable a toolbar item. -- (void)setEnabled:(BOOL)flag forIdentifier:(NSString *)itemIdentifier; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSheetController.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSheetController.h deleted file mode 100644 index bfa7c57c..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSheetController.h +++ /dev/null @@ -1,31 +0,0 @@ -// -// BWSheetController.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWSheetController : NSObject -{ - NSWindow *sheet; - NSWindow *parentWindow; - id delegate; -} - -@property (nonatomic, retain) IBOutlet NSWindow *sheet, *parentWindow; -@property (nonatomic, retain) IBOutlet id delegate; - -- (IBAction)openSheet:(id)sender; -- (IBAction)closeSheet:(id)sender; -- (IBAction)messageDelegateAndCloseSheet:(id)sender; - -// The optional delegate should implement the method: -// - (BOOL)shouldCloseSheet:(id)sender -// Return YES if you want the sheet to close after the button click, NO if it shouldn't close. The sender -// object is the button that requested the close. This is helpful because in the event that there are multiple buttons -// hooked up to the messageDelegateAndCloseSheet: method, you can distinguish which button called the method. - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSplitView.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSplitView.h deleted file mode 100644 index e0d32f67..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSplitView.h +++ /dev/null @@ -1,46 +0,0 @@ -// -// BWSplitView.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) and Fraser Kuyvenhoven. -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWSplitView : NSSplitView -{ - NSColor *color; - BOOL colorIsEnabled, checkboxIsEnabled, dividerCanCollapse, collapsibleSubviewCollapsed; - id secondaryDelegate; - NSMutableDictionary *minValues, *maxValues, *minUnits, *maxUnits; - NSMutableDictionary *resizableSubviewPreferredProportion, *nonresizableSubviewPreferredSize; - NSArray *stateForLastPreferredCalculations; - NSMutableArray *uncollapsedSizes; - int collapsiblePopupSelection; - float uncollapsedSize; - - // Collapse button - NSButton *toggleCollapseButton; - BOOL isAnimating; -} - -@property (retain) NSMutableDictionary *minValues, *maxValues, *minUnits, *maxUnits; -@property (retain) NSMutableDictionary *resizableSubviewPreferredProportion, *nonresizableSubviewPreferredSize; -@property (retain) NSArray *stateForLastPreferredCalculations; -@property (retain) NSButton *toggleCollapseButton; -@property (assign) id secondaryDelegate; -@property BOOL collapsibleSubviewCollapsed; -@property int collapsiblePopupSelection; -@property BOOL dividerCanCollapse; - -// The split view divider color -@property (copy) NSColor *color; - -// Flag for whether a custom divider color is enabled. If not, the standard divider color is used. -@property BOOL colorIsEnabled; - -// Call this method to collapse or expand a subview configured as collapsible in the IB inspector. -- (IBAction)toggleCollapse:(id)sender; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWStyledTextField.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWStyledTextField.h deleted file mode 100644 index dda90170..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWStyledTextField.h +++ /dev/null @@ -1,33 +0,0 @@ -// -// BWStyledTextField.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWStyledTextField : NSTextField -{ - -} - -- (BOOL)hasGradient; -- (void)setHasGradient:(BOOL)flag; -- (NSColor *)startingColor; -- (void)setStartingColor:(NSColor *)color; -- (NSColor *)endingColor; -- (void)setEndingColor:(NSColor *)color; - -- (NSColor *)solidColor; -- (void)setSolidColor:(NSColor *)color; - -- (BOOL)hasShadow; -- (void)setHasShadow:(BOOL)flag; -- (BOOL)shadowIsBelow; -- (void)setShadowIsBelow:(BOOL)flag; -- (NSColor *)shadowColor; -- (void)setShadowColor:(NSColor *)color; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWStyledTextFieldCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWStyledTextFieldCell.h deleted file mode 100644 index ae0924b5..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWStyledTextFieldCell.h +++ /dev/null @@ -1,23 +0,0 @@ -// -// BWStyledTextFieldCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWStyledTextFieldCell : NSTextFieldCell -{ - BOOL shadowIsBelow, hasShadow, hasGradient; - NSColor *shadowColor, *startingColor, *endingColor, *solidColor; - - NSShadow *shadow; - NSMutableDictionary *previousAttributes; -} - -@property BOOL shadowIsBelow, hasShadow, hasGradient; -@property (nonatomic, retain) NSColor *shadowColor, *startingColor, *endingColor, *solidColor; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTexturedSlider.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTexturedSlider.h deleted file mode 100755 index 54356bf5..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTexturedSlider.h +++ /dev/null @@ -1,25 +0,0 @@ -// -// BWTexturedSlider.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTexturedSlider : NSSlider -{ - int trackHeight, indicatorIndex; - NSRect sliderCellRect; - NSButton *minButton, *maxButton; -} - -@property int indicatorIndex; -@property (retain) NSButton *minButton; -@property (retain) NSButton *maxButton; - -- (int)trackHeight; -- (void)setTrackHeight:(int)newTrackHeight; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTexturedSliderCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTexturedSliderCell.h deleted file mode 100755 index 184dd8ec..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTexturedSliderCell.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// BWTexturedSliderCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTexturedSliderCell : NSSliderCell -{ - BOOL isPressed; - int trackHeight; -} - -@property int trackHeight; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenAttachmentCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenAttachmentCell.h deleted file mode 100644 index 8d69de58..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenAttachmentCell.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// BWTokenAttachmentCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> -#import "NSTokenAttachmentCell.h" - -@interface BWTokenAttachmentCell : NSTokenAttachmentCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenField.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenField.h deleted file mode 100644 index 907bbc9e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenField.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTokenField.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTokenField : NSTokenField -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenFieldCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenFieldCell.h deleted file mode 100644 index 0ea0f04a..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenFieldCell.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTokenFieldCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTokenFieldCell : NSTokenFieldCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarItem.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarItem.h deleted file mode 100644 index 06f0a6d1..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarItem.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWToolbarItem.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWToolbarItem : NSToolbarItem -{ - NSString *identifierString; -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarShowColorsItem.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarShowColorsItem.h deleted file mode 100644 index 517f60df..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarShowColorsItem.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWToolbarShowColorsItem.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWToolbarShowColorsItem : NSToolbarItem -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarShowFontsItem.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarShowFontsItem.h deleted file mode 100644 index 8c7ec5d5..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarShowFontsItem.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWToolbarShowFontsItem.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWToolbarShowFontsItem : NSToolbarItem -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolkitFramework.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolkitFramework.h deleted file mode 100644 index 38b6ea3a..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolkitFramework.h +++ /dev/null @@ -1,47 +0,0 @@ -// -// BWToolkitFramework.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -// This is a convenience header for importing the BWToolkit framework into your classes. - -#import "BWAnchoredButton.h" -#import "BWAnchoredButtonBar.h" -#import "BWAnchoredButtonCell.h" -#import "BWAnchoredPopUpButton.h" -#import "BWAnchoredPopUpButtonCell.h" -#import "BWGradientBox.h" -#import "BWHyperlinkButton.h" -#import "BWHyperlinkButtonCell.h" -#import "BWInsetTextField.h" -#import "BWSelectableToolbar.h" -#import "BWSheetController.h" -#import "BWSplitView.h" -#import "BWStyledTextField.h" -#import "BWStyledTextFieldCell.h" -#import "BWTexturedSlider.h" -#import "BWTexturedSliderCell.h" -#import "BWTokenAttachmentCell.h" -#import "BWTokenField.h" -#import "BWTokenFieldCell.h" -#import "BWToolbarItem.h" -#import "BWToolbarShowColorsItem.h" -#import "BWToolbarShowFontsItem.h" -#import "BWTransparentButton.h" -#import "BWTransparentButtonCell.h" -#import "BWTransparentCheckbox.h" -#import "BWTransparentCheckboxCell.h" -#import "BWTransparentPopUpButton.h" -#import "BWTransparentPopUpButtonCell.h" -#import "BWTransparentScroller.h" -#import "BWTransparentScrollView.h" -#import "BWTransparentSlider.h" -#import "BWTransparentSliderCell.h" -#import "BWTransparentTableView.h" -#import "BWTransparentTableViewCell.h" -#import "BWTransparentTextFieldCell.h" -#import "BWUnanchoredButton.h" -#import "BWUnanchoredButtonCell.h" diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentButton.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentButton.h deleted file mode 100644 index 46c64b6e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentButton.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentButton.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentButton : NSButton -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentButtonCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentButtonCell.h deleted file mode 100644 index 4dbc42e6..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentButtonCell.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// BWTransparentButtonCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> -#import "BWTransparentButton.h" - -@interface BWTransparentButtonCell : NSButtonCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentCheckbox.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentCheckbox.h deleted file mode 100644 index 0ee83192..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentCheckbox.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentCheckbox.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentCheckbox : NSButton -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentCheckboxCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentCheckboxCell.h deleted file mode 100644 index b126b3e8..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentCheckboxCell.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// BWTransparentCheckboxCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> -#import "BWTransparentCheckbox.h" - -@interface BWTransparentCheckboxCell : NSButtonCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentPopUpButton.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentPopUpButton.h deleted file mode 100644 index 9512c6f6..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentPopUpButton.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentPopUpButton.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentPopUpButton : NSPopUpButton -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentPopUpButtonCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentPopUpButtonCell.h deleted file mode 100644 index 03aa9cb3..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentPopUpButtonCell.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentPopUpButtonCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentPopUpButtonCell : NSPopUpButtonCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentScrollView.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentScrollView.h deleted file mode 100644 index 1deeed5c..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentScrollView.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentScrollView.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentScrollView : NSScrollView -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentScroller.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentScroller.h deleted file mode 100644 index 661e5fe2..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentScroller.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentScroller.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentScroller : NSScroller -{ - BOOL isVertical; -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentSlider.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentSlider.h deleted file mode 100644 index 51de73d6..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentSlider.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentSlider.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentSlider : NSSlider -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentSliderCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentSliderCell.h deleted file mode 100644 index 7c5e1466..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentSliderCell.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentSliderCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentSliderCell : NSSliderCell -{ - BOOL isPressed; -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTableView.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTableView.h deleted file mode 100644 index badebb05..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTableView.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentTableView.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentTableView : NSTableView -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTableViewCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTableViewCell.h deleted file mode 100644 index ed55f0f0..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTableViewCell.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentTableViewCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentTableViewCell : NSTextFieldCell -{ - BOOL mIsEditingOrSelecting; -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTextFieldCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTextFieldCell.h deleted file mode 100644 index e44b6cea..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTextFieldCell.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentTextFieldCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentTextFieldCell : NSTextFieldCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWUnanchoredButton.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWUnanchoredButton.h deleted file mode 100644 index 03ab6211..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWUnanchoredButton.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWUnanchoredButton.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWUnanchoredButton : NSButton -{ - NSPoint topAndLeftInset; -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWUnanchoredButtonCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWUnanchoredButtonCell.h deleted file mode 100644 index 8204cb0d..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWUnanchoredButtonCell.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// BWUnanchoredButtonCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> -#import "BWAnchoredButtonCell.h" - -@interface BWUnanchoredButtonCell : BWAnchoredButtonCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSApplication+BWAdditions.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSApplication+BWAdditions.h deleted file mode 100644 index 50280490..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSApplication+BWAdditions.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// NSApplication+BWAdditions.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface NSApplication (BWAdditions) - -+ (BOOL)bwIsOnLeopard; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSColor+BWAdditions.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSColor+BWAdditions.h deleted file mode 100644 index 06a0bc25..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSColor+BWAdditions.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// NSColor+BWAdditions.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface NSColor (BWAdditions) - -// Use this method to draw 1 px wide lines independent of scale factor. Handy for resolution independent drawing. Still needs some work - there are issues with drawing at the edges of views. -- (void)bwDrawPixelThickLineAtPosition:(int)posInPixels withInset:(int)insetInPixels inRect:(NSRect)aRect inView:(NSView *)view horizontal:(BOOL)isHorizontal flip:(BOOL)shouldFlip; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSImage+BWAdditions.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSImage+BWAdditions.h deleted file mode 100644 index b876023e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSImage+BWAdditions.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// NSImage+BWAdditions.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface NSImage (BWAdditions) - -// Draw a solid color over an image - taking into account alpha. Useful for coloring template images. -- (NSImage *)bwTintedImageWithColor:(NSColor *)tint; - -// Rotate an image 90 degrees clockwise or counterclockwise -- (NSImage *)bwRotateImage90DegreesClockwise:(BOOL)clockwise; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSTokenAttachment.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSTokenAttachment.h deleted file mode 100644 index 7f34df21..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSTokenAttachment.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Generated by class-dump 3.1.2. - * - * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. - */ - -#import <Cocoa/Cocoa.h> - -@interface NSTokenAttachment : NSTextAttachment -{ - id _delegate; -} - -- (id)initWithDelegate:(id)fp8; -- (void)encodeWithCoder:(id)fp8; -- (id)initWithCoder:(id)fp8; -- (id)attachmentCell; -- (id)delegate; -- (void)setDelegate:(id)fp8; - -@end - diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSTokenAttachmentCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSTokenAttachmentCell.h deleted file mode 100644 index 0f564f66..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSTokenAttachmentCell.h +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Generated by class-dump 3.1.2. - * - * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. - */ - -#import <Cocoa/Cocoa.h> - -@interface NSTokenAttachmentCell : NSTextAttachmentCell -{ - id _representedObject; - id _textColor; - id _reserved; - struct { - unsigned int _selected:1; - unsigned int _edgeStyle:2; - unsigned int _reserved:29; - } _tacFlags; -} - -+ (void)initialize; -- (id)initTextCell:(id)fp8; -- (id)init; -- (void)dealloc; -- (id)representedObject; -- (void)setRepresentedObject:(id)fp8; -- (int)interiorBackgroundStyle; -- (BOOL)_hasMenu; -- (id)tokenForegroundColor; -- (id)tokenBackgroundColor; -- (id)textColor; -- (void)setTextColor:(id)fp8; -- (id)pullDownImage; -- (id)menu; -- (NSSize)cellSizeForBounds:(NSRect)fp8; -- (NSSize)cellSize; -- (NSRect)drawingRectForBounds:(NSRect)fp8; -- (NSRect)titleRectForBounds:(NSRect)fp8; -- (NSRect)cellFrameForTextContainer:(id)fp8 proposedLineFragment:(NSRect)fp12 glyphPosition:(NSPoint)fp28 characterIndex:(unsigned int)fp36; -- (NSPoint)cellBaselineOffset; -- (NSRect)pullDownRectForBounds:(NSRect)fp8; -- (void)drawTokenWithFrame:(NSRect)fp8 inView:(id)fp24; -- (void)drawInteriorWithFrame:(NSRect)fp8 inView:(id)fp24; -- (void)drawWithFrame:(NSRect)fp8 inView:(id)fp24; -- (void)drawWithFrame:(NSRect)fp8 inView:(id)fp24 characterIndex:(unsigned int)fp28 layoutManager:(id)fp32; -- (void)encodeWithCoder:(id)fp8; -- (id)initWithCoder:(id)fp8; -- (BOOL)wantsToTrackMouseForEvent:(id)fp8 inRect:(NSRect)fp12 ofView:(id)fp28 atCharacterIndex:(unsigned int)fp32; -- (BOOL)trackMouse:(id)fp8 inRect:(NSRect)fp12 ofView:(id)fp28 atCharacterIndex:(unsigned int)fp32 untilMouseUp:(BOOL)fp36; - -@end - diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSView+BWAdditions.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSView+BWAdditions.h deleted file mode 100644 index 21a4c700..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSView+BWAdditions.h +++ /dev/null @@ -1,18 +0,0 @@ -// -// NSView+BWAdditions.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface NSView (BWAdditions) - -- (void)bwBringToFront; - -// Returns animator proxy and calls setWantsLayer:NO on the view when the animation completes -- (id)bwAnimator; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSWindow+BWAdditions.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSWindow+BWAdditions.h deleted file mode 100644 index ed86396e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSWindow+BWAdditions.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// NSWindow+BWAdditions.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface NSWindow (BWAdditions) - -- (void)bwResizeToSize:(NSSize)newSize animate:(BOOL)animateFlag; -- (BOOL)bwIsTextured; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/BWToolkitFramework b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/BWToolkitFramework deleted file mode 120000 index 07148544..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/BWToolkitFramework +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/BWToolkitFramework
\ No newline at end of file diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Headers b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Headers deleted file mode 120000 index a177d2a6..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Headers +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Headers
\ No newline at end of file diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Resources b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Resources deleted file mode 120000 index 953ee36f..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Resources +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Resources
\ No newline at end of file diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/BWToolkitFramework b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/BWToolkitFramework Binary files differdeleted file mode 100755 index 8fea2fcd..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/BWToolkitFramework +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButton.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButton.h deleted file mode 100644 index 29edb975..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButton.h +++ /dev/null @@ -1,21 +0,0 @@ -// -// BWAnchoredButton.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWAnchoredButton : NSButton -{ - BOOL isAtLeftEdgeOfBar; - BOOL isAtRightEdgeOfBar; - NSPoint topAndLeftInset; -} - -@property BOOL isAtLeftEdgeOfBar; -@property BOOL isAtRightEdgeOfBar; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButtonBar.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButtonBar.h deleted file mode 100644 index 4ff4a737..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButtonBar.h +++ /dev/null @@ -1,27 +0,0 @@ -// -// BWAnchoredButtonBar.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWAnchoredButtonBar : NSView -{ - BOOL isResizable, isAtBottom, handleIsRightAligned; - int selectedIndex; - id splitViewDelegate; -} - -@property BOOL isResizable, isAtBottom, handleIsRightAligned; -@property int selectedIndex; - -// The mode of this bar with a resize handle makes use of some NSSplitView delegate methods. Use the splitViewDelegate for any custom delegate implementations -// you'd like to provide. -@property (assign) id splitViewDelegate; - -+ (BOOL)wasBorderedBar; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButtonCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButtonCell.h deleted file mode 100644 index 3a157e8c..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButtonCell.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWAnchoredButtonCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWAnchoredButtonCell : NSButtonCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredPopUpButton.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredPopUpButton.h deleted file mode 100644 index 150db433..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredPopUpButton.h +++ /dev/null @@ -1,21 +0,0 @@ -// -// BWAnchoredPopUpButton.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWAnchoredPopUpButton : NSPopUpButton -{ - BOOL isAtLeftEdgeOfBar; - BOOL isAtRightEdgeOfBar; - NSPoint topAndLeftInset; -} - -@property BOOL isAtLeftEdgeOfBar; -@property BOOL isAtRightEdgeOfBar; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredPopUpButtonCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredPopUpButtonCell.h deleted file mode 100644 index 8de4fe89..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredPopUpButtonCell.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWAnchoredPopUpButtonCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWAnchoredPopUpButtonCell : NSPopUpButtonCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWGradientBox.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWGradientBox.h deleted file mode 100644 index 6bf9eb16..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWGradientBox.h +++ /dev/null @@ -1,24 +0,0 @@ -// -// BWGradientBox.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWGradientBox : NSView -{ - NSColor *fillStartingColor, *fillEndingColor, *fillColor; - NSColor *topBorderColor, *bottomBorderColor; - float topInsetAlpha, bottomInsetAlpha; - - BOOL hasTopBorder, hasBottomBorder, hasGradient, hasFillColor; -} - -@property (nonatomic, retain) NSColor *fillStartingColor, *fillEndingColor, *fillColor, *topBorderColor, *bottomBorderColor; -@property float topInsetAlpha, bottomInsetAlpha; -@property BOOL hasTopBorder, hasBottomBorder, hasGradient, hasFillColor; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWHyperlinkButton.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWHyperlinkButton.h deleted file mode 100644 index 768a2e72..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWHyperlinkButton.h +++ /dev/null @@ -1,18 +0,0 @@ -// -// BWHyperlinkButton.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWHyperlinkButton : NSButton -{ - NSString *urlString; -} - -@property (copy, nonatomic) NSString *urlString; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWHyperlinkButtonCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWHyperlinkButtonCell.h deleted file mode 100644 index c133b08b..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWHyperlinkButtonCell.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWHyperlinkButtonCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWHyperlinkButtonCell : NSButtonCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWInsetTextField.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWInsetTextField.h deleted file mode 100644 index f572e3e5..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWInsetTextField.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWInsetTextField.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWInsetTextField : NSTextField -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSelectableToolbar.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSelectableToolbar.h deleted file mode 100644 index 318fdc98..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSelectableToolbar.h +++ /dev/null @@ -1,36 +0,0 @@ -// -// BWSelectableToolbar.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@class BWSelectableToolbarHelper; - -// Notification that gets sent when a toolbar item has been clicked. You can get the button that was clicked by getting the object -// for the key @"BWClickedItem" in the supplied userInfo dictionary. -extern NSString * const BWSelectableToolbarItemClickedNotification; - -@interface BWSelectableToolbar : NSToolbar -{ - BWSelectableToolbarHelper *helper; - NSMutableArray *itemIdentifiers; - NSMutableDictionary *itemsByIdentifier, *enabledByIdentifier; - BOOL inIB; - - // For the IB inspector - int selectedIndex; - BOOL isPreferencesToolbar; -} - -// Call one of these methods to set the active tab. -- (void)setSelectedItemIdentifier:(NSString *)itemIdentifier; // Use if you want an action in the tabbed window to change the tab. -- (void)setSelectedItemIdentifierWithoutAnimation:(NSString *)itemIdentifier; // Use if you want to show the window with a certain item selected. - -// Programmatically disable or enable a toolbar item. -- (void)setEnabled:(BOOL)flag forIdentifier:(NSString *)itemIdentifier; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSheetController.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSheetController.h deleted file mode 100644 index bfa7c57c..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSheetController.h +++ /dev/null @@ -1,31 +0,0 @@ -// -// BWSheetController.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWSheetController : NSObject -{ - NSWindow *sheet; - NSWindow *parentWindow; - id delegate; -} - -@property (nonatomic, retain) IBOutlet NSWindow *sheet, *parentWindow; -@property (nonatomic, retain) IBOutlet id delegate; - -- (IBAction)openSheet:(id)sender; -- (IBAction)closeSheet:(id)sender; -- (IBAction)messageDelegateAndCloseSheet:(id)sender; - -// The optional delegate should implement the method: -// - (BOOL)shouldCloseSheet:(id)sender -// Return YES if you want the sheet to close after the button click, NO if it shouldn't close. The sender -// object is the button that requested the close. This is helpful because in the event that there are multiple buttons -// hooked up to the messageDelegateAndCloseSheet: method, you can distinguish which button called the method. - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSplitView.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSplitView.h deleted file mode 100644 index ed9731a6..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSplitView.h +++ /dev/null @@ -1,45 +0,0 @@ -// -// BWSplitView.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) and Fraser Kuyvenhoven. -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWSplitView : NSSplitView -{ - NSColor *color; - BOOL colorIsEnabled, checkboxIsEnabled, dividerCanCollapse, collapsibleSubviewCollapsed; - id secondaryDelegate; - NSMutableDictionary *minValues, *maxValues, *minUnits, *maxUnits; - NSMutableDictionary *resizableSubviewPreferredProportion, *nonresizableSubviewPreferredSize; - NSArray *stateForLastPreferredCalculations; - int collapsiblePopupSelection; - float uncollapsedSize; - - // Collapse button - NSButton *toggleCollapseButton; - BOOL isAnimating; -} - -@property (retain) NSMutableDictionary *minValues, *maxValues, *minUnits, *maxUnits; -@property (retain) NSMutableDictionary *resizableSubviewPreferredProportion, *nonresizableSubviewPreferredSize; -@property (retain) NSArray *stateForLastPreferredCalculations; -@property (retain) NSButton *toggleCollapseButton; -@property (assign) id secondaryDelegate; -@property BOOL collapsibleSubviewCollapsed; -@property int collapsiblePopupSelection; -@property BOOL dividerCanCollapse; - -// The split view divider color -@property (copy) NSColor *color; - -// Flag for whether a custom divider color is enabled. If not, the standard divider color is used. -@property BOOL colorIsEnabled; - -// Call this method to collapse or expand a subview configured as collapsible in the IB inspector. -- (IBAction)toggleCollapse:(id)sender; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWStyledTextField.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWStyledTextField.h deleted file mode 100644 index dda90170..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWStyledTextField.h +++ /dev/null @@ -1,33 +0,0 @@ -// -// BWStyledTextField.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWStyledTextField : NSTextField -{ - -} - -- (BOOL)hasGradient; -- (void)setHasGradient:(BOOL)flag; -- (NSColor *)startingColor; -- (void)setStartingColor:(NSColor *)color; -- (NSColor *)endingColor; -- (void)setEndingColor:(NSColor *)color; - -- (NSColor *)solidColor; -- (void)setSolidColor:(NSColor *)color; - -- (BOOL)hasShadow; -- (void)setHasShadow:(BOOL)flag; -- (BOOL)shadowIsBelow; -- (void)setShadowIsBelow:(BOOL)flag; -- (NSColor *)shadowColor; -- (void)setShadowColor:(NSColor *)color; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWStyledTextFieldCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWStyledTextFieldCell.h deleted file mode 100644 index ae0924b5..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWStyledTextFieldCell.h +++ /dev/null @@ -1,23 +0,0 @@ -// -// BWStyledTextFieldCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWStyledTextFieldCell : NSTextFieldCell -{ - BOOL shadowIsBelow, hasShadow, hasGradient; - NSColor *shadowColor, *startingColor, *endingColor, *solidColor; - - NSShadow *shadow; - NSMutableDictionary *previousAttributes; -} - -@property BOOL shadowIsBelow, hasShadow, hasGradient; -@property (nonatomic, retain) NSColor *shadowColor, *startingColor, *endingColor, *solidColor; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTexturedSlider.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTexturedSlider.h deleted file mode 100755 index 54356bf5..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTexturedSlider.h +++ /dev/null @@ -1,25 +0,0 @@ -// -// BWTexturedSlider.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTexturedSlider : NSSlider -{ - int trackHeight, indicatorIndex; - NSRect sliderCellRect; - NSButton *minButton, *maxButton; -} - -@property int indicatorIndex; -@property (retain) NSButton *minButton; -@property (retain) NSButton *maxButton; - -- (int)trackHeight; -- (void)setTrackHeight:(int)newTrackHeight; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTexturedSliderCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTexturedSliderCell.h deleted file mode 100755 index 184dd8ec..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTexturedSliderCell.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// BWTexturedSliderCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTexturedSliderCell : NSSliderCell -{ - BOOL isPressed; - int trackHeight; -} - -@property int trackHeight; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenAttachmentCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenAttachmentCell.h deleted file mode 100644 index 8d69de58..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenAttachmentCell.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// BWTokenAttachmentCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> -#import "NSTokenAttachmentCell.h" - -@interface BWTokenAttachmentCell : NSTokenAttachmentCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenField.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenField.h deleted file mode 100644 index 907bbc9e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenField.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTokenField.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTokenField : NSTokenField -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenFieldCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenFieldCell.h deleted file mode 100644 index 0ea0f04a..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTokenFieldCell.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTokenFieldCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTokenFieldCell : NSTokenFieldCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarItem.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarItem.h deleted file mode 100644 index 06f0a6d1..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarItem.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWToolbarItem.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWToolbarItem : NSToolbarItem -{ - NSString *identifierString; -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarShowColorsItem.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarShowColorsItem.h deleted file mode 100644 index 517f60df..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarShowColorsItem.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWToolbarShowColorsItem.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWToolbarShowColorsItem : NSToolbarItem -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarShowFontsItem.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarShowFontsItem.h deleted file mode 100644 index 8c7ec5d5..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolbarShowFontsItem.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWToolbarShowFontsItem.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWToolbarShowFontsItem : NSToolbarItem -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolkitFramework.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolkitFramework.h deleted file mode 100644 index 38b6ea3a..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWToolkitFramework.h +++ /dev/null @@ -1,47 +0,0 @@ -// -// BWToolkitFramework.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -// This is a convenience header for importing the BWToolkit framework into your classes. - -#import "BWAnchoredButton.h" -#import "BWAnchoredButtonBar.h" -#import "BWAnchoredButtonCell.h" -#import "BWAnchoredPopUpButton.h" -#import "BWAnchoredPopUpButtonCell.h" -#import "BWGradientBox.h" -#import "BWHyperlinkButton.h" -#import "BWHyperlinkButtonCell.h" -#import "BWInsetTextField.h" -#import "BWSelectableToolbar.h" -#import "BWSheetController.h" -#import "BWSplitView.h" -#import "BWStyledTextField.h" -#import "BWStyledTextFieldCell.h" -#import "BWTexturedSlider.h" -#import "BWTexturedSliderCell.h" -#import "BWTokenAttachmentCell.h" -#import "BWTokenField.h" -#import "BWTokenFieldCell.h" -#import "BWToolbarItem.h" -#import "BWToolbarShowColorsItem.h" -#import "BWToolbarShowFontsItem.h" -#import "BWTransparentButton.h" -#import "BWTransparentButtonCell.h" -#import "BWTransparentCheckbox.h" -#import "BWTransparentCheckboxCell.h" -#import "BWTransparentPopUpButton.h" -#import "BWTransparentPopUpButtonCell.h" -#import "BWTransparentScroller.h" -#import "BWTransparentScrollView.h" -#import "BWTransparentSlider.h" -#import "BWTransparentSliderCell.h" -#import "BWTransparentTableView.h" -#import "BWTransparentTableViewCell.h" -#import "BWTransparentTextFieldCell.h" -#import "BWUnanchoredButton.h" -#import "BWUnanchoredButtonCell.h" diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentButton.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentButton.h deleted file mode 100644 index 46c64b6e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentButton.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentButton.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentButton : NSButton -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentButtonCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentButtonCell.h deleted file mode 100644 index 4dbc42e6..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentButtonCell.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// BWTransparentButtonCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> -#import "BWTransparentButton.h" - -@interface BWTransparentButtonCell : NSButtonCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentCheckbox.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentCheckbox.h deleted file mode 100644 index 0ee83192..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentCheckbox.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentCheckbox.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentCheckbox : NSButton -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentCheckboxCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentCheckboxCell.h deleted file mode 100644 index b126b3e8..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentCheckboxCell.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// BWTransparentCheckboxCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> -#import "BWTransparentCheckbox.h" - -@interface BWTransparentCheckboxCell : NSButtonCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentPopUpButton.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentPopUpButton.h deleted file mode 100644 index 9512c6f6..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentPopUpButton.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentPopUpButton.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentPopUpButton : NSPopUpButton -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentPopUpButtonCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentPopUpButtonCell.h deleted file mode 100644 index 03aa9cb3..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentPopUpButtonCell.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentPopUpButtonCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentPopUpButtonCell : NSPopUpButtonCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentScrollView.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentScrollView.h deleted file mode 100644 index 1deeed5c..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentScrollView.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentScrollView.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentScrollView : NSScrollView -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentScroller.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentScroller.h deleted file mode 100644 index 661e5fe2..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentScroller.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentScroller.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentScroller : NSScroller -{ - BOOL isVertical; -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentSlider.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentSlider.h deleted file mode 100644 index 51de73d6..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentSlider.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentSlider.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentSlider : NSSlider -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentSliderCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentSliderCell.h deleted file mode 100644 index 7c5e1466..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentSliderCell.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentSliderCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentSliderCell : NSSliderCell -{ - BOOL isPressed; -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTableView.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTableView.h deleted file mode 100644 index badebb05..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTableView.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentTableView.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentTableView : NSTableView -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTableViewCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTableViewCell.h deleted file mode 100644 index ed55f0f0..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTableViewCell.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentTableViewCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentTableViewCell : NSTextFieldCell -{ - BOOL mIsEditingOrSelecting; -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTextFieldCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTextFieldCell.h deleted file mode 100644 index e44b6cea..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTextFieldCell.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWTransparentTextFieldCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWTransparentTextFieldCell : NSTextFieldCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWUnanchoredButton.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWUnanchoredButton.h deleted file mode 100644 index 03ab6211..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWUnanchoredButton.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// BWUnanchoredButton.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface BWUnanchoredButton : NSButton -{ - NSPoint topAndLeftInset; -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWUnanchoredButtonCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWUnanchoredButtonCell.h deleted file mode 100644 index 8204cb0d..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWUnanchoredButtonCell.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// BWUnanchoredButtonCell.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> -#import "BWAnchoredButtonCell.h" - -@interface BWUnanchoredButtonCell : BWAnchoredButtonCell -{ - -} - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSApplication+BWAdditions.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSApplication+BWAdditions.h deleted file mode 100644 index 50280490..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSApplication+BWAdditions.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// NSApplication+BWAdditions.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface NSApplication (BWAdditions) - -+ (BOOL)bwIsOnLeopard; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSColor+BWAdditions.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSColor+BWAdditions.h deleted file mode 100644 index 06a0bc25..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSColor+BWAdditions.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// NSColor+BWAdditions.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface NSColor (BWAdditions) - -// Use this method to draw 1 px wide lines independent of scale factor. Handy for resolution independent drawing. Still needs some work - there are issues with drawing at the edges of views. -- (void)bwDrawPixelThickLineAtPosition:(int)posInPixels withInset:(int)insetInPixels inRect:(NSRect)aRect inView:(NSView *)view horizontal:(BOOL)isHorizontal flip:(BOOL)shouldFlip; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSImage+BWAdditions.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSImage+BWAdditions.h deleted file mode 100644 index b876023e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSImage+BWAdditions.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// NSImage+BWAdditions.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface NSImage (BWAdditions) - -// Draw a solid color over an image - taking into account alpha. Useful for coloring template images. -- (NSImage *)bwTintedImageWithColor:(NSColor *)tint; - -// Rotate an image 90 degrees clockwise or counterclockwise -- (NSImage *)bwRotateImage90DegreesClockwise:(BOOL)clockwise; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSTokenAttachment.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSTokenAttachment.h deleted file mode 100644 index 7f34df21..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSTokenAttachment.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Generated by class-dump 3.1.2. - * - * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. - */ - -#import <Cocoa/Cocoa.h> - -@interface NSTokenAttachment : NSTextAttachment -{ - id _delegate; -} - -- (id)initWithDelegate:(id)fp8; -- (void)encodeWithCoder:(id)fp8; -- (id)initWithCoder:(id)fp8; -- (id)attachmentCell; -- (id)delegate; -- (void)setDelegate:(id)fp8; - -@end - diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSTokenAttachmentCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSTokenAttachmentCell.h deleted file mode 100644 index 0f564f66..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSTokenAttachmentCell.h +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Generated by class-dump 3.1.2. - * - * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. - */ - -#import <Cocoa/Cocoa.h> - -@interface NSTokenAttachmentCell : NSTextAttachmentCell -{ - id _representedObject; - id _textColor; - id _reserved; - struct { - unsigned int _selected:1; - unsigned int _edgeStyle:2; - unsigned int _reserved:29; - } _tacFlags; -} - -+ (void)initialize; -- (id)initTextCell:(id)fp8; -- (id)init; -- (void)dealloc; -- (id)representedObject; -- (void)setRepresentedObject:(id)fp8; -- (int)interiorBackgroundStyle; -- (BOOL)_hasMenu; -- (id)tokenForegroundColor; -- (id)tokenBackgroundColor; -- (id)textColor; -- (void)setTextColor:(id)fp8; -- (id)pullDownImage; -- (id)menu; -- (NSSize)cellSizeForBounds:(NSRect)fp8; -- (NSSize)cellSize; -- (NSRect)drawingRectForBounds:(NSRect)fp8; -- (NSRect)titleRectForBounds:(NSRect)fp8; -- (NSRect)cellFrameForTextContainer:(id)fp8 proposedLineFragment:(NSRect)fp12 glyphPosition:(NSPoint)fp28 characterIndex:(unsigned int)fp36; -- (NSPoint)cellBaselineOffset; -- (NSRect)pullDownRectForBounds:(NSRect)fp8; -- (void)drawTokenWithFrame:(NSRect)fp8 inView:(id)fp24; -- (void)drawInteriorWithFrame:(NSRect)fp8 inView:(id)fp24; -- (void)drawWithFrame:(NSRect)fp8 inView:(id)fp24; -- (void)drawWithFrame:(NSRect)fp8 inView:(id)fp24 characterIndex:(unsigned int)fp28 layoutManager:(id)fp32; -- (void)encodeWithCoder:(id)fp8; -- (id)initWithCoder:(id)fp8; -- (BOOL)wantsToTrackMouseForEvent:(id)fp8 inRect:(NSRect)fp12 ofView:(id)fp28 atCharacterIndex:(unsigned int)fp32; -- (BOOL)trackMouse:(id)fp8 inRect:(NSRect)fp12 ofView:(id)fp28 atCharacterIndex:(unsigned int)fp32 untilMouseUp:(BOOL)fp36; - -@end - diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSView+BWAdditions.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSView+BWAdditions.h deleted file mode 100644 index 21a4c700..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSView+BWAdditions.h +++ /dev/null @@ -1,18 +0,0 @@ -// -// NSView+BWAdditions.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface NSView (BWAdditions) - -- (void)bwBringToFront; - -// Returns animator proxy and calls setWantsLayer:NO on the view when the animation completes -- (id)bwAnimator; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSWindow+BWAdditions.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSWindow+BWAdditions.h deleted file mode 100644 index ed86396e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSWindow+BWAdditions.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// NSWindow+BWAdditions.h -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <Cocoa/Cocoa.h> - -@interface NSWindow (BWAdditions) - -- (void)bwResizeToSize:(NSSize)newSize animate:(BOOL)animateFlag; -- (BOOL)bwIsTextured; - -@end diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ButtonBarPullDownArrow.pdf b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ButtonBarPullDownArrow.pdf Binary files differdeleted file mode 100644 index 79350a27..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ButtonBarPullDownArrow.pdf +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/GradientSplitViewDimpleBitmap.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/GradientSplitViewDimpleBitmap.tif Binary files differdeleted file mode 100644 index 52c9d818..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/GradientSplitViewDimpleBitmap.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/GradientSplitViewDimpleVector.pdf b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/GradientSplitViewDimpleVector.pdf Binary files differdeleted file mode 100644 index 2f430e3e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/GradientSplitViewDimpleVector.pdf +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Info.plist b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Info.plist deleted file mode 100644 index 3f250ff7..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Info.plist +++ /dev/null @@ -1,22 +0,0 @@ -<?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> - <key>CFBundleDevelopmentRegion</key> - <string>English</string> - <key>CFBundleExecutable</key> - <string>BWToolkitFramework</string> - <key>CFBundleIdentifier</key> - <string>com.brandonwalkin.BWToolkitFramework</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundlePackageType</key> - <string>FMWK</string> - <key>CFBundleSignature</key> - <string>????</string> - <key>CFBundleVersion</key> - <string>1.2.5</string> - <key>NSPrincipalClass</key> - <string>BWToolkit</string> -</dict> -</plist> diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Library-SheetController.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Library-SheetController.tif Binary files differdeleted file mode 100644 index a7089a06..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Library-SheetController.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/License.rtf b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/License.rtf deleted file mode 100644 index 1b1e793b..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/License.rtf +++ /dev/null @@ -1,18 +0,0 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf250 -{\fonttbl\f0\fnil\fcharset0 Verdana;\f1\fnil\fcharset0 LucidaGrande;} -{\colortbl;\red255\green255\blue255;\red73\green73\blue73;} -{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1}} -{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}} -\deftab720 -\pard\pardeftab720\sl400\sa280\ql\qnatural - -\f0\fs24 \cf2 Copyright (c) 2010, Brandon Walkin -\f1 \uc0\u8232 -\f0 All rights reserved.\ -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl400\sa20\ql\qnatural -\ls1\ilvl0\cf2 {\listtext \'95 }Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ -{\listtext \'95 }Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ -{\listtext \'95 }Neither the name of the Brandon Walkin nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\ -\pard\pardeftab720\sl400\sa280\ql\qnatural -\cf2 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.}
\ No newline at end of file diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Release Notes.rtf b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Release Notes.rtf deleted file mode 100644 index b32304cb..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Release Notes.rtf +++ /dev/null @@ -1,65 +0,0 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf250 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset0 Monaco;} -{\colortbl;\red255\green255\blue255;\red100\green56\blue32;\red196\green26\blue22;} -{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1} -{\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2} -{\list\listtemplateid3\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid201\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid3}} -{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}{\listoverride\listid3\listoverridecount0\ls3}} -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural - -\f0\b\fs54 \cf0 BWToolkit -\fs36 \ - -\b0 Plugin for Interface Builder 3\ - -\b \ -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural - -\b0\fs30 \cf0 Version 1.2.5\ -January 20, 2010\ -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural - -\fs32 \cf0 \ -\ -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural - -\b\fs36 \cf0 Installation -\b0\fs28 \ -\ -Note: If you're building on 10.5, you'll need to build BWToolkit from source.\ -\ -Step 1. Double click the BWToolkit.ibplugin file to load the plugin into Interface Builder\ -\ -Note: Interface Builder will reference this file rather than copy it to another location. Keep the .ibplugin file in a location where it won't be deleted.\ -\ -Step 2. In the Xcode project you want to use the plugin in:\ -\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural -\ls1\ilvl0\cf0 {\listtext \'95 }Right click the Linked Frameworks folder and click Add -> Existing Frameworks. Select the BWToolkitFramework.framework directory.\ -\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural -\ls2\ilvl0\cf0 {\listtext \'95 }Right click your target and click Add -> New Build Phase -> New Copy Files Build Phase. For destination, select Frameworks, leave the path field blank, and close the window.\ -\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural -\ls3\ilvl0\cf0 {\listtext \'95 }Drag the BWToolkit framework from Linked Frameworks to the Copy Files build phase you just added.\ -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural -\cf0 \ -Note: You'll have to repeat step 2 for each project you want to use BWToolkit in.\ -\ -If you need to reference BWToolkit objects in your classes, you can import the main header like so:\ -\ -\pard\tx560\pardeftab560\ql\qnatural\pardirnatural - -\f1\fs24 \cf2 \CocoaLigature0 #import \cf3 <BWToolkitFramework/BWToolkitFramework.h> -\f0\fs28 \cf0 \CocoaLigature1 \ -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural - -\fs32 \cf0 \ -\ -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural - -\b\fs36 \cf0 License\ -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural - -\b0\fs28 \cf0 \ -All source code is provided under the three clause BSD license. Attribution is appreciated but by no means required.\ -\ -\ -}
\ No newline at end of file diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderPhotoLarge.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderPhotoLarge.tif Binary files differdeleted file mode 100644 index 69c38f91..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderPhotoLarge.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderPhotoSmall.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderPhotoSmall.tif Binary files differdeleted file mode 100644 index f5f644b3..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderPhotoSmall.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderSpeakerLoud.png b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderSpeakerLoud.png Binary files differdeleted file mode 100644 index d7e87f77..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderSpeakerLoud.png +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderSpeakerQuiet.png b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderSpeakerQuiet.png Binary files differdeleted file mode 100644 index 5836a7af..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderSpeakerQuiet.png +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderThumbN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderThumbN.tiff Binary files differdeleted file mode 100644 index 064db7ac..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderThumbN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderThumbP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderThumbP.tiff Binary files differdeleted file mode 100644 index a62dc01e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderThumbP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackFill.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackFill.tiff Binary files differdeleted file mode 100644 index fe3105ad..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackFill.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackLeft.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackLeft.tiff Binary files differdeleted file mode 100644 index 0250746f..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackLeft.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackRight.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackRight.tiff Binary files differdeleted file mode 100644 index 4ac75734..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackRight.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ToolbarItemColors.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ToolbarItemColors.tiff Binary files differdeleted file mode 100644 index c8191661..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ToolbarItemColors.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ToolbarItemFonts.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ToolbarItemFonts.tiff Binary files differdeleted file mode 100644 index eeda1835..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ToolbarItemFonts.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonFillN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonFillN.tiff Binary files differdeleted file mode 100644 index d5dda9f6..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonFillN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonFillP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonFillP.tiff Binary files differdeleted file mode 100644 index 31237382..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonFillP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonLeftN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonLeftN.tiff Binary files differdeleted file mode 100644 index f346e2a9..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonLeftN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonLeftP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonLeftP.tiff Binary files differdeleted file mode 100644 index 7d764aa2..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonLeftP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonRightN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonRightN.tiff Binary files differdeleted file mode 100644 index 8fd41997..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonRightN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonRightP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonRightP.tiff Binary files differdeleted file mode 100644 index d000b4f2..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonRightP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOffN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOffN.tiff Binary files differdeleted file mode 100644 index 61137927..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOffN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOffP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOffP.tiff Binary files differdeleted file mode 100644 index 2eebeed0..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOffP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOnN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOnN.tiff Binary files differdeleted file mode 100644 index 5642a498..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOnN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOnP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOnP.tiff Binary files differdeleted file mode 100644 index 71f11e25..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOnP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpFillN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpFillN.tiff Binary files differdeleted file mode 100644 index 26e948e7..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpFillN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpFillP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpFillP.tiff Binary files differdeleted file mode 100644 index 31237382..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpFillP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpLeftN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpLeftN.tiff Binary files differdeleted file mode 100644 index fa4cb8a6..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpLeftN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpLeftP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpLeftP.tiff Binary files differdeleted file mode 100644 index f402d79e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpLeftP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpPullDownRightN.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpPullDownRightN.tif Binary files differdeleted file mode 100644 index e280e2f5..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpPullDownRightN.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpPullDownRightP.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpPullDownRightP.tif Binary files differdeleted file mode 100644 index 029d05ae..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpPullDownRightP.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpRightN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpRightN.tiff Binary files differdeleted file mode 100644 index 9b9bcf58..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpRightN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpRightP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpRightP.tiff Binary files differdeleted file mode 100644 index dbc14743..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpRightP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobBottom.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobBottom.tif Binary files differdeleted file mode 100644 index 6fe6c902..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobBottom.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobHorizontalFill.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobHorizontalFill.tif Binary files differdeleted file mode 100644 index ad8e4b01..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobHorizontalFill.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobLeft.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobLeft.tif Binary files differdeleted file mode 100644 index ef91486d..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobLeft.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobRight.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobRight.tif Binary files differdeleted file mode 100644 index 5a8707b5..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobRight.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobTop.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobTop.tif Binary files differdeleted file mode 100644 index 75e79458..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobTop.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobVerticalFill.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobVerticalFill.tif Binary files differdeleted file mode 100644 index 66fd2a53..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobVerticalFill.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotBottom.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotBottom.tif Binary files differdeleted file mode 100644 index 60f0d5fe..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotBottom.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotHorizontalFill.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotHorizontalFill.tif Binary files differdeleted file mode 100644 index cd904d37..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotHorizontalFill.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotLeft.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotLeft.tif Binary files differdeleted file mode 100644 index 4bcd1a45..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotLeft.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotRight.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotRight.tif Binary files differdeleted file mode 100644 index f9a5ab96..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotRight.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotTop.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotTop.tif Binary files differdeleted file mode 100644 index 799a1cbe..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotTop.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotVerticalFill.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotVerticalFill.tif Binary files differdeleted file mode 100644 index 3c72ef17..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotVerticalFill.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderThumbN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderThumbN.tiff Binary files differdeleted file mode 100644 index 99d06785..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderThumbN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderThumbP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderThumbP.tiff Binary files differdeleted file mode 100644 index 0ede44a4..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderThumbP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackFill.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackFill.tiff Binary files differdeleted file mode 100644 index 79fdd98b..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackFill.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackLeft.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackLeft.tiff Binary files differdeleted file mode 100644 index e8a39382..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackLeft.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackRight.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackRight.tiff Binary files differdeleted file mode 100644 index 58c2b17d..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackRight.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTriangleThumbN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTriangleThumbN.tiff Binary files differdeleted file mode 100644 index 14bad9e8..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTriangleThumbN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTriangleThumbP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTriangleThumbP.tiff Binary files differdeleted file mode 100644 index c1e5d2a8..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTriangleThumbP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/Current b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/Current deleted file mode 120000 index 8c7e5a66..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Frameworks/BWToolkitFramework.framework/Versions/Current +++ /dev/null @@ -1 +0,0 @@ -A
\ No newline at end of file diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Info.plist b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Info.plist deleted file mode 100644 index 717f1811..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ -<?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> - <key>CFBundleDevelopmentRegion</key> - <string>English</string> - <key>CFBundleExecutable</key> - <string>BWToolkit</string> - <key>CFBundleIdentifier</key> - <string>com.brandonwalkin.BWToolkit</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundleName</key> - <string>BWToolkit</string> - <key>CFBundlePackageType</key> - <string>BNDL</string> - <key>CFBundleShortVersionString</key> - <string>1.2.5</string> - <key>CFBundleSignature</key> - <string>????</string> - <key>CFBundleVersion</key> - <string>1.2.5</string> - <key>NSPrincipalClass</key> - <string>BWToolkit</string> -</dict> -</plist> diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/MacOS/BWToolkit b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/MacOS/BWToolkit Binary files differdeleted file mode 100755 index da8daaf0..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/MacOS/BWToolkit +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAddMiniBottomBar.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAddMiniBottomBar.classdescription deleted file mode 100644 index 50e4adcb..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAddMiniBottomBar.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWAddMiniBottomBar; - SuperClass = NSView; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAddRegularBottomBar.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAddRegularBottomBar.classdescription deleted file mode 100644 index dd613eb4..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAddRegularBottomBar.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWAddRegularBottomBar; - SuperClass = NSView; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAddSmallBottomBar.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAddSmallBottomBar.classdescription deleted file mode 100644 index 24192d4f..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAddSmallBottomBar.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWAddSmallBottomBar; - SuperClass = NSView; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAnchoredButton.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAnchoredButton.classdescription deleted file mode 100644 index 2b4003c2..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAnchoredButton.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWAnchoredButton; - SuperClass = NSButton; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAnchoredButtonBar.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAnchoredButtonBar.classdescription deleted file mode 100644 index c677071b..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAnchoredButtonBar.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWAnchoredButtonBar; - SuperClass = NSView; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAnchoredButtonBarInspector.nib b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAnchoredButtonBarInspector.nib Binary files differdeleted file mode 100644 index b826a0f7..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAnchoredButtonBarInspector.nib +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAnchoredPopUpButton.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAnchoredPopUpButton.classdescription deleted file mode 100644 index 5ea9bf34..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWAnchoredPopUpButton.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWAnchoredPopUpButton; - SuperClass = NSPopUpButton; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWBottomBarLibrary.nib b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWBottomBarLibrary.nib Binary files differdeleted file mode 100644 index 053c4b1c..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWBottomBarLibrary.nib +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWButtonBarLibrary.nib b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWButtonBarLibrary.nib Binary files differdeleted file mode 100644 index 1b84e3a6..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWButtonBarLibrary.nib +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWControllersLibrary.nib b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWControllersLibrary.nib Binary files differdeleted file mode 100644 index e6337fee..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWControllersLibrary.nib +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWGradientBoxInspector.nib b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWGradientBoxInspector.nib Binary files differdeleted file mode 100644 index 5b3e24f6..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWGradientBoxInspector.nib +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWHyperlinkButtonInspector.nib b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWHyperlinkButtonInspector.nib Binary files differdeleted file mode 100644 index 579e0a59..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWHyperlinkButtonInspector.nib +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWInsetTextField.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWInsetTextField.classdescription deleted file mode 100644 index 88a41fbd..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWInsetTextField.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWInsetTextField; - SuperClass = NSTextField; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWRemoveBottomBar.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWRemoveBottomBar.classdescription deleted file mode 100644 index a0b9ccf7..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWRemoveBottomBar.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWRemoveBottomBar; - SuperClass = NSView; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSelectableToolbar.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSelectableToolbar.classdescription deleted file mode 100644 index a8f2b9a1..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSelectableToolbar.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWSelectableToolbar; - SuperClass = NSToolbar; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSelectableToolbarInspector.nib b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSelectableToolbarInspector.nib Binary files differdeleted file mode 100644 index 03b4c43a..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSelectableToolbarInspector.nib +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSheetController.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSheetController.classdescription deleted file mode 100644 index ed54c5a2..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSheetController.classdescription +++ /dev/null @@ -1,14 +0,0 @@ -{ - Actions = { - "openSheet:" = id; - "closeSheet:" = id; - "messageDelegateAndCloseSheet:" = id; - }; - Outlets = { - sheet = NSWindow; - parentWindow = NSWindow; - delegate = id; - }; - ClassName = BWSheetController; - SuperClass = NSObject; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSplitView.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSplitView.classdescription deleted file mode 100755 index 2b1e847f..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSplitView.classdescription +++ /dev/null @@ -1,11 +0,0 @@ -{ - Actions = - { - "toggleCollapse:" = id; - }; - Outlets = - { - }; - ClassName = BWSplitView; - SuperClass = NSSplitView; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSplitViewInspector.nib b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSplitViewInspector.nib Binary files differdeleted file mode 100644 index 5dd4ae09..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSplitViewInspector.nib +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSplitViewLibrary.nib b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSplitViewLibrary.nib Binary files differdeleted file mode 100644 index a02e54e0..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWSplitViewLibrary.nib +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWStyledTextFieldInspector.nib b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWStyledTextFieldInspector.nib Binary files differdeleted file mode 100644 index 9b69e2cc..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWStyledTextFieldInspector.nib +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTexturedSlider.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTexturedSlider.classdescription deleted file mode 100755 index f61e4bdf..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTexturedSlider.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWTexturedSlider; - SuperClass = NSSlider; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTexturedSliderCell.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTexturedSliderCell.classdescription deleted file mode 100755 index bf8ee438..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTexturedSliderCell.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWTexturedSliderCell; - SuperClass = NSSliderCell; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTexturedSliderInspector.nib b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTexturedSliderInspector.nib Binary files differdeleted file mode 100644 index 1cc9afce..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTexturedSliderInspector.nib +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTokenField.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTokenField.classdescription deleted file mode 100644 index 7f17d931..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTokenField.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWTokenField; - SuperClass = NSTokenField; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTokenFieldCell.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTokenFieldCell.classdescription deleted file mode 100644 index 38288f1f..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTokenFieldCell.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWTokenFieldCell; - SuperClass = NSTokenFieldCell; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWToolbarItem.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWToolbarItem.classdescription deleted file mode 100644 index 268defa6..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWToolbarItem.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWToolbarItem; - SuperClass = NSToolbarItem; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWToolbarItemInspector.nib b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWToolbarItemInspector.nib Binary files differdeleted file mode 100644 index a32f6e34..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWToolbarItemInspector.nib +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWToolbarItemsLibrary.nib b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWToolbarItemsLibrary.nib Binary files differdeleted file mode 100644 index b2c4d903..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWToolbarItemsLibrary.nib +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWToolbarShowColorsItem.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWToolbarShowColorsItem.classdescription deleted file mode 100644 index a597a973..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWToolbarShowColorsItem.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWToolbarShowColorsItem; - SuperClass = NSToolbarItem; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWToolbarShowFontsItem.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWToolbarShowFontsItem.classdescription deleted file mode 100644 index b4e260e7..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWToolbarShowFontsItem.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWToolbarShowFontsItem; - SuperClass = NSToolbarItem; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentButton.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentButton.classdescription deleted file mode 100644 index d1ef0e4f..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentButton.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWTransparentButton; - SuperClass = NSButton; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentButtonCell.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentButtonCell.classdescription deleted file mode 100644 index 7c556d9f..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentButtonCell.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWTransparentButtonCell; - SuperClass = NSButtonCell; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentCheckbox.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentCheckbox.classdescription deleted file mode 100644 index 145e03f2..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentCheckbox.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWTransparentCheckbox; - SuperClass = NSButton; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentCheckboxCell.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentCheckboxCell.classdescription deleted file mode 100644 index 81dba9d8..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentCheckboxCell.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWTransparentCheckboxCell; - SuperClass = NSButtonCell; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentControlsLibrary.nib b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentControlsLibrary.nib Binary files differdeleted file mode 100644 index c4e3e765..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentControlsLibrary.nib +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentPopUpButton.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentPopUpButton.classdescription deleted file mode 100644 index 2d8850a5..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentPopUpButton.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWTransparentPopUpButton; - SuperClass = NSPopUpButton; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentPopUpButtonCell.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentPopUpButtonCell.classdescription deleted file mode 100644 index 89b50050..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentPopUpButtonCell.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWTransparentPopUpButtonCell; - SuperClass = NSPopUpButtonCell; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentScroller.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentScroller.classdescription deleted file mode 100644 index 52ce8716..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentScroller.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWTransparentScroller; - SuperClass = NSScroller; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentSlider.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentSlider.classdescription deleted file mode 100644 index 572256f8..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentSlider.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWTransparentSlider; - SuperClass = NSSlider; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentSliderCell.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentSliderCell.classdescription deleted file mode 100644 index 659b7270..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentSliderCell.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWTransparentSliderCell; - SuperClass = NSSliderCell; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentTableView.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentTableView.classdescription deleted file mode 100644 index b5386dc7..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentTableView.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWTransparentTableView; - SuperClass = NSTableView; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentTableViewCell.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentTableViewCell.classdescription deleted file mode 100644 index 952e877b..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentTableViewCell.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWTransparentTableViewCell; - SuperClass = NSTextFieldCell; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentTextFieldCell.classdescription b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentTextFieldCell.classdescription deleted file mode 100644 index 7b827ae4..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/BWTransparentTextFieldCell.classdescription +++ /dev/null @@ -1,12 +0,0 @@ -{ - Actions = { - // Define action descriptions here, for example - // "myAction:" = id; - }; - Outlets = { - // Define outlet descriptions here, for example - // myOutlet = NSView; - }; - ClassName = BWTransparentTextFieldCell; - SuperClass = NSTextFieldCell; -} diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/English.lproj/BWToolkitLibrary.nib b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/English.lproj/BWToolkitLibrary.nib Binary files differdeleted file mode 100644 index 26160135..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/English.lproj/BWToolkitLibrary.nib +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/English.lproj/InfoPlist.strings b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/English.lproj/InfoPlist.strings Binary files differdeleted file mode 100644 index 1e3bac88..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/English.lproj/InfoPlist.strings +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/GradientWellPattern.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/GradientWellPattern.tif Binary files differdeleted file mode 100644 index cca6408a..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/GradientWellPattern.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode1.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode1.tif Binary files differdeleted file mode 100644 index 832f85fd..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode1.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode1Pressed.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode1Pressed.tif Binary files differdeleted file mode 100644 index 2eb547e5..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode1Pressed.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode2.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode2.tif Binary files differdeleted file mode 100644 index 100f2b30..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode2.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode2Pressed.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode2Pressed.tif Binary files differdeleted file mode 100644 index 3ce9a6bc..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode2Pressed.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode3.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode3.tif Binary files differdeleted file mode 100644 index 99e6eec2..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode3.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode3Pressed.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode3Pressed.tif Binary files differdeleted file mode 100644 index d1f44d41..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarMode3Pressed.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarModeSelection.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarModeSelection.tif Binary files differdeleted file mode 100644 index 60858923..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-ButtonBarModeSelection.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewArrowBlueLeft.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewArrowBlueLeft.tif Binary files differdeleted file mode 100644 index b87897f2..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewArrowBlueLeft.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewArrowBlueRight.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewArrowBlueRight.tif Binary files differdeleted file mode 100644 index 9ec1e62e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewArrowBlueRight.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewArrowRedFill.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewArrowRedFill.tif Binary files differdeleted file mode 100644 index 7633130e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewArrowRedFill.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewArrowRedLeft.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewArrowRedLeft.tif Binary files differdeleted file mode 100644 index 8a347d18..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewArrowRedLeft.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewArrowRedRight.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewArrowRedRight.tif Binary files differdeleted file mode 100644 index 7ab676ce..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewArrowRedRight.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewBackground.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewBackground.tiff Binary files differdeleted file mode 100644 index 92abe845..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Inspector-SplitViewBackground.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AddMiniBottomBar.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AddMiniBottomBar.tif Binary files differdeleted file mode 100644 index 36b5d728..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AddMiniBottomBar.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AddRegularBottomBar.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AddRegularBottomBar.tif Binary files differdeleted file mode 100644 index 6ceb1fc4..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AddRegularBottomBar.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AddSheetBottomBar.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AddSheetBottomBar.tif Binary files differdeleted file mode 100644 index d989aa5e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AddSheetBottomBar.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AddSmallBottomBar.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AddSmallBottomBar.tif Binary files differdeleted file mode 100644 index 3379ff0a..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AddSmallBottomBar.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AnchoredButton.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AnchoredButton.tif Binary files differdeleted file mode 100644 index 9c47851a..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AnchoredButton.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AnchoredButtonBar.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AnchoredButtonBar.tif Binary files differdeleted file mode 100644 index 1e2fd214..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AnchoredButtonBar.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AnchoredPopUpButton.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AnchoredPopUpButton.tif Binary files differdeleted file mode 100644 index eddeb0ad..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-AnchoredPopUpButton.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-GradientBox.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-GradientBox.tif Binary files differdeleted file mode 100644 index b177651d..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-GradientBox.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-GradientSplitView.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-GradientSplitView.tif Binary files differdeleted file mode 100644 index ac4b2ff2..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-GradientSplitView.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-HorizontalSplitView.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-HorizontalSplitView.tif Binary files differdeleted file mode 100644 index cef2bae8..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-HorizontalSplitView.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-InsetTextField.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-InsetTextField.tif Binary files differdeleted file mode 100644 index 37fefc3c..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-InsetTextField.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-RemoveBottomBar.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-RemoveBottomBar.tif Binary files differdeleted file mode 100644 index eefb1d0e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-RemoveBottomBar.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-SelectableToolbar.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-SelectableToolbar.tif Binary files differdeleted file mode 100644 index ae34b80e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-SelectableToolbar.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-SheetController.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-SheetController.tif Binary files differdeleted file mode 100644 index a7089a06..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-SheetController.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-ShowColors.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-ShowColors.tif Binary files differdeleted file mode 100644 index 7ec752ef..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-ShowColors.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-ShowFonts.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-ShowFonts.tif Binary files differdeleted file mode 100644 index fd053bef..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-ShowFonts.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-StyledTextField.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-StyledTextField.tif Binary files differdeleted file mode 100644 index 2ab8d9d3..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-StyledTextField.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TexturedAddButton.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TexturedAddButton.tif Binary files differdeleted file mode 100644 index c8f7d77f..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TexturedAddButton.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TexturedRemoveButton.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TexturedRemoveButton.tif Binary files differdeleted file mode 100644 index a89a2458..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TexturedRemoveButton.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TexturedSlider.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TexturedSlider.tif Binary files differdeleted file mode 100644 index a8f7a7c0..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TexturedSlider.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TokenField.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TokenField.tif Binary files differdeleted file mode 100644 index 068f43ba..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TokenField.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-ToolbarItem.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-ToolbarItem.tiff Binary files differdeleted file mode 100644 index ce706938..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-ToolbarItem.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentButton.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentButton.tif Binary files differdeleted file mode 100644 index 944945c3..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentButton.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentCheckbox.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentCheckbox.tif Binary files differdeleted file mode 100644 index d6235dfb..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentCheckbox.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentCheckboxCell.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentCheckboxCell.tif Binary files differdeleted file mode 100644 index 7a79f888..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentCheckboxCell.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentLabel.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentLabel.tif Binary files differdeleted file mode 100644 index 7d15753f..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentLabel.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentPopUpButton.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentPopUpButton.tif Binary files differdeleted file mode 100644 index 215d122d..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentPopUpButton.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentSlider.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentSlider.tif Binary files differdeleted file mode 100644 index 0bab5b17..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentSlider.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentTableView.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentTableView.tif Binary files differdeleted file mode 100644 index 76b88fe0..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentTableView.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentTextView.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentTextView.tif Binary files differdeleted file mode 100644 index 78bbbca6..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-TransparentTextView.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-VerticalSplitView.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-VerticalSplitView.tif Binary files differdeleted file mode 100644 index ea86f9f7..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/Library-VerticalSplitView.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/ToolbarItemColors.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/ToolbarItemColors.tiff Binary files differdeleted file mode 100644 index c8191661..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/ToolbarItemColors.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/ToolbarItemFonts.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/ToolbarItemFonts.tiff Binary files differdeleted file mode 100644 index eeda1835..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin/Contents/Resources/ToolbarItemFonts.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ButtonBarPullDownArrow.pdf b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ButtonBarPullDownArrow.pdf Binary files differdeleted file mode 100644 index 79350a27..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ButtonBarPullDownArrow.pdf +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/GradientSplitViewDimpleBitmap.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/GradientSplitViewDimpleBitmap.tif Binary files differdeleted file mode 100644 index 52c9d818..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/GradientSplitViewDimpleBitmap.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/GradientSplitViewDimpleVector.pdf b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/GradientSplitViewDimpleVector.pdf Binary files differdeleted file mode 100644 index 2f430e3e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/GradientSplitViewDimpleVector.pdf +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Info.plist b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Info.plist deleted file mode 100644 index 3f250ff7..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Info.plist +++ /dev/null @@ -1,22 +0,0 @@ -<?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> - <key>CFBundleDevelopmentRegion</key> - <string>English</string> - <key>CFBundleExecutable</key> - <string>BWToolkitFramework</string> - <key>CFBundleIdentifier</key> - <string>com.brandonwalkin.BWToolkitFramework</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundlePackageType</key> - <string>FMWK</string> - <key>CFBundleSignature</key> - <string>????</string> - <key>CFBundleVersion</key> - <string>1.2.5</string> - <key>NSPrincipalClass</key> - <string>BWToolkit</string> -</dict> -</plist> diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Library-SheetController.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Library-SheetController.tif Binary files differdeleted file mode 100644 index a7089a06..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Library-SheetController.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/License.rtf b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/License.rtf deleted file mode 100644 index 1b1e793b..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/License.rtf +++ /dev/null @@ -1,18 +0,0 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf250 -{\fonttbl\f0\fnil\fcharset0 Verdana;\f1\fnil\fcharset0 LucidaGrande;} -{\colortbl;\red255\green255\blue255;\red73\green73\blue73;} -{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1}} -{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}} -\deftab720 -\pard\pardeftab720\sl400\sa280\ql\qnatural - -\f0\fs24 \cf2 Copyright (c) 2010, Brandon Walkin -\f1 \uc0\u8232 -\f0 All rights reserved.\ -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ -\pard\tx220\tx720\pardeftab720\li720\fi-720\sl400\sa20\ql\qnatural -\ls1\ilvl0\cf2 {\listtext \'95 }Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ -{\listtext \'95 }Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ -{\listtext \'95 }Neither the name of the Brandon Walkin nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\ -\pard\pardeftab720\sl400\sa280\ql\qnatural -\cf2 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.}
\ No newline at end of file diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Release Notes.rtf b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Release Notes.rtf deleted file mode 100644 index b32304cb..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Release Notes.rtf +++ /dev/null @@ -1,65 +0,0 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf250 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset0 Monaco;} -{\colortbl;\red255\green255\blue255;\red100\green56\blue32;\red196\green26\blue22;} -{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1} -{\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2} -{\list\listtemplateid3\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid201\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid3}} -{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}{\listoverride\listid3\listoverridecount0\ls3}} -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural - -\f0\b\fs54 \cf0 BWToolkit -\fs36 \ - -\b0 Plugin for Interface Builder 3\ - -\b \ -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural - -\b0\fs30 \cf0 Version 1.2.5\ -January 20, 2010\ -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural - -\fs32 \cf0 \ -\ -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural - -\b\fs36 \cf0 Installation -\b0\fs28 \ -\ -Note: If you're building on 10.5, you'll need to build BWToolkit from source.\ -\ -Step 1. Double click the BWToolkit.ibplugin file to load the plugin into Interface Builder\ -\ -Note: Interface Builder will reference this file rather than copy it to another location. Keep the .ibplugin file in a location where it won't be deleted.\ -\ -Step 2. In the Xcode project you want to use the plugin in:\ -\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural -\ls1\ilvl0\cf0 {\listtext \'95 }Right click the Linked Frameworks folder and click Add -> Existing Frameworks. Select the BWToolkitFramework.framework directory.\ -\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural -\ls2\ilvl0\cf0 {\listtext \'95 }Right click your target and click Add -> New Build Phase -> New Copy Files Build Phase. For destination, select Frameworks, leave the path field blank, and close the window.\ -\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural -\ls3\ilvl0\cf0 {\listtext \'95 }Drag the BWToolkit framework from Linked Frameworks to the Copy Files build phase you just added.\ -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural -\cf0 \ -Note: You'll have to repeat step 2 for each project you want to use BWToolkit in.\ -\ -If you need to reference BWToolkit objects in your classes, you can import the main header like so:\ -\ -\pard\tx560\pardeftab560\ql\qnatural\pardirnatural - -\f1\fs24 \cf2 \CocoaLigature0 #import \cf3 <BWToolkitFramework/BWToolkitFramework.h> -\f0\fs28 \cf0 \CocoaLigature1 \ -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural - -\fs32 \cf0 \ -\ -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural - -\b\fs36 \cf0 License\ -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural - -\b0\fs28 \cf0 \ -All source code is provided under the three clause BSD license. Attribution is appreciated but by no means required.\ -\ -\ -}
\ No newline at end of file diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderPhotoLarge.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderPhotoLarge.tif Binary files differdeleted file mode 100644 index 69c38f91..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderPhotoLarge.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderPhotoSmall.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderPhotoSmall.tif Binary files differdeleted file mode 100644 index f5f644b3..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderPhotoSmall.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderSpeakerLoud.png b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderSpeakerLoud.png Binary files differdeleted file mode 100644 index d7e87f77..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderSpeakerLoud.png +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderSpeakerQuiet.png b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderSpeakerQuiet.png Binary files differdeleted file mode 100644 index 5836a7af..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderSpeakerQuiet.png +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderThumbN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderThumbN.tiff Binary files differdeleted file mode 100644 index 064db7ac..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderThumbN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderThumbP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderThumbP.tiff Binary files differdeleted file mode 100644 index a62dc01e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderThumbP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackFill.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackFill.tiff Binary files differdeleted file mode 100644 index fe3105ad..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackFill.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackLeft.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackLeft.tiff Binary files differdeleted file mode 100644 index 0250746f..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackLeft.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackRight.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackRight.tiff Binary files differdeleted file mode 100644 index 4ac75734..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TexturedSliderTrackRight.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ToolbarItemColors.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ToolbarItemColors.tiff Binary files differdeleted file mode 100644 index c8191661..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ToolbarItemColors.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ToolbarItemFonts.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ToolbarItemFonts.tiff Binary files differdeleted file mode 100644 index eeda1835..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/ToolbarItemFonts.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonFillN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonFillN.tiff Binary files differdeleted file mode 100644 index d5dda9f6..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonFillN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonFillP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonFillP.tiff Binary files differdeleted file mode 100644 index 31237382..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonFillP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonLeftN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonLeftN.tiff Binary files differdeleted file mode 100644 index f346e2a9..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonLeftN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonLeftP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonLeftP.tiff Binary files differdeleted file mode 100644 index 7d764aa2..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonLeftP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonRightN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonRightN.tiff Binary files differdeleted file mode 100644 index 8fd41997..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonRightN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonRightP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonRightP.tiff Binary files differdeleted file mode 100644 index d000b4f2..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentButtonRightP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOffN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOffN.tiff Binary files differdeleted file mode 100644 index 61137927..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOffN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOffP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOffP.tiff Binary files differdeleted file mode 100644 index 2eebeed0..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOffP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOnN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOnN.tiff Binary files differdeleted file mode 100644 index 5642a498..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOnN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOnP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOnP.tiff Binary files differdeleted file mode 100644 index 71f11e25..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentCheckboxOnP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpFillN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpFillN.tiff Binary files differdeleted file mode 100644 index 26e948e7..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpFillN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpFillP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpFillP.tiff Binary files differdeleted file mode 100644 index 31237382..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpFillP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpLeftN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpLeftN.tiff Binary files differdeleted file mode 100644 index fa4cb8a6..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpLeftN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpLeftP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpLeftP.tiff Binary files differdeleted file mode 100644 index f402d79e..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpLeftP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpPullDownRightN.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpPullDownRightN.tif Binary files differdeleted file mode 100644 index e280e2f5..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpPullDownRightN.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpPullDownRightP.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpPullDownRightP.tif Binary files differdeleted file mode 100644 index 029d05ae..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpPullDownRightP.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpRightN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpRightN.tiff Binary files differdeleted file mode 100644 index 9b9bcf58..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpRightN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpRightP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpRightP.tiff Binary files differdeleted file mode 100644 index dbc14743..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentPopUpRightP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobBottom.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobBottom.tif Binary files differdeleted file mode 100644 index 6fe6c902..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobBottom.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobHorizontalFill.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobHorizontalFill.tif Binary files differdeleted file mode 100644 index ad8e4b01..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobHorizontalFill.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobLeft.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobLeft.tif Binary files differdeleted file mode 100644 index ef91486d..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobLeft.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobRight.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobRight.tif Binary files differdeleted file mode 100644 index 5a8707b5..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobRight.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobTop.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobTop.tif Binary files differdeleted file mode 100644 index 75e79458..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobTop.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobVerticalFill.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobVerticalFill.tif Binary files differdeleted file mode 100644 index 66fd2a53..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerKnobVerticalFill.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotBottom.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotBottom.tif Binary files differdeleted file mode 100644 index 60f0d5fe..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotBottom.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotHorizontalFill.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotHorizontalFill.tif Binary files differdeleted file mode 100644 index cd904d37..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotHorizontalFill.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotLeft.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotLeft.tif Binary files differdeleted file mode 100644 index 4bcd1a45..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotLeft.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotRight.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotRight.tif Binary files differdeleted file mode 100644 index f9a5ab96..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotRight.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotTop.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotTop.tif Binary files differdeleted file mode 100644 index 799a1cbe..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotTop.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotVerticalFill.tif b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotVerticalFill.tif Binary files differdeleted file mode 100644 index 3c72ef17..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentScrollerSlotVerticalFill.tif +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderThumbN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderThumbN.tiff Binary files differdeleted file mode 100644 index 99d06785..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderThumbN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderThumbP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderThumbP.tiff Binary files differdeleted file mode 100644 index 0ede44a4..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderThumbP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackFill.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackFill.tiff Binary files differdeleted file mode 100644 index 79fdd98b..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackFill.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackLeft.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackLeft.tiff Binary files differdeleted file mode 100644 index e8a39382..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackLeft.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackRight.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackRight.tiff Binary files differdeleted file mode 100644 index 58c2b17d..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTrackRight.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTriangleThumbN.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTriangleThumbN.tiff Binary files differdeleted file mode 100644 index 14bad9e8..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTriangleThumbN.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTriangleThumbP.tiff b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTriangleThumbP.tiff Binary files differdeleted file mode 100644 index c1e5d2a8..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/TransparentSliderTriangleThumbP.tiff +++ /dev/null diff --git a/Frameworks/BWToolkitFramework.framework/Versions/Current b/Frameworks/BWToolkitFramework.framework/Versions/Current deleted file mode 120000 index 8c7e5a66..00000000 --- a/Frameworks/BWToolkitFramework.framework/Versions/Current +++ /dev/null @@ -1 +0,0 @@ -A
\ No newline at end of file |