Skip to content

Commit 42cfdc7

Browse files
committed
Prepping for Mobile version of Xcode sample project.
1 parent b18732e commit 42cfdc7

File tree

10 files changed

+58
-58
lines changed

10 files changed

+58
-58
lines changed

GCD/Xcode/UdpEchoClient/UdpEchoClient.xcodeproj/project.pbxproj renamed to GCD/Xcode/UdpEchoClient/Desktop/UdpEchoClient.xcodeproj/project.pbxproj

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
DC34A20E1484363D004F0A03 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = DC34A20C1484363D004F0A03 /* Credits.rtf */; };
1414
DC34A2111484363D004F0A03 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC34A2101484363D004F0A03 /* AppDelegate.m */; };
1515
DC34A2141484363D004F0A03 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = DC34A2121484363D004F0A03 /* MainMenu.xib */; };
16-
DC34A21E1484365D004F0A03 /* GCDAsyncUdpSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC34A21D1484365D004F0A03 /* GCDAsyncUdpSocket.m */; };
17-
DC4B0BCF151D4A74000985E5 /* DDAbstractDatabaseLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DC4B0BC0151D4A74000985E5 /* DDAbstractDatabaseLogger.m */; };
18-
DC4B0BD0151D4A74000985E5 /* DDASLLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DC4B0BC2151D4A74000985E5 /* DDASLLogger.m */; };
19-
DC4B0BD1151D4A74000985E5 /* DDFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DC4B0BC4151D4A74000985E5 /* DDFileLogger.m */; };
20-
DC4B0BD2151D4A74000985E5 /* DDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = DC4B0BC6151D4A74000985E5 /* DDLog.m */; };
21-
DC4B0BD3151D4A74000985E5 /* DDTTYLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DC4B0BC8151D4A74000985E5 /* DDTTYLogger.m */; };
22-
DC4B0BD4151D4A74000985E5 /* ContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = DC4B0BCB151D4A74000985E5 /* ContextFilterLogFormatter.m */; };
23-
DC4B0BD5151D4A74000985E5 /* DispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = DC4B0BCD151D4A74000985E5 /* DispatchQueueLogFormatter.m */; };
24-
DC4B0BD6151D4A74000985E5 /* README.txt in Resources */ = {isa = PBXBuildFile; fileRef = DC4B0BCE151D4A74000985E5 /* README.txt */; };
16+
DCC96B21152E12970064C500 /* DDAbstractDatabaseLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DCC96B12152E12970064C500 /* DDAbstractDatabaseLogger.m */; };
17+
DCC96B22152E12970064C500 /* DDASLLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DCC96B14152E12970064C500 /* DDASLLogger.m */; };
18+
DCC96B23152E12970064C500 /* DDFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DCC96B16152E12970064C500 /* DDFileLogger.m */; };
19+
DCC96B24152E12970064C500 /* DDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = DCC96B18152E12970064C500 /* DDLog.m */; };
20+
DCC96B25152E12970064C500 /* DDTTYLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DCC96B1A152E12970064C500 /* DDTTYLogger.m */; };
21+
DCC96B26152E12970064C500 /* ContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = DCC96B1D152E12970064C500 /* ContextFilterLogFormatter.m */; };
22+
DCC96B27152E12970064C500 /* DispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = DCC96B1F152E12970064C500 /* DispatchQueueLogFormatter.m */; };
23+
DCC96B28152E12970064C500 /* README.txt in Resources */ = {isa = PBXBuildFile; fileRef = DCC96B20152E12970064C500 /* README.txt */; };
24+
DCC96B2B152E12A60064C500 /* GCDAsyncUdpSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DCC96B2A152E12A60064C500 /* GCDAsyncUdpSocket.m */; };
2525
/* End PBXBuildFile section */
2626

