Skip to content

Commit

Permalink
把udp从框架移除
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu410289616 committed Jul 4, 2016
1 parent 91526c8 commit c219171
Show file tree
Hide file tree
Showing 19 changed files with 827 additions and 1,559 deletions.
6 changes: 0 additions & 6 deletions Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
83ADFBF11D05698000A6CBC3 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 83ADFBEF1D05698000A6CBC3 /* LaunchScreen.storyboard */; };
83ADFDAE1D057F6E00A6CBC3 /* RHSocketChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = 83ADFD591D057F6E00A6CBC3 /* RHSocketChannel.m */; };
83ADFDAF1D057F6E00A6CBC3 /* RHSocketConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 83ADFD5B1D057F6E00A6CBC3 /* RHSocketConnection.m */; };
83ADFDB01D057F6E00A6CBC3 /* RHSocketUdpConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 83ADFD5D1D057F6E00A6CBC3 /* RHSocketUdpConnection.m */; };
83ADFDB11D057F6E00A6CBC3 /* RHSocketDelimiterDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 83ADFD611D057F6E00A6CBC3 /* RHSocketDelimiterDecoder.m */; };
83ADFDB21D057F6E00A6CBC3 /* RHSocketDelimiterEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 83ADFD631D057F6E00A6CBC3 /* RHSocketDelimiterEncoder.m */; };
83ADFDB31D057F6E00A6CBC3 /* proto_shell.sh in Resources */ = {isa = PBXBuildFile; fileRef = 83ADFD651D057F6E00A6CBC3 /* proto_shell.sh */; };
Expand Down Expand Up @@ -74,8 +73,6 @@
83ADFD591D057F6E00A6CBC3 /* RHSocketChannel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RHSocketChannel.m; sourceTree = "<group>"; };
83ADFD5A1D057F6E00A6CBC3 /* RHSocketConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RHSocketConnection.h; sourceTree = "<group>"; };
83ADFD5B1D057F6E00A6CBC3 /* RHSocketConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RHSocketConnection.m; sourceTree = "<group>"; };
83ADFD5C1D057F6E00A6CBC3 /* RHSocketUdpConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RHSocketUdpConnection.h; sourceTree = "<group>"; };
83ADFD5D1D057F6E00A6CBC3 /* RHSocketUdpConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RHSocketUdpConnection.m; sourceTree = "<group>"; };
83ADFD601D057F6E00A6CBC3 /* RHSocketDelimiterDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RHSocketDelimiterDecoder.h; sourceTree = "<group>"; };
83ADFD611D057F6E00A6CBC3 /* RHSocketDelimiterDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RHSocketDelimiterDecoder.m; sourceTree = "<group>"; };
83ADFD621D057F6E00A6CBC3 /* RHSocketDelimiterEncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RHSocketDelimiterEncoder.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -259,8 +256,6 @@
83ADFD591D057F6E00A6CBC3 /* RHSocketChannel.m */,
83ADFD5A1D057F6E00A6CBC3 /* RHSocketConnection.h */,
83ADFD5B1D057F6E00A6CBC3 /* RHSocketConnection.m */,
83ADFD5C1D057F6E00A6CBC3 /* RHSocketUdpConnection.h */,
83ADFD5D1D057F6E00A6CBC3 /* RHSocketUdpConnection.m */,
83C40F881D1D3C4F001CBF46 /* RHSocketBaseConnection.h */,
83C40F891D1D3C4F001CBF46 /* RHSocketBaseConnection.m */,
83C40F8C1D1D4885001CBF46 /* RHSocketTLSConnection.h */,
Expand Down Expand Up @@ -632,7 +627,6 @@
83ADFDE01D057F9700A6CBC3 /* RHSocketHttpRequest.m in Sources */,
83ADFBE91D05698000A6CBC3 /* ViewController.m in Sources */,
83ADFDC81D057F6E00A6CBC3 /* RHAuthCallReply.m in Sources */,
83ADFDB01D057F6E00A6CBC3 /* RHSocketUdpConnection.m in Sources */,
83ADFDC01D057F6E00A6CBC3 /* RHSocketProtobufDecoder.m in Sources */,
83ADFDB61D057F6E00A6CBC3 /* RHProtobufVarint32LengthDecoder.m in Sources */,
83ADFDCC1D057F6E00A6CBC3 /* RHSocketChannelProxy.m in Sources */,
Expand Down
3 changes: 2 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ end
target 'UdpClientDemo' do
platform :ios, '7.0'
project 'UdpClientDemo/UdpClientDemo.xcodeproj'
pod 'RHSocketKit/Core', :path => './RHSocketKit.podspec'
pod 'CocoaAsyncSocket', '~> 7.4.3'
#pod 'RHSocketKit/Core', :path => './RHSocketKit.podspec'
end

target 'UdpEchoServerDemo' do
Expand Down
17 changes: 8 additions & 9 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ PODS:
- libextobjc/RuntimeExtensions (0.4.1)
- MSWeakTimer (1.1.0)
- ProtocolBuffers (1.9.9.2)
- RHSocketKit (2.1.4):
- RHSocketKit/Core (= 2.1.4)
- RHSocketKit/Extend (= 2.1.4)
- RHSocketKit/Core (2.1.4):
- RHSocketKit (2.1.6):
- RHSocketKit/Core (= 2.1.6)
- RHSocketKit/Extend (= 2.1.6)
- RHSocketKit/Core (2.1.6):
- CocoaAsyncSocket (~> 7.4.3)
- ProtocolBuffers (~> 1.9.9.2)
- RHSocketKit/Extend (2.1.4):
- RHSocketKit/Extend (2.1.6):
- RHSocketKit/Core
- RHSocketKit/RPC (2.1.4):
- RHSocketKit/RPC (2.1.6):
- MSWeakTimer (~> 1.1.0)
- RHSocketKit/Core
- SocketRocket (0.5.1)
Expand All @@ -30,7 +30,6 @@ DEPENDENCIES:
- MSWeakTimer (~> 1.1.0)
- ProtocolBuffers (~> 1.9.9.2)
- RHSocketKit (from `./RHSocketKit.podspec`)
- RHSocketKit/Core (from `./RHSocketKit.podspec`)
- RHSocketKit/Extend (from `./RHSocketKit.podspec`)
- RHSocketKit/RPC (from `./RHSocketKit.podspec`)
- SocketRocket (~> 0.5.1)
Expand All @@ -44,9 +43,9 @@ SPEC CHECKSUMS:
libextobjc: a650fc1bf489a3d3a9bc2e621efa3e1006fc5471
MSWeakTimer: 9426150f933b80ed3acf3f6d228e4b61f0e303c8
ProtocolBuffers: 7111461618460961e6b7469177ec45ee551b4f0e
RHSocketKit: 02d6cd97f02813fcd81ec2e060ced2b8b8a1b33c
RHSocketKit: a398bd12b32ab5d1e01a864139236c87ad65f789
SocketRocket: d57c7159b83c3c6655745cd15302aa24b6bae531

PODFILE CHECKSUM: f1831ab6f4a2df9d80121561aac2f8ac320dc446
PODFILE CHECKSUM: 2301b1307ed0530b5b895a0bf1888be1a2c72e94

COCOAPODS: 1.0.0
1 change: 0 additions & 1 deletion Pods/Headers/Private/RHSocketKit/RHSocketUdpConnection.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Public/RHSocketKit/RHSocketUdpConnection.h

This file was deleted.

4 changes: 2 additions & 2 deletions Pods/Local Podspecs/RHSocketKit.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 8 additions & 9 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c219171

Please sign in to comment.