diff options
Diffstat (limited to 'opentracker.xcodeproj')
-rw-r--r-- | opentracker.xcodeproj/project.pbxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opentracker.xcodeproj/project.pbxproj b/opentracker.xcodeproj/project.pbxproj index 7068fa5..895f63f 100644 --- a/opentracker.xcodeproj/project.pbxproj +++ b/opentracker.xcodeproj/project.pbxproj | |||
@@ -21,6 +21,7 @@ | |||
21 | 65542EE80CE0CA6B00469330 /* ot_udp.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542EE70CE0CA6B00469330 /* ot_udp.c */; }; | 21 | 65542EE80CE0CA6B00469330 /* ot_udp.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542EE70CE0CA6B00469330 /* ot_udp.c */; }; |
22 | 65542F920CE17CA900469330 /* ot_fullscrape.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542F910CE17CA900469330 /* ot_fullscrape.c */; }; | 22 | 65542F920CE17CA900469330 /* ot_fullscrape.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542F910CE17CA900469330 /* ot_fullscrape.c */; }; |
23 | 65B8DF3C0D0310D20017149E /* ot_http.c in Sources */ = {isa = PBXBuildFile; fileRef = 65B8DF3B0D0310D20017149E /* ot_http.c */; }; | 23 | 65B8DF3C0D0310D20017149E /* ot_http.c in Sources */ = {isa = PBXBuildFile; fileRef = 65B8DF3B0D0310D20017149E /* ot_http.c */; }; |
24 | 65FA33990E7EF09200F7D5A5 /* ot_livesync.c in Sources */ = {isa = PBXBuildFile; fileRef = 65FA33980E7EF09200F7D5A5 /* ot_livesync.c */; }; | ||
24 | 8DD76FB00486AB0100D96B5E /* opentracker.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* opentracker.1 */; }; | 25 | 8DD76FB00486AB0100D96B5E /* opentracker.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* opentracker.1 */; }; |
25 | /* End PBXBuildFile section */ | 26 | /* End PBXBuildFile section */ |
26 | 27 | ||
@@ -66,6 +67,8 @@ | |||
66 | 65542F910CE17CA900469330 /* ot_fullscrape.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_fullscrape.c; sourceTree = "<group>"; }; | 67 | 65542F910CE17CA900469330 /* ot_fullscrape.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_fullscrape.c; sourceTree = "<group>"; }; |
67 | 65B8DF3A0D0310D20017149E /* ot_http.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_http.h; sourceTree = "<group>"; }; | 68 | 65B8DF3A0D0310D20017149E /* ot_http.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_http.h; sourceTree = "<group>"; }; |
68 | 65B8DF3B0D0310D20017149E /* ot_http.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_http.c; sourceTree = "<group>"; }; | 69 | 65B8DF3B0D0310D20017149E /* ot_http.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_http.c; sourceTree = "<group>"; }; |
70 | 65FA33970E7EF09200F7D5A5 /* ot_livesync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_livesync.h; sourceTree = "<group>"; }; | ||
71 | 65FA33980E7EF09200F7D5A5 /* ot_livesync.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_livesync.c; sourceTree = "<group>"; }; | ||
69 | C6A0FF2C0290799A04C91782 /* opentracker.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = opentracker.1; sourceTree = "<group>"; }; | 72 | C6A0FF2C0290799A04C91782 /* opentracker.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = opentracker.1; sourceTree = "<group>"; }; |
70 | /* End PBXFileReference section */ | 73 | /* End PBXFileReference section */ |
71 | 74 | ||
@@ -107,6 +110,7 @@ | |||
107 | 65542E740CE08B9100469330 /* ot_clean.c */, | 110 | 65542E740CE08B9100469330 /* ot_clean.c */, |
108 | 65542F910CE17CA900469330 /* ot_fullscrape.c */, | 111 | 65542F910CE17CA900469330 /* ot_fullscrape.c */, |
109 | 65B8DF3B0D0310D20017149E /* ot_http.c */, | 112 | 65B8DF3B0D0310D20017149E /* ot_http.c */, |
113 | 65FA33980E7EF09200F7D5A5 /* ot_livesync.c */, | ||
110 | 653A56B40CE28EC5000CF140 /* ot_iovec.c */, | 114 | 653A56B40CE28EC5000CF140 /* ot_iovec.c */, |
111 | 65542D8F0CE07CED00469330 /* ot_mutex.c */, | 115 | 65542D8F0CE07CED00469330 /* ot_mutex.c */, |
112 | 65542D910CE07CED00469330 /* ot_stats.c */, | 116 | 65542D910CE07CED00469330 /* ot_stats.c */, |
@@ -132,6 +136,7 @@ | |||
132 | 65542D810CE0786F00469330 /* Headers */ = { | 136 | 65542D810CE0786F00469330 /* Headers */ = { |
133 | isa = PBXGroup; | 137 | isa = PBXGroup; |
134 | children = ( | 138 | children = ( |
139 | 65FA33970E7EF09200F7D5A5 /* ot_livesync.h */, | ||
135 | 653A320A0CE7F475007F0D03 /* ot_accesslist.h */, | 140 | 653A320A0CE7F475007F0D03 /* ot_accesslist.h */, |
136 | 65542E730CE08B9100469330 /* ot_clean.h */, | 141 | 65542E730CE08B9100469330 /* ot_clean.h */, |
137 | 65542F900CE17CA900469330 /* ot_fullscrape.h */, | 142 | 65542F900CE17CA900469330 /* ot_fullscrape.h */, |
@@ -248,6 +253,7 @@ | |||
248 | 653A56B50CE28EC5000CF140 /* ot_iovec.c in Sources */, | 253 | 653A56B50CE28EC5000CF140 /* ot_iovec.c in Sources */, |
249 | 653A320C0CE7F475007F0D03 /* ot_accesslist.c in Sources */, | 254 | 653A320C0CE7F475007F0D03 /* ot_accesslist.c in Sources */, |
250 | 65B8DF3C0D0310D20017149E /* ot_http.c in Sources */, | 255 | 65B8DF3C0D0310D20017149E /* ot_http.c in Sources */, |
256 | 65FA33990E7EF09200F7D5A5 /* ot_livesync.c in Sources */, | ||
251 | ); | 257 | ); |
252 | runOnlyForDeploymentPostprocessing = 0; | 258 | runOnlyForDeploymentPostprocessing = 0; |
253 | }; | 259 | }; |