Skip to content

Commit

Permalink
Fixing the project to be Carthage compatible and work with CocoaAsync…
Browse files Browse the repository at this point in the history
…Socket (#3)

* Fixing the project to be Carthage compatible and work with CocoaAsyncSocket

* Fix static target

* Fixing build warning with Carthage

* Removing CocoaAsyncSocket form public header

* Updating README for the pull request
  • Loading branch information
KyleLeneau authored and joeljfischer committed Jun 11, 2016
1 parent 0f8f09e commit cbb5e02
Show file tree
Hide file tree
Showing 16 changed files with 106 additions and 15,921 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,4 @@ xcuserdata
#Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build
Carthage/Build/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "Carthage/Checkouts/CocoaAsyncSocket"]
path = Carthage/Checkouts/CocoaAsyncSocket
url = https://github.com/robbiehanson/CocoaAsyncSocket.git
1 change: 1 addition & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "robbiehanson/CocoaAsyncSocket" ~> 7.4.3
1 change: 1 addition & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "robbiehanson/CocoaAsyncSocket" "7.4.3"
1 change: 1 addition & 0 deletions Carthage/Checkouts/CocoaAsyncSocket
Submodule CocoaAsyncSocket added at f34134
1,197 changes: 0 additions & 1,197 deletions LivioHTTPServer/CocoaAsyncSocketGCD/GCDAsyncSocket.h

This file was deleted.

Loading

0 comments on commit cbb5e02

Please sign in to comment.