Skip to content

mhjacobson/AppIPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppIPC

An imagining of what a nicer Apple Events API for Cocoa might have looked like in, say, the late 2000s. And some demo apps that show it off.

@interface NSApplication (AppIPC)

- (void)receiveMessagesWithHandler:(void (^)(NSDictionary *))handler;

@end

@interface NSRunningApplication (AppIPC)

- (void)sendMessage:(NSDictionary *)message;

@end

About

Cocoa inter-app IPC framework concept

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published