Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Mar 28, 2024
1 parent 8dcab90 commit c51ffcd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Frameworks/module.modulemap
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
framework module GCDWebServer {
framework module ReadiumGCDWebServer {
umbrella header "GCDWebServers.h"
}
4 changes: 2 additions & 2 deletions GCDWebServer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# DELETE THIS SECTION BEFORE PROCEEDING!

Pod::Spec.new do |s|
s.name = 'GCDWebServer'
s.version = '3.7.5'
s.name = 'ReadiumGCDWebServer'
s.version = '4.0.0'
s.author = { 'Pierre-Olivier Latour' => 'info@pol-online.net' }
s.license = { :type => 'BSD', :file => 'LICENSE' }
s.homepage = 'https://github.com/readium/GCDWebServer'
Expand Down
10 changes: 5 additions & 5 deletions GCDWebServer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

/* Begin PBXFileReference section */
CA91838328B8E10100ACD424 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
CEE28CEF1AE0051F00F4023C /* GCDWebServer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GCDWebServer.framework; sourceTree = BUILT_PRODUCTS_DIR; };
CEE28CEF1AE0051F00F4023C /* ReadiumGCDWebServer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ReadiumGCDWebServer.framework; sourceTree = BUILT_PRODUCTS_DIR; };
CEE28CF21AE0051F00F4023C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
CEE28CF31AE0051F00F4023C /* GCDWebServers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GCDWebServers.h; sourceTree = "<group>"; };
CEE28D691AE1ABAA00F4023C /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.3.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
Expand Down Expand Up @@ -135,7 +135,7 @@
1AB674ADFE9D54B511CA2CBB /* Products */ = {
isa = PBXGroup;
children = (
CEE28CEF1AE0051F00F4023C /* GCDWebServer.framework */,
CEE28CEF1AE0051F00F4023C /* ReadiumGCDWebServer.framework */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -300,7 +300,7 @@
);
name = "GCDWebServer (iOS)";
productName = GCDWebServers;
productReference = CEE28CEF1AE0051F00F4023C /* GCDWebServer.framework */;
productReference = CEE28CEF1AE0051F00F4023C /* ReadiumGCDWebServer.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
Expand Down Expand Up @@ -510,7 +510,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = Frameworks/module.modulemap;
PRODUCT_BUNDLE_IDENTIFIER = "${PRODUCT_BUNDLE_IDENTIFIER}";
PRODUCT_NAME = GCDWebServer;
PRODUCT_NAME = ReadiumGCDWebServer;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -529,7 +529,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = Frameworks/module.modulemap;
PRODUCT_BUNDLE_IDENTIFIER = "${PRODUCT_BUNDLE_IDENTIFIER}";
PRODUCT_NAME = GCDWebServer;
PRODUCT_NAME = ReadiumGCDWebServer;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "CEE28CEE1AE0051F00F4023C"
BuildableName = "GCDWebServer.framework"
BuildableName = "ReadiumGCDWebServer.framework"
BlueprintName = "GCDWebServer (iOS)"
ReferencedContainer = "container:GCDWebServer.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -51,7 +51,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "CEE28CEE1AE0051F00F4023C"
BuildableName = "GCDWebServer.framework"
BuildableName = "ReadiumGCDWebServer.framework"
BlueprintName = "GCDWebServer (iOS)"
ReferencedContainer = "container:GCDWebServer.xcodeproj">
</BuildableReference>
Expand Down

0 comments on commit c51ffcd

Please sign in to comment.