Skip to content

Commit 4608d9c

Browse files
authored
dep: iOS CocoaAsyncSocket moved to Pods dependency (#18)
1 parent 89aeb11 commit 4608d9c

File tree

12 files changed

+491
-9601
lines changed

12 files changed

+491
-9601
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ buck-out/
4646

4747
# Editor config
4848
.vscode
49+
50+
# CocoaPods
51+
/ios/Pods/

examples/tcpsockets/ios/Podfile.lock

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PODS:
22
- boost-for-react-native (1.63.0)
3+
- CocoaAsyncSocket (7.6.3)
34
- DoubleConversion (1.1.6)
45
- FBLazyVector (0.61.4)
56
- FBReactNativeSpec (0.61.4):
@@ -182,7 +183,8 @@ PODS:
182183
- React-cxxreact (= 0.61.4)
183184
- React-jsi (= 0.61.4)
184185
- React-jsinspector (0.61.4)
185-
- react-native-tcp-socket (1.3.3):
186+
- react-native-tcp-socket (3.1.3):
187+
- CocoaAsyncSocket
186188
- React
187189
- React-RCTActionSheet (0.61.4):
188190
- React-Core/RCTActionSheetHeaders (= 0.61.4)
@@ -255,6 +257,7 @@ DEPENDENCIES:
255257
SPEC REPOS:
256258
trunk:
257259
- boost-for-react-native
260+
- CocoaAsyncSocket
258261

259262
EXTERNAL SOURCES:
260263
DoubleConversion:
@@ -312,6 +315,7 @@ EXTERNAL SOURCES:
312315

313316
SPEC CHECKSUMS:
314317
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
318+
CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987
315319
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
316320
FBLazyVector: feb35a6b7f7b50f367be07f34012f34a79282fa3
317321
FBReactNativeSpec: 51477b84b1bf7ab6f9ef307c24e3dd675391be44
@@ -326,7 +330,7 @@ SPEC CHECKSUMS:
326330
React-jsi: ca921f4041505f9d5197139b2d09eeb020bb12e8
327331
React-jsiexecutor: 8dfb73b987afa9324e4009bdce62a18ce23d983c
328332
React-jsinspector: d15478d0a8ada19864aa4d1cc1c697b41b3fa92f
329-
react-native-tcp-socket: b3faed4dd6ba17caf51e3808e87da499acb5c692
333+
react-native-tcp-socket: 8c0031f124da6691f5b39da94c7455bcf856163a
330334
React-RCTActionSheet: 7369b7c85f99b6299491333affd9f01f5a130c22
331335
React-RCTAnimation: d07be15b2bd1d06d89417eb0343f98ffd2b099a7
332336
React-RCTBlob: 8e0b23d95c9baa98f6b0e127e07666aaafd96c34

ios/CocoaAsyncSocket/GCDAsyncSocket.h

Lines changed: 0 additions & 1210 deletions
This file was deleted.

0 commit comments

Comments
 (0)