File tree 18 files changed +0
-47
lines changed
18 files changed +0
-47
lines changed Original file line number Diff line number Diff line change 7
7
#import " SSYWrappingCheckbox.h"
8
8
9
9
#import " NSError+InfoAccess.h"
10
- #import " NSInvocation+Quick.h"
11
- #import " NSString+Clipboard.h"
12
10
#import " NSString+LocalizeSSY.h"
13
11
#import " NSString+Truncate.h"
14
12
#import " NSView+Layout.h"
Original file line number Diff line number Diff line change 1
1
#import " SSYDynamicMenu.h"
2
- #import " NSMenu+Populating.h"
3
- #import " NSMenu+Ancestry.h"
4
2
#import " SSYRuntimeUtilities.h"
5
3
6
4
Original file line number Diff line number Diff line change @@ -20,12 +20,9 @@ Change History (most recent first):
20
20
21
21
*/
22
22
23
- #include < stdio.h>
24
23
#import " SSYIOKit.h"
25
24
#import < AddressBook/ABAddressBook.h>
26
25
#import < AddressBook/ABMultiValue.h>
27
- #include < CoreFoundation/CoreFoundation.h>
28
- #include < IOKit/IOKitLib.h>
29
26
#include < IOKit/network/IOEthernetInterface.h>
30
27
#include < IOKit/network/IONetworkInterface.h>
31
28
#include < IOKit/network/IOEthernetController.h>
Original file line number Diff line number Diff line change 3
3
#import " NSError+InfoAccess.h"
4
4
#import " NSError+SSYInfo.h"
5
5
#import " NSError+MyDomain.h"
6
- #import " SSYOtherApper.h"
7
- #import " SSYShellTasker.h"
8
6
#import " NSString+Data.h"
9
7
#import " NSFileManager+SomeMore.h"
10
8
#import " NSFileManager+TempFile.h"
Original file line number Diff line number Diff line change 1
1
#import " SSYManagedObject.h"
2
2
#import " SSYMOCManager.h"
3
3
#import " SSYIndexee.h"
4
- #import " BkmxBasis+Strings.h"
5
4
#import " SSYDooDooUndoManager.h"
6
5
#import " NSSet+Identicalness.h"
7
- #import " NSManagedObject+Attributes.h"
8
6
#import " NSDocument+SyncModDate.h"
9
7
#import " NSObject+MoreDescriptions.h"
10
8
Original file line number Diff line number Diff line change 1
1
#import " SSYManagedTreeObject.h"
2
2
#import " NSSet+SimpleMutations.h"
3
- #import " NSArray+SortDescriptorsHelp.h"
4
- #import " NSKeyedUnarchiver+CatchExceptions.h"
5
- #import " NSError+InfoAccess.h"
6
3
#import " NSSet+Indexing.h"
7
- #import " NSManagedObject+Attributes.h"
8
4
#import " NSObject+DoNil.h"
9
5
10
6
NSString * const constKeyChildren = @" children" ;
Original file line number Diff line number Diff line change 4
4
#import " SSYAlert.h"
5
5
#import " NSManagedObjectContext+Cheats.h"
6
6
#import " NSObject+MoreDescriptions.h"
7
- #import " NSManagedObject+Debug.h"
8
7
9
8
// For debugging
10
- #import " SSYMOCManager.h"
11
9
12
10
13
11
@implementation SSYMojo
Original file line number Diff line number Diff line change 1
1
#import " SSYMultiTextFieldCell.h"
2
- #import " NSString+Truncate.h"
3
- #import " NS(Attributed)String+Geometrics.h"
4
2
5
3
6
4
@implementation SSYMultiTextFieldCell
Original file line number Diff line number Diff line change 1
1
#import " SSYNetServiceResolver.h"
2
- #import " NSArray+SSYMutations.h"
3
- #import " NSDictionary+SimpleMutations.h"
4
- #include < CoreServices/CoreServices.h>
5
2
6
3
NSString * const SSYNetServiceResolverDidFinishNotification = @" SSYNetServiceResolverDFi" ;
7
4
NSString * const SSYNetServiceResolverDidFailNotification = @" SSYNetServiceResolverDFa" ;
Original file line number Diff line number Diff line change 6
6
#import " SSYSynchronousHttp.h"
7
7
#import " NSError+MyDomain.h"
8
8
#import " NSString+Data.h"
9
- #import " BkmxBasis.h"
10
9
#import " NSString+URIQuery.h"
11
10
#import " NSString+LocalizeSSY.h"
12
11
#import " NSObject+MoreDescriptions.h"
13
- #import " NSError+InfoAccess.h"
14
12
15
13
NSString * const constNoteGotOAuthInfo = @" gotOAuthInfo" ;
16
14
NSString * const constPathOAuth = @" OAuth" ;
Original file line number Diff line number Diff line change 1
1
#import " SSYOperation.h"
2
2
#import " SSYOperationQueue.h"
3
3
#import " NSError+InfoAccess.h"
4
- #import " SSYDebug.h"
5
4
#import " NSDate+NiceFormats.h"
6
5
#import " NSError+MyDomain.h"
7
6
10
9
#if 0
11
10
#warning Logging SSYOperationLinker Operations (a cracking risk)
12
11
#define LOGGING_SSYOPERATIONLINKER_OPERATIONS 1
13
- #import "BkmxGlobals.h"
14
- #import "Client.h"
15
- #import "Ixporter.h"
16
12
#endif
17
13
#endif
18
14
Original file line number Diff line number Diff line change 1
1
#import " SSYOperationQueue.h"
2
2
#import " SSYOperation.h"
3
3
#import " NSOperationQueue+Depends.h"
4
- #import " BkmxGlobals.h"
5
- #import " Extore.h"
6
4
#import " NSError+InfoAccess.h"
7
5
#import " NSInvocation+Quick.h"
8
6
#import " NSInvocation+Nesting.h"
9
- #import " SSYOperation.h"
10
7
11
8
12
9
NSString * const SSYOperationQueueDidEndWorkNotification = @" SSYOperationQueueDidEndWorkNotification" ;
@@ -477,7 +474,6 @@ - (void)queueGroup:(NSString*)group
477
474
478
475
Here is code for a demo Foundation Tool project for anyone who'd like to play with this:
479
476
480
- #import <Cocoa/Cocoa.h>
481
477
482
478
NSString* const MyNote1 = @"MyNote1" ;
483
479
NSString* const MyNote2 = @"MyNote2" ;
Original file line number Diff line number Diff line change @@ -1314,7 +1314,6 @@ + (NSInteger)secondsRunningPid:(pid_t)pid {
1314
1314
Some code that someone posted on CocoaBuilder. Seems similar to mine except uses
1315
1315
more process serial numbers instead of process identifiers (pid).
1316
1316
1317
- #include <IOKit/IOCFBundle.h>
1318
1317
1319
1318
int ProcessIsRunningWithBundleID(CFStringRef inBundleID, ProcessSerialNumber* outPSN) {
1320
1319
int theResult = 0;
@@ -1380,7 +1379,6 @@ OSErr QuitApplicationByPSN(const ProcessSerialNumber* inPSN) {
1380
1379
1381
1380
// Or, try this....
1382
1381
1383
- #include <Carbon/Carbon.h>
1384
1382
1385
1383
OSStatus QuitApplication(char *bundleID) {
1386
1384
AppleEvent evt, res;
Original file line number Diff line number Diff line change 1
1
#import " SSYPathWaiter.h"
2
- #import " SSYPathObserver.h"
3
2
#import " SSYBlocker.h"
4
- #import " NSInvocation+Quick.h"
5
- #import " SSYRunLoopTickler.h"
6
3
7
4
// For debugging
8
- #import " NSDate+NiceFormats.h"
9
5
10
6
#define SSYPathWaiterNotifeeConditionWaiting 0
11
7
#define SSYPathWaiterNotifeeConditionDone 1
Original file line number Diff line number Diff line change 9
9
#import " NSString+LocalizeSSY.h"
10
10
#import " NSInvocation+Quick.h"
11
11
#import " NSArray+Stringing.h"
12
- #import " NSDictionary+KeyPaths.h"
13
- #import " NSArray+SSYMutations.h"
14
12
15
13
NSString * const constKeyStaticConfigInfo = @" staticConfigInfo" ;
16
14
NSString * const constKeyPlainText = @" plainText" ;
Original file line number Diff line number Diff line change 1
1
#import " SSYShortcutActuator.h"
2
- #import < Carbon/Carbon.h>
3
2
#import " NSUserDefaults+KeyPaths.h"
4
- #import " SRCommon.h"
5
3
6
4
static SSYShortcutActuator* sharedActuator = nil ;
7
5
Original file line number Diff line number Diff line change 1
1
#import " SSYTokenField.h"
2
2
#import " SSYTokenFieldCell.h"
3
- #import " NSArray+CountedSet.h"
4
- #import " NSSet+CountedSet.h"
5
- #import " NSObject+SSYBindingsHelp.h"
6
3
7
4
/*
8
5
@interface RedXView : NSView {
Original file line number Diff line number Diff line change 1
1
#import " SSYToolbar.h"
2
- #import " MAKVONotificationCenter.h"
3
- #import " BkmxGlobals.h"
4
2
5
3
NSString * const constBindingToolbarDisplayStyle = @" displayStyle" ;
6
4
static BOOL static_alreadyEntered = NO ;
You can’t perform that action at this time.
0 commit comments