Author: rmottola
Date: Fri Oct  9 00:28:53 2015
New Revision: 39044

URL: http://svn.gna.org/viewcvs/gnustep?rev=39044&view=rev
Log:
define missing bundle keys

Modified:
    libs/corebase/trunk/Source/CFBundle.m

Modified: libs/corebase/trunk/Source/CFBundle.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/corebase/trunk/Source/CFBundle.m?rev=39044&r1=39043&r2=39044&view=diff
==============================================================================
--- libs/corebase/trunk/Source/CFBundle.m       (original)
+++ libs/corebase/trunk/Source/CFBundle.m       Fri Oct  9 00:28:53 2015
@@ -29,6 +29,8 @@
 #include <Foundation/NSBundle.h>
 #include <Foundation/NSURL.h>
 
+#include "GSPrivate.h"
+
 #if !defined(_WIN32)
 #include <dlfcn.h>
 #ifndef RTLD_DEFAULT
@@ -37,6 +39,13 @@
 #endif
 
 static CFTypeID _kCFBundleTypeID = 0;
+
+CONST_STRING_DECL(kCFBundleInfoDictionaryVersionKey, 
"CFBundleInfoDictionaryVersion");
+CONST_STRING_DECL(kCFBundleExecutableKey, "CFBundleExecutable");
+CONST_STRING_DECL(kCFBundleIdentifierKey, "CFBundleIdentifier");
+CONST_STRING_DECL(kCFBundleVersionKey, "CFBundleVersion");
+CONST_STRING_DECL(kCFBundleNameKey, "CFBundleName");
+CONST_STRING_DECL(kCFBundleLocalizationsKey, "CFBundleLocalizations");
 
 @implementation NSBundle (CoreBaseAdditions)
 - (CFTypeID) _cfTypeID


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to