2727
/* Begin PBXFileReference section */
@@ -38,23 +38,23 @@
3838
DC34A20F1484363D004F0A03 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
3939
DC34A2101484363D004F0A03 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
4040
DC34A2131484363D004F0A03 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
41-
DC34A21C1484365D004F0A03 /* GCDAsyncUdpSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GCDAsyncUdpSocket.h; path = ../../GCDAsyncUdpSocket.h; sourceTree = "<group>"; };
42-
DC34A21D1484365D004F0A03 /* GCDAsyncUdpSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncUdpSocket.m; path = ../../GCDAsyncUdpSocket.m; sourceTree = "<group>"; };
43-
DC4B0BBF151D4A74000985E5 /* DDAbstractDatabaseLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDAbstractDatabaseLogger.h; path = ../../../Vendor/CocoaLumberjack/DDAbstractDatabaseLogger.h; sourceTree = "<group>"; };
44-
DC4B0BC0151D4A74000985E5 /* DDAbstractDatabaseLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDAbstractDatabaseLogger.m; path = ../../../Vendor/CocoaLumberjack/DDAbstractDatabaseLogger.m; sourceTree = "<group>"; };
45-
DC4B0BC1151D4A74000985E5 /* DDASLLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDASLLogger.h; path = ../../../Vendor/CocoaLumberjack/DDASLLogger.h; sourceTree = "<group>"; };
46-
DC4B0BC2151D4A74000985E5 /* DDASLLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDASLLogger.m; path = ../../../Vendor/CocoaLumberjack/DDASLLogger.m; sourceTree = "<group>"; };
47-
DC4B0BC3151D4A74000985E5 /* DDFileLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDFileLogger.h; path = ../../../Vendor/CocoaLumberjack/DDFileLogger.h; sourceTree = "<group>"; };
48-
DC4B0BC4151D4A74000985E5 /* DDFileLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDFileLogger.m; path = ../../../Vendor/CocoaLumberjack/DDFileLogger.m; sourceTree = "<group>"; };
49-
DC4B0BC5151D4A74000985E5 /* DDLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDLog.h; path = ../../../Vendor/CocoaLumberjack/DDLog.h; sourceTree = "<group>"; };
50-
DC4B0BC6151D4A74000985E5 /* DDLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDLog.m; path = ../../../Vendor/CocoaLumberjack/DDLog.m; sourceTree = "<group>"; };
51-
DC4B0BC7151D4A74000985E5 /* DDTTYLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDTTYLogger.h; path = ../../../Vendor/CocoaLumberjack/DDTTYLogger.h; sourceTree = "<group>"; };
52-
DC4B0BC8151D4A74000985E5 /* DDTTYLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDTTYLogger.m; path = ../../../Vendor/CocoaLumberjack/DDTTYLogger.m; sourceTree = "<group>"; };
53-
DC4B0BCA151D4A74000985E5 /* ContextFilterLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContextFilterLogFormatter.h; sourceTree = "<group>"; };
54-
DC4B0BCB151D4A74000985E5 /* ContextFilterLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContextFilterLogFormatter.m; sourceTree = "<group>"; };
55-
DC4B0BCC151D4A74000985E5 /* DispatchQueueLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DispatchQueueLogFormatter.h; sourceTree = "<group>"; };
56-
DC4B0BCD151D4A74000985E5 /* DispatchQueueLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DispatchQueueLogFormatter.m; sourceTree = "<group>"; };
57-
DC4B0BCE151D4A74000985E5 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; };
41+
DCC96B11152E12970064C500 /* DDAbstractDatabaseLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDAbstractDatabaseLogger.h; sourceTree = "<group>"; };
42+
DCC96B12152E12970064C500 /* DDAbstractDatabaseLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDAbstractDatabaseLogger.m; sourceTree = "<group>"; };
43+
DCC96B13152E12970064C500 /* DDASLLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDASLLogger.h; sourceTree = "<group>"; };
44+
DCC96B14152E12970064C500 /* DDASLLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDASLLogger.m; sourceTree = "<group>"; };
45+
DCC96B15152E12970064C500 /* DDFileLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDFileLogger.h; sourceTree = "<group>"; };
46+
DCC96B16152E12970064C500 /* DDFileLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDFileLogger.m; sourceTree = "<group>"; };
47+
DCC96B17152E12970064C500 /* DDLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDLog.h; sourceTree = "<group>"; };
48+
DCC96B18152E12970064C500 /* DDLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDLog.m; sourceTree = "<group>"; };
49+
DCC96B19152E12970064C500 /* DDTTYLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDTTYLogger.h; sourceTree = "<group>"; };
50+
DCC96B1A152E12970064C500 /* DDTTYLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDTTYLogger.m; sourceTree = "<group>"; };
51+
DCC96B1C152E12970064C500 /* ContextFilterLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContextFilterLogFormatter.h; sourceTree = "<group>"; };
52+
DCC96B1D152E12970064C500 /* ContextFilterLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContextFilterLogFormatter.m; sourceTree = "<group>"; };
53+
DCC96B1E152E12970064C500 /* DispatchQueueLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DispatchQueueLogFormatter.h; sourceTree = "<group>"; };
54+
DCC96B1F152E12970064C500 /* DispatchQueueLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DispatchQueueLogFormatter.m; sourceTree = "<group>"; };
55+
DCC96B20152E12970064C500 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; };
56+
DCC96B29152E12A60064C500 /* GCDAsyncUdpSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GCDAsyncUdpSocket.h; path = ../../../GCDAsyncUdpSocket.h; sourceTree = "<group>"; };
57+
DCC96B2A152E12A60064C500 /* GCDAsyncUdpSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncUdpSocket.m; path = ../../../GCDAsyncUdpSocket.m; sourceTree = "<group>"; };
5858
/* End PBXFileReference section */
5959

