cocoa: use --idle when running inside bundle

Previously when using the bundle we used a custom bizarro thing to wait for
events. Just use `--idle` and greatly simplify the code.
This commit is contained in:
Stefano Pigozzi
2014-12-06 12:48:18 +01:00
parent 429fe85c48
commit 685b8b7a00
6 changed files with 59 additions and 156 deletions

View File

@@ -26,8 +26,6 @@
@property(nonatomic, retain) NSMutableDictionary *menuItems;
@property(nonatomic, retain) NSArray *files;
@property(nonatomic, retain) NSMutableArray *argumentsList;
@property(nonatomic, assign) BOOL willStopOnOpenEvent;
@end
Application *mpv_shared_app(void);