Skip to content

Commit

Permalink
Compatibility changes for Snow Leopard.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktoumpelis committed Aug 29, 2009
1 parent 586b37b commit aa709c7
Show file tree
Hide file tree
Showing 54 changed files with 1,648 additions and 2,153 deletions.
3,223 changes: 1,436 additions & 1,787 deletions Canary.xcodeproj/genesis.pbxuser

Large diffs are not rendered by default.

390 changes: 129 additions & 261 deletions Canary.xcodeproj/genesis.perspectivev3

Large diffs are not rendered by default.

51 changes: 42 additions & 9 deletions Canary.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
objects = {

/* Begin PBXBuildFile section */
051557EC1049811D00FC1829 /* ORSScreenNameToBooleanTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 051557EB1049811D00FC1829 /* ORSScreenNameToBooleanTransformer.m */; };
053FB99A0FA4D4B300DA370E /* BWToolkit License.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 053FB9950FA4D4B300DA370E /* BWToolkit License.rtf */; };
053FB99B0FA4D4B300DA370E /* Canary License.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 053FB9960FA4D4B300DA370E /* Canary License.rtf */; };
053FB99C0FA4D4B300DA370E /* Copyright and license info.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 053FB9970FA4D4B300DA370E /* Copyright and license info.rtf */; };
053FB99D0FA4D4B300DA370E /* Growl License.txt in Resources */ = {isa = PBXBuildFile; fileRef = 053FB9980FA4D4B300DA370E /* Growl License.txt */; };
053FB99E0FA4D4B300DA370E /* Sparkle License.txt in Resources */ = {isa = PBXBuildFile; fileRef = 053FB9990FA4D4B300DA370E /* Sparkle License.txt */; };
053FBA410FA50EC700DA370E /* ORSScreenNameToBoolTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 053FBA360FA50EC700DA370E /* ORSScreenNameToBoolTransformer.m */; };
053FBA420FA50EC700DA370E /* NSString+ORSCanaryAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 053FBA390FA50EC700DA370E /* NSString+ORSCanaryAdditions.m */; };
053FBA430FA50EC700DA370E /* NSMutableAttributedString+ORSCanaryAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 053FBA3B0FA50EC700DA370E /* NSMutableAttributedString+ORSCanaryAdditions.m */; };
053FBA440FA50EC700DA370E /* ORSCanaryController+Growl.m in Sources */ = {isa = PBXBuildFile; fileRef = 053FBA3C0FA50EC700DA370E /* ORSCanaryController+Growl.m */; };
Expand Down Expand Up @@ -135,13 +135,13 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
051557EA1049811D00FC1829 /* ORSScreenNameToBooleanTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ORSScreenNameToBooleanTransformer.h; sourceTree = "<group>"; };
051557EB1049811D00FC1829 /* ORSScreenNameToBooleanTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ORSScreenNameToBooleanTransformer.m; sourceTree = "<group>"; };
053FB9950FA4D4B300DA370E /* BWToolkit License.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "BWToolkit License.rtf"; sourceTree = "<group>"; };
053FB9960FA4D4B300DA370E /* Canary License.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Canary License.rtf"; sourceTree = "<group>"; };
053FB9970FA4D4B300DA370E /* Copyright and license info.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Copyright and license info.rtf"; sourceTree = "<group>"; };
053FB9980FA4D4B300DA370E /* Growl License.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "Growl License.txt"; sourceTree = "<group>"; };
053FB9990FA4D4B300DA370E /* Sparkle License.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "Sparkle License.txt"; sourceTree = "<group>"; };
053FBA360FA50EC700DA370E /* ORSScreenNameToBoolTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ORSScreenNameToBoolTransformer.m; path = Classes/Controller/ORSScreenNameToBoolTransformer.m; sourceTree = "<group>"; };
053FBA370FA50EC700DA370E /* ORSScreenNameToBoolTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ORSScreenNameToBoolTransformer.h; path = Classes/Controller/ORSScreenNameToBoolTransformer.h; sourceTree = "<group>"; };
053FBA380FA50EC700DA370E /* NSString+ORSCanaryAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSString+ORSCanaryAdditions.h"; path = "Classes/Controller/NSString+ORSCanaryAdditions.h"; sourceTree = "<group>"; };
053FBA390FA50EC700DA370E /* NSString+ORSCanaryAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSString+ORSCanaryAdditions.m"; path = "Classes/Controller/NSString+ORSCanaryAdditions.m"; sourceTree = "<group>"; };
053FBA3A0FA50EC700DA370E /* ORSCanaryController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ORSCanaryController.h; path = Classes/Controller/ORSCanaryController.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -522,8 +522,8 @@
053FBA3F0FA50EC700DA370E /* ORSCanaryController.m */,
053FBA3E0FA50EC700DA370E /* ORSCanaryController+Growl.h */,
053FBA3C0FA50EC700DA370E /* ORSCanaryController+Growl.m */,
053FBA370FA50EC700DA370E /* ORSScreenNameToBoolTransformer.h */,
053FBA360FA50EC700DA370E /* ORSScreenNameToBoolTransformer.m */,
051557EA1049811D00FC1829 /* ORSScreenNameToBooleanTransformer.h */,
051557EB1049811D00FC1829 /* ORSScreenNameToBooleanTransformer.m */,
053FBA380FA50EC700DA370E /* NSString+ORSCanaryAdditions.h */,
053FBA390FA50EC700DA370E /* NSString+ORSCanaryAdditions.m */,
053FBA3D0FA50EC700DA370E /* NSMutableAttributedString+ORSCanaryAdditions.h */,
Expand Down Expand Up @@ -630,8 +630,8 @@
29B97315FDCFA39411CA2CEA /* Other Sources */ = {
isa = PBXGroup;
children = (
053FBAEF0FA5139300DA370E /* main.m */,
053FBAF00FA5139300DA370E /* Canary_Prefix.pch */,
053FBAEF0FA5139300DA370E /* main.m */,
);
name = "Other Sources";
sourceTree = "<group>";
Expand Down Expand Up @@ -766,7 +766,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
053FBA410FA50EC700DA370E /* ORSScreenNameToBoolTransformer.m in Sources */,
053FBA420FA50EC700DA370E /* NSString+ORSCanaryAdditions.m in Sources */,
053FBA430FA50EC700DA370E /* NSMutableAttributedString+ORSCanaryAdditions.m in Sources */,
053FBA440FA50EC700DA370E /* ORSCanaryController+Growl.m in Sources */,
Expand Down Expand Up @@ -823,6 +822,7 @@
05C05D74103D71DC00C70832 /* ORSTwitterEngine+SocialGraph.m in Sources */,
05C05DB6103D996100C70832 /* ORSTwitterEngine+Friendship.m in Sources */,
05C05F0F103E9AF700C70832 /* ORSTwitterEngine+Status.m in Sources */,
051557EC1049811D00FC1829 /* ORSScreenNameToBooleanTransformer.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -884,6 +884,9 @@
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.7.2;
DEAD_CODE_STRIPPING = YES;
ENABLE_OPENMP_SUPPORT = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)\"",
Expand All @@ -893,16 +896,26 @@
"\"$(SRCROOT)/Resources/BWToolkit.ibplugin/Contents/Frameworks\"",
"\"$(SRCROOT)/Additional\"",
);
GCC_AUTO_VECTORIZATION = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_ENABLE_SSE41_EXTENSIONS = NO;
GCC_ENABLE_SSE42_EXTENSIONS = NO;
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Other Sources/Canary_Prefix.pch";
GCC_VERSION = com.apple.compilers.llvmgcc42;
GCC_STRICT_ALIASING = NO;
GCC_USE_STANDARD_INCLUDE_SEARCHING = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
ONLY_ACTIVE_ARCH = NO;
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES;
PRODUCT_NAME = Canary;
RUN_CLANG_STATIC_ANALYZER = YES;
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
VALID_ARCHS = "i386 ppc";
};
name = Debug;
Expand All @@ -913,7 +926,12 @@
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.7.2;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEPLOYMENT_LOCATION = YES;
DEPLOYMENT_POSTPROCESSING = YES;
ENABLE_OPENMP_SUPPORT = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)\"",
Expand All @@ -923,13 +941,28 @@
"\"$(SRCROOT)/Resources/BWToolkit.ibplugin/Contents/Frameworks\"",
"\"$(SRCROOT)/Additional\"",
);
GCC_AUTO_VECTORIZATION = YES;
GCC_DYNAMIC_NO_PIC = YES;
GCC_ENABLE_SSE41_EXTENSIONS = YES;
GCC_ENABLE_SSE42_EXTENSIONS = YES;
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = YES;
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 3;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Other Sources/Canary_Prefix.pch";
GCC_VERSION = com.apple.compilers.llvmgcc42;
GCC_STRICT_ALIASING = YES;
GCC_USE_STANDARD_INCLUDE_SEARCHING = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
LLVM_LTO = NO;
ONLY_ACTIVE_ARCH = NO;
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES;
PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
PRODUCT_NAME = Canary;
RUN_CLANG_STATIC_ANALYZER = YES;
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
VALID_ARCHS = "i386 ppc";
};
name = Release;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Controller/Controls/ORSCanaryCollectionView.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>

@interface ORSCanaryCollectionView : NSCollectionView {

}
Expand Down
1 change: 0 additions & 1 deletion Classes/Controller/Controls/ORSCanaryCollectionViewItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>
#import "ORSCanaryStatusView.h"

@interface ORSCanaryCollectionViewItem : NSCollectionViewItem {
Expand Down
3 changes: 1 addition & 2 deletions Classes/Controller/Controls/ORSCanaryDragView.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>
#import "ORSCanaryController.h"


@interface ORSCanaryDragView : NSView {
BOOL highlighted;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Controller/Controls/ORSCanaryNewStatusTextFieldCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>

@interface ORSCanaryNewStatusTextFieldCell : NSTextFieldCell {
IBOutlet NSMenuItem *shortenURLMenuItem;
IBOutlet NSMenuItem *separatorMenuItem;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Controller/Controls/ORSCanaryStatusView.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>

@interface ORSCanaryStatusView : NSView {
BOOL m_isSelected;
}
Expand Down
3 changes: 1 addition & 2 deletions Classes/Controller/Controls/ORSCanaryTextFieldCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>
#import "NSMutableAttributedString+ORSCanaryAdditions.h"
#import "NSString+ORSCanaryAdditions.h";
#import "NSString+ORSCanaryAdditions.h"

@interface ORSCanaryTextFieldCell : NSTextFieldCell {

Expand Down
2 changes: 0 additions & 2 deletions Classes/Controller/Controls/ORSCanaryUnderlinedButtonCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>

@interface ORSCanaryUnderlinedButtonCell : NSButtonCell {

}
Expand Down
2 changes: 0 additions & 2 deletions Classes/Controller/Controls/ORSDateDifferenceFormatter.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>

@interface ORSDateDifferenceFormatter : NSFormatter {

}
Expand Down
2 changes: 0 additions & 2 deletions Classes/Controller/Controls/ORSImageView.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>

@interface ORSImageView : NSImageView {

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>

@interface NSMutableAttributedString ( ORSCanaryAdditions )

- (NSCharacterSet *) httpDelimitingCharset;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Controller/NSString+ORSCanaryAdditions.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>

@interface NSString ( ORSCanaryAdditions )

+ (NSString *) replaceHTMLEntities:(NSString *)string;
Expand Down
3 changes: 1 addition & 2 deletions Classes/Controller/ORSCanaryController+Growl.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>
#import "ORSCanaryController.h"

#import "NSString+ORSCanaryAdditions.h"

@interface ORSCanaryController ( Growl )
Expand Down
5 changes: 2 additions & 3 deletions Classes/Controller/ORSCanaryController.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>
#import <CoreFoundation/CoreFoundation.h>
#import <CoreServices/CoreServices.h>
#import <Quartz/Quartz.h>
#import "ORSShortener.h"
#import "ORSCredentialsManager.h"
#import "ORSTwitterEngine.h"

#import "ORSCanaryPreferences.h"
#import "ORSShortenerFactory.h"
#import "ORSUpdateDispatcher.h"
Expand All @@ -49,12 +48,12 @@
#import "ORSFilter.h"
#import "ORSFilterTransformer.h"
#import "ORSFilterArrayTransformer.h"
#import "ORSScreenNameToBoolTransformer.h"
#import "ORSTwitterEngine+Block.h"
#import "ORSTwitterEngine+Favorite.h"
#import "ORSTwitterEngine+Account.h"
#import "ORSTwitterEngine+Friendship.h"
#import "ORSTwitterEngine+Timeline.h"
#import "ORSScreenNameToBooleanTransformer.h"

@interface ORSCanaryController : NSWindowController < GrowlApplicationBridgeDelegate > {
// Fundamentals
Expand Down
10 changes: 5 additions & 5 deletions Classes/Controller/ORSCanaryController.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import "ORSCanaryController.h"

#import "ORSCanaryController+Growl.h"
#include <math.h>

Expand Down Expand Up @@ -86,8 +86,8 @@ + (void) initialize {
[NSValueTransformer setValueTransformer:filterArrayTransformer
forName:@"FilterArrayTransformer"];

ORSScreenNameToBoolTransformer *screenNameToBoolTransformer;
screenNameToBoolTransformer = [[ORSScreenNameToBoolTransformer alloc] init];
ORSScreenNameToBooleanTransformer *screenNameToBoolTransformer;
screenNameToBoolTransformer = [[ORSScreenNameToBooleanTransformer alloc] init];
[NSValueTransformer setValueTransformer:screenNameToBoolTransformer
forName:@"ScreenNameToBoolTransformer"];

Expand Down Expand Up @@ -1631,7 +1631,7 @@ - (void) showReceivedResponse:(NSNotification *)note {
}
NSHTTPURLResponse *response = (NSHTTPURLResponse *)note.object;
NSInteger statusCode = response.statusCode;
NSString *msg;
NSString *msg = @"";
if (statusCode != 200 && statusCode != 304) {
if (statusCode == 503) {
msg = @"Twitter is overloaded";
Expand Down Expand Up @@ -1701,7 +1701,7 @@ - (IBAction) sendImageToTwitPic:sender {
int result = [oPanel runModalForDirectory:NSHomeDirectory()
file:nil
types:acceptableFileTypes];
if (result = NSOKButton) {
if (result == NSOKButton) {
[self executeAsyncCallToTwitPicWithFile:[oPanel filename]];
}
}
Expand Down
3 changes: 1 addition & 2 deletions Classes/Controller/ORSCanaryPreferences.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>
#import "ORSTwitterEngine.h"

#import "ORSShortenerFactory.h"
#import "ORSTimelineCacheManager.h"

Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/ORSCanaryPreferences.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// IN THE SOFTWARE.

#import "ORSCanaryPreferences.h"
#import "ORSCanaryController.h"


@implementation ORSCanaryPreferences

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>

@interface ORSCanaryAboutController : NSWindowController {

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>
#import "ORSCanaryController.h"
#import "ORSTwitterEngine.h"


#import "ORSCredentialsManager.h"
#import "ORSCanaryPreferences.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>
#import "ORSCanaryController.h"

#import "ORSFilter.h"

@interface ORSCanaryPreferencesController : NSWindowController {
Expand Down
1 change: 0 additions & 1 deletion Classes/Model/Credentials Manager/ORSCredentialsManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
@updated 2009-04-12
*/

#import <Cocoa/Cocoa.h>
#import <Security/Security.h>
#include <CoreServices/CoreServices.h>
#include <CoreFoundation/CoreFoundation.h>
Expand Down
2 changes: 0 additions & 2 deletions Classes/Model/Filters/ORSFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.

#import <Cocoa/Cocoa.h>

@interface ORSFilter : NSObject <NSCopying> {
NSPredicate *predicate;
NSString *filterName;
Expand Down
Loading

0 comments on commit aa709c7

Please sign in to comment.