forked from robbiehanson/CocoaHTTPServer
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing the project to be Carthage compatible and work with CocoaAsync…
…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
1 parent
0f8f09e
commit cbb5e02
Showing
16 changed files
with
106 additions
and
15,921 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github "robbiehanson/CocoaAsyncSocket" ~> 7.4.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github "robbiehanson/CocoaAsyncSocket" "7.4.3" |
Submodule CocoaAsyncSocket
added at
f34134
1,197 changes: 0 additions & 1,197 deletions
1,197
LivioHTTPServer/CocoaAsyncSocketGCD/GCDAsyncSocket.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.