summaryrefslogtreecommitdiff
path: root/opentracker.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
Diffstat (limited to 'opentracker.xcodeproj/project.pbxproj')
-rw-r--r--opentracker.xcodeproj/project.pbxproj11
1 files changed, 4 insertions, 7 deletions
diff --git a/opentracker.xcodeproj/project.pbxproj b/opentracker.xcodeproj/project.pbxproj
index 895f63f..bccf44f 100644
--- a/opentracker.xcodeproj/project.pbxproj
+++ b/opentracker.xcodeproj/project.pbxproj
@@ -14,7 +14,6 @@
14 654A808A0CD832FD009035DE /* scan_urlencoded_query.c in Sources */ = {isa = PBXBuildFile; fileRef = 654A80850CD832FC009035DE /* scan_urlencoded_query.c */; }; 14 654A808A0CD832FD009035DE /* scan_urlencoded_query.c in Sources */ = {isa = PBXBuildFile; fileRef = 654A80850CD832FC009035DE /* scan_urlencoded_query.c */; };
15 654A808B0CD832FD009035DE /* trackerlogic.c in Sources */ = {isa = PBXBuildFile; fileRef = 654A80870CD832FC009035DE /* trackerlogic.c */; }; 15 654A808B0CD832FD009035DE /* trackerlogic.c in Sources */ = {isa = PBXBuildFile; fileRef = 654A80870CD832FC009035DE /* trackerlogic.c */; };
16 65542D8B0CE078E800469330 /* ot_vector.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542D8A0CE078E800469330 /* ot_vector.c */; }; 16 65542D8B0CE078E800469330 /* ot_vector.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542D8A0CE078E800469330 /* ot_vector.c */; };
17 65542D8E0CE07BA900469330 /* ot_sync.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542D8D0CE07BA900469330 /* ot_sync.c */; };
18 65542D930CE07CED00469330 /* ot_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542D8F0CE07CED00469330 /* ot_mutex.c */; }; 17 65542D930CE07CED00469330 /* ot_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542D8F0CE07CED00469330 /* ot_mutex.c */; };
19 65542D940CE07CED00469330 /* ot_stats.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542D910CE07CED00469330 /* ot_stats.c */; }; 18 65542D940CE07CED00469330 /* ot_stats.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542D910CE07CED00469330 /* ot_stats.c */; };
20 65542E750CE08B9100469330 /* ot_clean.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542E740CE08B9100469330 /* ot_clean.c */; }; 19 65542E750CE08B9100469330 /* ot_clean.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542E740CE08B9100469330 /* ot_clean.c */; };
@@ -53,8 +52,6 @@
53 654A80880CD832FC009035DE /* trackerlogic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trackerlogic.h; sourceTree = "<group>"; }; 52 654A80880CD832FC009035DE /* trackerlogic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trackerlogic.h; sourceTree = "<group>"; };
54 65542D890CE078E800469330 /* ot_vector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_vector.h; sourceTree = "<group>"; }; 53 65542D890CE078E800469330 /* ot_vector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_vector.h; sourceTree = "<group>"; };
55 65542D8A0CE078E800469330 /* ot_vector.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_vector.c; sourceTree = "<group>"; }; 54 65542D8A0CE078E800469330 /* ot_vector.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_vector.c; sourceTree = "<group>"; };
56 65542D8C0CE07BA900469330 /* ot_sync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_sync.h; sourceTree = "<group>"; };
57 65542D8D0CE07BA900469330 /* ot_sync.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_sync.c; sourceTree = "<group>"; };
58 65542D8F0CE07CED00469330 /* ot_mutex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_mutex.c; sourceTree = "<group>"; }; 55 65542D8F0CE07CED00469330 /* ot_mutex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_mutex.c; sourceTree = "<group>"; };
59 65542D900CE07CED00469330 /* ot_mutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_mutex.h; sourceTree = "<group>"; }; 56 65542D900CE07CED00469330 /* ot_mutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_mutex.h; sourceTree = "<group>"; };
60 65542D910CE07CED00469330 /* ot_stats.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_stats.c; sourceTree = "<group>"; }; 57 65542D910CE07CED00469330 /* ot_stats.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_stats.c; sourceTree = "<group>"; };
@@ -114,7 +111,6 @@
114 653A56B40CE28EC5000CF140 /* ot_iovec.c */, 111 653A56B40CE28EC5000CF140 /* ot_iovec.c */,
115 65542D8F0CE07CED00469330 /* ot_mutex.c */, 112 65542D8F0CE07CED00469330 /* ot_mutex.c */,
116 65542D910CE07CED00469330 /* ot_stats.c */, 113 65542D910CE07CED00469330 /* ot_stats.c */,
117 65542D8D0CE07BA900469330 /* ot_sync.c */,
118 65542EE70CE0CA6B00469330 /* ot_udp.c */, 114 65542EE70CE0CA6B00469330 /* ot_udp.c */,
119 65542D8A0CE078E800469330 /* ot_vector.c */, 115 65542D8A0CE078E800469330 /* ot_vector.c */,
120 654A80850CD832FC009035DE /* scan_urlencoded_query.c */, 116 654A80850CD832FC009035DE /* scan_urlencoded_query.c */,
@@ -144,9 +140,8 @@
144 653A56B30CE28EC5000CF140 /* ot_iovec.h */, 140 653A56B30CE28EC5000CF140 /* ot_iovec.h */,
145 65542D900CE07CED00469330 /* ot_mutex.h */, 141 65542D900CE07CED00469330 /* ot_mutex.h */,
146 65542D920CE07CED00469330 /* ot_stats.h */, 142 65542D920CE07CED00469330 /* ot_stats.h */,
147 65542D8C0CE07BA900469330 /* ot_sync.h */,
148 65542EE60CE0CA6B00469330 /* ot_udp.h */,
149 65542D890CE078E800469330 /* ot_vector.h */, 143 65542D890CE078E800469330 /* ot_vector.h */,
144 65542EE60CE0CA6B00469330 /* ot_udp.h */,
150 654A80860CD832FC009035DE /* scan_urlencoded_query.h */, 145 654A80860CD832FC009035DE /* scan_urlencoded_query.h */,
151 654A80880CD832FC009035DE /* trackerlogic.h */, 146 654A80880CD832FC009035DE /* trackerlogic.h */,
152 ); 147 );
@@ -244,7 +239,6 @@
244 654A808A0CD832FD009035DE /* scan_urlencoded_query.c in Sources */, 239 654A808A0CD832FD009035DE /* scan_urlencoded_query.c in Sources */,
245 654A808B0CD832FD009035DE /* trackerlogic.c in Sources */, 240 654A808B0CD832FD009035DE /* trackerlogic.c in Sources */,
246 65542D8B0CE078E800469330 /* ot_vector.c in Sources */, 241 65542D8B0CE078E800469330 /* ot_vector.c in Sources */,
247 65542D8E0CE07BA900469330 /* ot_sync.c in Sources */,
248 65542D930CE07CED00469330 /* ot_mutex.c in Sources */, 242 65542D930CE07CED00469330 /* ot_mutex.c in Sources */,
249 65542D940CE07CED00469330 /* ot_stats.c in Sources */, 243 65542D940CE07CED00469330 /* ot_stats.c in Sources */,
250 65542E750CE08B9100469330 /* ot_clean.c in Sources */, 244 65542E750CE08B9100469330 /* ot_clean.c in Sources */,
@@ -282,6 +276,7 @@
282 isa = XCBuildConfiguration; 276 isa = XCBuildConfiguration;
283 buildSettings = { 277 buildSettings = {
284 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 278 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
279 GCC_ENABLE_FIX_AND_CONTINUE = YES;
285 GCC_MODEL_TUNING = G5; 280 GCC_MODEL_TUNING = G5;
286 INSTALL_PATH = /usr/local/bin; 281 INSTALL_PATH = /usr/local/bin;
287 LIBRARY_SEARCH_PATHS = ( 282 LIBRARY_SEARCH_PATHS = (
@@ -295,6 +290,7 @@
295 1DEB928A08733DD80010E9CD /* Debug */ = { 290 1DEB928A08733DD80010E9CD /* Debug */ = {
296 isa = XCBuildConfiguration; 291 isa = XCBuildConfiguration;
297 buildSettings = { 292 buildSettings = {
293 GCC_PREPROCESSOR_DEFINITIONS = WANT_IP_FROM_QUERY_STRING;
298 GCC_WARN_ABOUT_RETURN_TYPE = YES; 294 GCC_WARN_ABOUT_RETURN_TYPE = YES;
299 GCC_WARN_UNUSED_VARIABLE = YES; 295 GCC_WARN_UNUSED_VARIABLE = YES;
300 HEADER_SEARCH_PATHS = ../libowfat/; 296 HEADER_SEARCH_PATHS = ../libowfat/;
@@ -309,6 +305,7 @@
309 buildSettings = { 305 buildSettings = {
310 ARCHS = ppc; 306 ARCHS = ppc;
311 DEAD_CODE_STRIPPING = NO; 307 DEAD_CODE_STRIPPING = NO;
308 GCC_PREPROCESSOR_DEFINITIONS = WANT_IP_FROM_QUERY_STRING;
312 GCC_WARN_ABOUT_RETURN_TYPE = YES; 309 GCC_WARN_ABOUT_RETURN_TYPE = YES;
313 GCC_WARN_UNUSED_VARIABLE = YES; 310 GCC_WARN_UNUSED_VARIABLE = YES;
314 HEADER_SEARCH_PATHS = ../libowfat/; 311 HEADER_SEARCH_PATHS = ../libowfat/;