Author: dpsimons
Date: Sat Jan 14 00:27:39 2017
New Revision: 40293

URL: http://svn.gna.org/viewcvs/gnustep?rev=40293&view=rev
Log:
quick hack to work around problem caused by some header paths that are already 
arrays, not strings

Modified:
    tools/pbxbuild/branches/gnustep_testplant_branch/PBPbxNativeTarget.m

Modified: tools/pbxbuild/branches/gnustep_testplant_branch/PBPbxNativeTarget.m
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/pbxbuild/branches/gnustep_testplant_branch/PBPbxNativeTarget.m?rev=40293&r1=40292&r2=40293&view=diff
==============================================================================
--- tools/pbxbuild/branches/gnustep_testplant_branch/PBPbxNativeTarget.m        
(original)
+++ tools/pbxbuild/branches/gnustep_testplant_branch/PBPbxNativeTarget.m        
Sat Jan 14 00:27:39 2017
@@ -25,6 +25,13 @@
 #include "PBPbxNativeTarget.h"
 #include "PBPbxProject.h"
 #include "PBDevelopmentHelper.h"
+
+@implementation NSArray (HandlePathComponents)
+
+- (NSArray *) pathComponents {
+    return self;
+}
+@end
 
 @interface PBPbxNativeTarget (Private)
 /**


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to