From 1df2cc049d62530be23a8a32b966ee35fca78390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Menu?= Date: Wed, 11 Dec 2024 10:50:12 +0100 Subject: [PATCH] 1.0.0 (#3) --- ...on.podspec => ReadiumZIPFoundation.podspec | 5 +- ZIPFoundation.xcodeproj/project.pbxproj | 46 +++++++++---------- .../xcschemes/ZIPFoundation.xcscheme | 10 ++-- 3 files changed, 29 insertions(+), 32 deletions(-) rename ZIPFoundation.podspec => ReadiumZIPFoundation.podspec (83%) diff --git a/ZIPFoundation.podspec b/ReadiumZIPFoundation.podspec similarity index 83% rename from ZIPFoundation.podspec rename to ReadiumZIPFoundation.podspec index 740fff85..b113d1b9 100644 --- a/ZIPFoundation.podspec +++ b/ReadiumZIPFoundation.podspec @@ -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' @@ -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']} diff --git a/ZIPFoundation.xcodeproj/project.pbxproj b/ZIPFoundation.xcodeproj/project.pbxproj index da228c01..1711299d 100644 --- a/ZIPFoundation.xcodeproj/project.pbxproj +++ b/ZIPFoundation.xcodeproj/project.pbxproj @@ -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 */; }; @@ -115,8 +115,8 @@ OBJ_24 /* ZIPFoundationWritingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZIPFoundationWritingTests.swift; sourceTree = ""; }; OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; }; OBJ_9 /* Archive+Reading.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Archive+Reading.swift"; sourceTree = ""; }; - "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 */ @@ -124,7 +124,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 0; files = ( - OBJ_41 /* ZIPFoundation.framework in Frameworks */, + OBJ_41 /* ReadiumZIPFoundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -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; @@ -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 */, @@ -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 */, @@ -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 */ @@ -304,8 +304,8 @@ projectDirPath = ""; projectRoot = ""; targets = ( - "ZIPFoundation::ZIPFoundation" /* ZIPFoundation */, - "ZIPFoundation::ZIPFoundationTests" /* ZIPFoundationTests */, + "ZIPFoundation::ZIPFoundation" /* ReadiumZIPFoundation */, + "ZIPFoundation::ZIPFoundationTests" /* ReadiumZIPFoundationTests */, ); }; /* End PBXProject section */ @@ -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 */ @@ -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; }; @@ -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; }; @@ -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; }; @@ -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; }; @@ -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 */, @@ -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 */, diff --git a/ZIPFoundation.xcodeproj/xcshareddata/xcschemes/ZIPFoundation.xcscheme b/ZIPFoundation.xcodeproj/xcshareddata/xcschemes/ZIPFoundation.xcscheme index 8e2e07b0..d257ed6a 100644 --- a/ZIPFoundation.xcodeproj/xcshareddata/xcschemes/ZIPFoundation.xcscheme +++ b/ZIPFoundation.xcodeproj/xcshareddata/xcschemes/ZIPFoundation.xcscheme @@ -16,7 +16,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "ZIPFoundation::ZIPFoundation" BuildableName = "ZIPFoundation.framework" - BlueprintName = "ZIPFoundation" + BlueprintName = "ReadiumZIPFoundation" ReferencedContainer = "container:ZIPFoundation.xcodeproj"> @@ -33,7 +33,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "ZIPFoundation::ZIPFoundation" BuildableName = "ZIPFoundation.framework" - BlueprintName = "ZIPFoundation" + BlueprintName = "ReadiumZIPFoundation" ReferencedContainer = "container:ZIPFoundation.xcodeproj"> @@ -44,7 +44,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "ZIPFoundation::ZIPFoundationTests" BuildableName = "ZIPFoundationTests.xctest" - BlueprintName = "ZIPFoundationTests" + BlueprintName = "ReadiumZIPFoundationTests" ReferencedContainer = "container:ZIPFoundation.xcodeproj"> @@ -65,7 +65,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "ZIPFoundation::ZIPFoundation" BuildableName = "ZIPFoundation.framework" - BlueprintName = "ZIPFoundation" + BlueprintName = "ReadiumZIPFoundation" ReferencedContainer = "container:ZIPFoundation.xcodeproj"> @@ -81,7 +81,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "ZIPFoundation::ZIPFoundation" BuildableName = "ZIPFoundation.framework" - BlueprintName = "ZIPFoundation" + BlueprintName = "ReadiumZIPFoundation" ReferencedContainer = "container:ZIPFoundation.xcodeproj">