Skip to content

Commit

Permalink
trying to match cocoapods and carthage implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
aferditamuriqi committed Nov 26, 2019
1 parent 9cb7caa commit 8e0a43f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 453 deletions.
2 changes: 1 addition & 1 deletion Frameworks/Tests.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import <GCDWebServers/GCDWebServers.h>
#import <GCDWebServer/GCDWebServer.h>
#import <XCTest/XCTest.h>

#pragma clang diagnostic ignored "-Weverything" // Prevent "messaging to unqualified id" warnings
Expand Down
4 changes: 2 additions & 2 deletions Frameworks/module.modulemap
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
framework module GCDWebServers {
umbrella header "GCDWebServers.h"
framework module GCDWebServer {
umbrella header "GCDWebServer.h"
}
Loading

0 comments on commit 8e0a43f

Please sign in to comment.