Skip to content

Commit

Permalink
1.0.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Dec 11, 2024
1 parent 172cd9b commit 1df2cc0
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 32 deletions.
5 changes: 1 addition & 4 deletions ZIPFoundation.podspec → ReadiumZIPFoundation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ReadiumZIPFoundation'
s.version = '0.9.19'
s.version = '1.0.0'
s.license = 'MIT'
s.summary = 'Effortless ZIP Handling in Swift'
s.homepage = 'https://github.com/readium/ZIPFoundation'
Expand All @@ -11,9 +11,6 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '12.0'
s.osx.deployment_target = '10.11'
s.tvos.deployment_target = '12.0'
s.watchos.deployment_target = '2.0'
s.visionos.deployment_target = '1.0'

s.source_files = 'Sources/ZIPFoundation/*.swift'
s.resource_bundles = {'ZIPFoundation_Privacy' => ['Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy']}
Expand Down
46 changes: 23 additions & 23 deletions ZIPFoundation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
OBJ_37 /* ZIPFoundationReadingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_22 /* ZIPFoundationReadingTests.swift */; };
OBJ_38 /* ZIPFoundationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_23 /* ZIPFoundationTests.swift */; };
OBJ_39 /* ZIPFoundationWritingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_24 /* ZIPFoundationWritingTests.swift */; };
OBJ_41 /* ZIPFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "ZIPFoundation::ZIPFoundation::Product" /* ZIPFoundation.framework */; };
OBJ_41 /* ReadiumZIPFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "ZIPFoundation::ZIPFoundation::Product" /* ReadiumZIPFoundation.framework */; };
OBJ_48 /* Archive+Reading.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* Archive+Reading.swift */; };
OBJ_49 /* Archive+Writing.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* Archive+Writing.swift */; };
OBJ_50 /* Archive.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_11 /* Archive.swift */; };
Expand Down Expand Up @@ -115,16 +115,16 @@
OBJ_24 /* ZIPFoundationWritingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZIPFoundationWritingTests.swift; sourceTree = "<group>"; };
OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
OBJ_9 /* Archive+Reading.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Archive+Reading.swift"; sourceTree = "<group>"; };
"ZIPFoundation::ZIPFoundation::Product" /* ZIPFoundation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ZIPFoundation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
"ZIPFoundation::ZIPFoundationTests::Product" /* ZIPFoundationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = ZIPFoundationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
"ZIPFoundation::ZIPFoundation::Product" /* ReadiumZIPFoundation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ReadiumZIPFoundation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
"ZIPFoundation::ZIPFoundationTests::Product" /* ReadiumZIPFoundationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = ReadiumZIPFoundationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
OBJ_40 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 0;
files = (
OBJ_41 /* ZIPFoundation.framework in Frameworks */,
OBJ_41 /* ReadiumZIPFoundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -183,8 +183,8 @@
OBJ_25 /* Products */ = {
isa = PBXGroup;
children = (
"ZIPFoundation::ZIPFoundationTests::Product" /* ZIPFoundationTests.xctest */,
"ZIPFoundation::ZIPFoundation::Product" /* ZIPFoundation.framework */,
"ZIPFoundation::ZIPFoundationTests::Product" /* ReadiumZIPFoundationTests.xctest */,
"ZIPFoundation::ZIPFoundation::Product" /* ReadiumZIPFoundation.framework */,
);
name = Products;
sourceTree = BUILT_PRODUCTS_DIR;
Expand Down Expand Up @@ -240,9 +240,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
"ZIPFoundation::ZIPFoundation" /* ZIPFoundation */ = {
"ZIPFoundation::ZIPFoundation" /* ReadiumZIPFoundation */ = {
isa = PBXNativeTarget;
buildConfigurationList = OBJ_44 /* Build configuration list for PBXNativeTarget "ZIPFoundation" */;
buildConfigurationList = OBJ_44 /* Build configuration list for PBXNativeTarget "ReadiumZIPFoundation" */;
buildPhases = (
OBJ_47 /* Sources */,
OBJ_55 /* Frameworks */,
Expand All @@ -252,14 +252,14 @@
);
dependencies = (
);
name = ZIPFoundation;
name = ReadiumZIPFoundation;
productName = ZIPFoundation;
productReference = "ZIPFoundation::ZIPFoundation::Product" /* ZIPFoundation.framework */;
productReference = "ZIPFoundation::ZIPFoundation::Product" /* ReadiumZIPFoundation.framework */;
productType = "com.apple.product-type.framework";
};
"ZIPFoundation::ZIPFoundationTests" /* ZIPFoundationTests */ = {
"ZIPFoundation::ZIPFoundationTests" /* ReadiumZIPFoundationTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = OBJ_29 /* Build configuration list for PBXNativeTarget "ZIPFoundationTests" */;
buildConfigurationList = OBJ_29 /* Build configuration list for PBXNativeTarget "ReadiumZIPFoundationTests" */;
buildPhases = (
OBJ_32 /* Sources */,
OBJ_40 /* Frameworks */,
Expand All @@ -270,9 +270,9 @@
dependencies = (
OBJ_42 /* PBXTargetDependency */,
);
name = ZIPFoundationTests;
name = ReadiumZIPFoundationTests;
productName = ZIPFoundationTests;
productReference = "ZIPFoundation::ZIPFoundationTests::Product" /* ZIPFoundationTests.xctest */;
productReference = "ZIPFoundation::ZIPFoundationTests::Product" /* ReadiumZIPFoundationTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
Expand Down Expand Up @@ -304,8 +304,8 @@
projectDirPath = "";
projectRoot = "";
targets = (
"ZIPFoundation::ZIPFoundation" /* ZIPFoundation */,
"ZIPFoundation::ZIPFoundationTests" /* ZIPFoundationTests */,
"ZIPFoundation::ZIPFoundation" /* ReadiumZIPFoundation */,
"ZIPFoundation::ZIPFoundationTests" /* ReadiumZIPFoundationTests */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -385,7 +385,7 @@
/* Begin PBXTargetDependency section */
OBJ_42 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = "ZIPFoundation::ZIPFoundation" /* ZIPFoundation */;
target = "ZIPFoundation::ZIPFoundation" /* ReadiumZIPFoundation */;
targetProxy = BAEFCCF91EFD201600AFB154 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
Expand Down Expand Up @@ -458,7 +458,7 @@
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
TARGET_NAME = ZIPFoundationTests;
TARGET_NAME = ReadiumZIPFoundationTests;
};
name = Debug;
};
Expand All @@ -476,7 +476,7 @@
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
TARGET_NAME = ZIPFoundationTests;
TARGET_NAME = ReadiumZIPFoundationTests;
};
name = Release;
};
Expand Down Expand Up @@ -551,7 +551,7 @@
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
TARGET_NAME = ZIPFoundation;
TARGET_NAME = ReadiumZIPFoundation;
};
name = Debug;
};
Expand All @@ -577,7 +577,7 @@
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
TARGET_NAME = ZIPFoundation;
TARGET_NAME = ReadiumZIPFoundation;
};
name = Release;
};
Expand All @@ -593,7 +593,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
OBJ_29 /* Build configuration list for PBXNativeTarget "ZIPFoundationTests" */ = {
OBJ_29 /* Build configuration list for PBXNativeTarget "ReadiumZIPFoundationTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
OBJ_30 /* Debug */,
Expand All @@ -602,7 +602,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
OBJ_44 /* Build configuration list for PBXNativeTarget "ZIPFoundation" */ = {
OBJ_44 /* Build configuration list for PBXNativeTarget "ReadiumZIPFoundation" */ = {
isa = XCConfigurationList;
buildConfigurations = (
OBJ_45 /* Debug */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "ZIPFoundation::ZIPFoundation"
BuildableName = "ZIPFoundation.framework"
BlueprintName = "ZIPFoundation"
BlueprintName = "ReadiumZIPFoundation"
ReferencedContainer = "container:ZIPFoundation.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand All @@ -33,7 +33,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "ZIPFoundation::ZIPFoundation"
BuildableName = "ZIPFoundation.framework"
BlueprintName = "ZIPFoundation"
BlueprintName = "ReadiumZIPFoundation"
ReferencedContainer = "container:ZIPFoundation.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand All @@ -44,7 +44,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "ZIPFoundation::ZIPFoundationTests"
BuildableName = "ZIPFoundationTests.xctest"
BlueprintName = "ZIPFoundationTests"
BlueprintName = "ReadiumZIPFoundationTests"
ReferencedContainer = "container:ZIPFoundation.xcodeproj">
</BuildableReference>
</TestableReference>
Expand All @@ -65,7 +65,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "ZIPFoundation::ZIPFoundation"
BuildableName = "ZIPFoundation.framework"
BlueprintName = "ZIPFoundation"
BlueprintName = "ReadiumZIPFoundation"
ReferencedContainer = "container:ZIPFoundation.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand All @@ -81,7 +81,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "ZIPFoundation::ZIPFoundation"
BuildableName = "ZIPFoundation.framework"
BlueprintName = "ZIPFoundation"
BlueprintName = "ReadiumZIPFoundation"
ReferencedContainer = "container:ZIPFoundation.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand Down

0 comments on commit 1df2cc0

Please sign in to comment.