summaryrefslogtreecommitdiff
path: root/cocoa/NetSurf.xcodeproj
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-02-25 21:50:21 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-02-25 21:50:21 +0000
commitde74250a3e0917cad8dbd163b854b3e6b4bfbee9 (patch)
tree5fedd55620fbd9089f103503fabda0670a3c365e /cocoa/NetSurf.xcodeproj
parentb1a2212a95b9ecc324da1fad679b596286a04bbe (diff)
downloadnetsurf-de74250a3e0917cad8dbd163b854b3e6b4bfbee9.tar.gz
netsurf-de74250a3e0917cad8dbd163b854b3e6b4bfbee9.tar.bz2
Building translated nib files if strings file exist.
svn path=/trunk/netsurf/; revision=11802
Diffstat (limited to 'cocoa/NetSurf.xcodeproj')
-rw-r--r--cocoa/NetSurf.xcodeproj/project.pbxproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/cocoa/NetSurf.xcodeproj/project.pbxproj b/cocoa/NetSurf.xcodeproj/project.pbxproj
index 1e698f6db..5afabee11 100644
--- a/cocoa/NetSurf.xcodeproj/project.pbxproj
+++ b/cocoa/NetSurf.xcodeproj/project.pbxproj
@@ -174,6 +174,8 @@
261DB23313180CD600C59F12 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
261DB23413180CE000C59F12 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
261DB23513180CEE00C59F12 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = "<group>"; };
+ 261DB24F1318444F00C59F12 /* compile-xib.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "compile-xib.sh"; sourceTree = "<group>"; };
+ 261DB2501318444F00C59F12 /* extract-strings.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "extract-strings.sh"; sourceTree = "<group>"; };
2622F1D512DCD84600CD5A62 /* TreeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TreeView.h; sourceTree = "<group>"; };
2622F1D612DCD84600CD5A62 /* TreeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TreeView.m; sourceTree = "<group>"; };
2625095012F72A8F0090D236 /* PreferencesWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PreferencesWindow.xib; sourceTree = "<group>"; };
@@ -529,6 +531,15 @@
path = ../utils;
sourceTree = SOURCE_ROOT;
};
+ 261DB24E1318443500C59F12 /* Tools */ = {
+ isa = PBXGroup;
+ children = (
+ 261DB24F1318444F00C59F12 /* compile-xib.sh */,
+ 261DB2501318444F00C59F12 /* extract-strings.sh */,
+ );
+ name = Tools;
+ sourceTree = "<group>";
+ };
263629B212F69A080048542C /* Makefiles */ = {
isa = PBXGroup;
children = (
@@ -795,6 +806,7 @@
265F303F12D6637E0048B600 /* Cocoa Frontend */,
26CDD23E12E743A3004FC66B /* NetSurf */,
263629B212F69A080048542C /* Makefiles */,
+ 261DB24E1318443500C59F12 /* Tools */,
19C28FACFE9D520D11CA2CBB /* Products */,
);
name = Untitled;