6060
/* Begin PBXFrameworksBuildPhase section */
@@ -72,7 +72,7 @@
7272
DC34A1EE1484363D004F0A03 = {
7373
isa = PBXGroup;
7474
children = (
75-
DC34A21B1484364C004F0A03 /* Logging */,
75+
DCC96B10152E12970064C500 /* Logging */,
7676
DC34A21A14843649004F0A03 /* UDP */,
7777
DC34A2031484363D004F0A03 /* UdpEchoClient */,
7878
DC34A1FC1484363D004F0A03 /* Frameworks */,
@@ -133,41 +133,41 @@
133133
DC34A21A14843649004F0A03 /* UDP */ = {
134134
isa = PBXGroup;
135135
children = (
136-
DC34A21C1484365D004F0A03 /* GCDAsyncUdpSocket.h */,
137-
DC34A21D1484365D004F0A03 /* GCDAsyncUdpSocket.m */,
136+
DCC96B29152E12A60064C500 /* GCDAsyncUdpSocket.h */,
137+
DCC96B2A152E12A60064C500 /* GCDAsyncUdpSocket.m */,
138138
);
139139
name = UDP;
140140
sourceTree = "<group>";
141141
};
142-
DC34A21B1484364C004F0A03 /* Logging */ = {
142+
DCC96B10152E12970064C500 /* Logging */ = {
143143
isa = PBXGroup;
144144
children = (
145-
DC4B0BBF151D4A74000985E5 /* DDAbstractDatabaseLogger.h */,
146-
DC4B0BC0151D4A74000985E5 /* DDAbstractDatabaseLogger.m */,
147-
DC4B0BC1151D4A74000985E5 /* DDASLLogger.h */,
148-
DC4B0BC2151D4A74000985E5 /* DDASLLogger.m */,
149-
DC4B0BC3151D4A74000985E5 /* DDFileLogger.h */,
150-
DC4B0BC4151D4A74000985E5 /* DDFileLogger.m */,
151-
DC4B0BC5151D4A74000985E5 /* DDLog.h */,
152-
DC4B0BC6151D4A74000985E5 /* DDLog.m */,
153-
DC4B0BC7151D4A74000985E5 /* DDTTYLogger.h */,
154-
DC4B0BC8151D4A74000985E5 /* DDTTYLogger.m */,
155-
DC4B0BC9151D4A74000985E5 /* Extensions */,
145+
DCC96B11152E12970064C500 /* DDAbstractDatabaseLogger.h */,
146+
DCC96B12152E12970064C500 /* DDAbstractDatabaseLogger.m */,
147+
DCC96B13152E12970064C500 /* DDASLLogger.h */,
148+
DCC96B14152E12970064C500 /* DDASLLogger.m */,
149+
DCC96B15152E12970064C500 /* DDFileLogger.h */,
150+
DCC96B16152E12970064C500 /* DDFileLogger.m */,
151+
DCC96B17152E12970064C500 /* DDLog.h */,
152+
DCC96B18152E12970064C500 /* DDLog.m */,
153+
DCC96B19152E12970064C500 /* DDTTYLogger.h */,
154+
DCC96B1A152E12970064C500 /* DDTTYLogger.m */,
155+
DCC96B1B152E12970064C500 /* Extensions */,
156156
);
157157
name = Logging;
158+
path = ../../../../Vendor/CocoaLumberjack;
158159
sourceTree = "<group>";
159160
};
160-
DC4B0BC9151D4A74000985E5 /* Extensions */ = {
161+
DCC96B1B152E12970064C500 /* Extensions */ = {
161162
isa = PBXGroup;
162163
children = (
163-
DC4B0BCA151D4A74000985E5 /* ContextFilterLogFormatter.h */,
164-
DC4B0BCB151D4A74000985E5 /* ContextFilterLogFormatter.m */,
165-
DC4B0BCC151D4A74000985E5 /* DispatchQueueLogFormatter.h */,
166-
DC4B0BCD151D4A74000985E5 /* DispatchQueueLogFormatter.m */,
167-
DC4B0BCE151D4A74000985E5 /* README.txt */,
164+
DCC96B1C152E12970064C500 /* ContextFilterLogFormatter.h */,
165+
DCC96B1D152E12970064C500 /* ContextFilterLogFormatter.m */,
166+
DCC96B1E152E12970064C500 /* DispatchQueueLogFormatter.h */,
167+
DCC96B1F152E12970064C500 /* DispatchQueueLogFormatter.m */,
168+
DCC96B20152E12970064C500 /* README.txt */,
168169
);
169-
name = Extensions;
170-
path = ../../../Vendor/CocoaLumberjack/Extensions;
170+
path = Extensions;
171171
sourceTree = "<group>";
172172
};
173173
/* End PBXGroup section */
@@ -223,7 +223,7 @@
223223
DC34A2081484363D004F0A03 /* InfoPlist.strings in Resources */,
224224
DC34A20E1484363D004F0A03 /* Credits.rtf in Resources */,
225225
DC34A2141484363D004F0A03 /* MainMenu.xib in Resources */,
226-
DC4B0BD6151D4A74000985E5 /* README.txt in Resources */,
226+
DCC96B28152E12970064C500 /* README.txt in Resources */,
227227
);
228228
runOnlyForDeploymentPostprocessing = 0;
229229
};
@@ -236,14 +236,14 @@
236236
files = (
237237
DC34A20A1484363D004F0A03 /* main.m in Sources */,
238238
DC34A2111484363D004F0A03 /* AppDelegate.m in Sources */,
239-
DC34A21E1484365D004F0A03 /* GCDAsyncUdpSocket.m in Sources */,
240-
DC4B0BCF151D4A74000985E5 /* DDAbstractDatabaseLogger.m in Sources */,
241-
DC4B0BD0151D4A74000985E5 /* DDASLLogger.m in Sources */,
242-
DC4B0BD1151D4A74000985E5 /* DDFileLogger.m in Sources */,
243-
DC4B0BD2151D4A74000985E5 /* DDLog.m in Sources */,
244-
DC4B0BD3151D4A74000985E5 /* DDTTYLogger.m in Sources */,
245-
DC4B0BD4151D4A74000985E5 /* ContextFilterLogFormatter.m in Sources */,
246-
DC4B0BD5151D4A74000985E5 /* DispatchQueueLogFormatter.m in Sources */,
239+
DCC96B21152E12970064C500 /* DDAbstractDatabaseLogger.m in Sources */,
240+
DCC96B22152E12970064C500 /* DDASLLogger.m in Sources */,
241+
DCC96B23152E12970064C500 /* DDFileLogger.m in Sources */,
242+
DCC96B24152E12970064C500 /* DDLog.m in Sources */,
243+
DCC96B25152E12970064C500 /* DDTTYLogger.m in Sources */,
244+
DCC96B26152E12970064C500 /* ContextFilterLogFormatter.m in Sources */,
245+
DCC96B27152E12970064C500 /* DispatchQueueLogFormatter.m in Sources */,
246+
DCC96B2B152E12A60064C500 /* GCDAsyncUdpSocket.m in Sources */,
247247
);
248248
runOnlyForDeploymentPostprocessing = 0;
249249
};

0 commit comments

Comments
 (0)