mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Remove fake typedef for NSAppleEventDescriptor since now we have a stub in Foundation
This commit is contained in:
parent
8977cd7a76
commit
a44a865415
2 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2019-11-03 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Headers/AppKit/NSWorkspace.h
|
||||
Remove fake typedef for NSAppleEventDescriptor since now we have a
|
||||
stub in Foundation.
|
||||
|
||||
2019-07-28 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSSliderCell.m: Fix encoding/decoding as the types don't match.
|
||||
|
|
|
@ -34,6 +34,10 @@
|
|||
#import <Foundation/NSGeometry.h>
|
||||
#import <AppKit/AppKitDefines.h>
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST)
|
||||
#import <Foundation/NSAppleEventDescriptor.h>
|
||||
#endif
|
||||
|
||||
@class NSString;
|
||||
@class NSNumber;
|
||||
@class NSArray;
|
||||
|
@ -165,8 +169,6 @@ typedef NSUInteger NSWorkspaceIconCreationOptions;
|
|||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST)
|
||||
- (NSString *) absolutePathForAppBundleWithIdentifier: (NSString *)bundleIdentifier;
|
||||
// TODO: implement NSAppleEventDescriptor in gnustep-base
|
||||
typedef void NSAppleEventDescriptor;
|
||||
|
||||
- (BOOL) launchAppWithBundleIdentifier: (NSString *)bundleIdentifier
|
||||
options: (NSWorkspaceLaunchOptions)options
|
||||
|
|
Loading…
Reference in a new issue