Skip to content

Commit

Permalink
New socket client to read data from the push service.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk committed Aug 21, 2011
1 parent ae02942 commit d54223f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MapAttack.xcodeproj/project.pbxproj
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
0F007A6313F9A8DA00057C53 /* AsyncUdpSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F007A6213F9A8DA00057C53 /* AsyncUdpSocket.m */; };
0F007B841401666E00057C53 /* GeoloqiReadClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F007B831401666E00057C53 /* GeoloqiReadClient.m */; };
0F128EF813F4A29D007AAB66 /* AsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F128EF713F4A29D007AAB66 /* AsyncSocket.m */; };
0F128EFE13F4A2BB007AAB66 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F128EFD13F4A2BB007AAB66 /* CFNetwork.framework */; };
0F128FAD13F4A92E007AAB66 /* GeoloqiSocketClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F128FAC13F4A92E007AAB66 /* GeoloqiSocketClient.m */; };
Expand Down Expand Up @@ -41,6 +42,8 @@
0F007A6113F9A8DA00057C53 /* AsyncUdpSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AsyncUdpSocket.h; sourceTree = "<group>"; };
0F007A6213F9A8DA00057C53 /* AsyncUdpSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AsyncUdpSocket.m; sourceTree = "<group>"; };
0F007B2913FEED6B00057C53 /* MapAttack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MapAttack.h; sourceTree = "<group>"; };
0F007B821401666E00057C53 /* GeoloqiReadClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GeoloqiReadClient.h; sourceTree = "<group>"; };
0F007B831401666E00057C53 /* GeoloqiReadClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeoloqiReadClient.m; sourceTree = "<group>"; };
0F128EF613F4A29D007AAB66 /* AsyncSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AsyncSocket.h; sourceTree = "<group>"; };
0F128EF713F4A29D007AAB66 /* AsyncSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AsyncSocket.m; sourceTree = "<group>"; };
0F128EFD13F4A2BB007AAB66 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -111,6 +114,8 @@
080E96DDFE201D6D7F000001 /* Classes */ = {
isa = PBXGroup;
children = (
0F007B821401666E00057C53 /* GeoloqiReadClient.h */,
0F007B831401666E00057C53 /* GeoloqiReadClient.m */,
0F128FAB13F4A92E007AAB66 /* GeoloqiSocketClient.h */,
0F128FAC13F4A92E007AAB66 /* GeoloqiSocketClient.m */,
28216C950DB411BC00E5133A /* FirstViewController.h */,
Expand Down Expand Up @@ -328,6 +333,7 @@
0F12916713F4C809007AAB66 /* FTLocationSimulator.m in Sources */,
0F12916813F4C809007AAB66 /* RegexKitLite.m in Sources */,
0F007A6313F9A8DA00057C53 /* AsyncUdpSocket.m in Sources */,
0F007B841401666E00057C53 /* GeoloqiReadClient.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit d54223f

Please sign in to comment.