Skip to content

Commit 3b9765a

Browse files
committed
Release 0.4.3
1 parent 41f34b8 commit 3b9765a

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ catch {
5353

5454
## Custom File Extensions
5555

56-
Before unzipping files, the source path is checked to make sure the file type is valid (e.g. the file is a .zip). If the file is not valid then we throw an error, however we understand that there might be some file types you wish to accept, even though it might not exist by default in the supported extensions list. As a result you can add custom file extensions to the list of accepted extensions.
56+
Zip supports '.zip' and '.cbz' files our of the box. To support additional zip-derivative file extensions:
5757
```
5858
Zip.addCustomFileExtension("file-extension-here")
5959
```
@@ -79,5 +79,5 @@ github "marmelroy/Zip"
7979
### Setting up with [CocoaPods](http://cocoapods.org/?q=Zip)
8080
```ruby
8181
source 'https://github.com/CocoaPods/Specs.git'
82-
pod 'Zip', '~> 0.4.2'
82+
pod 'Zip', '~> 0.4'
8383
```

Zip copy-Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.4.1</string>
18+
<string>0.4.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>6</string>
22+
<string>7</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

Zip.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "Zip"
11-
s.version = "0.4.1"
11+
s.version = "0.4.3"
1212
s.summary = "Zip and unzip files in Swift."
1313

1414
# This description is used to generate tags and improve search results.

Zip.xcodeproj/project.pbxproj

+10-10
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@
677677
CLANG_ENABLE_MODULES = YES;
678678
DEFINES_MODULE = YES;
679679
DYLIB_COMPATIBILITY_VERSION = 1;
680-
DYLIB_CURRENT_VERSION = 6;
680+
DYLIB_CURRENT_VERSION = 7;
681681
DYLIB_INSTALL_NAME_BASE = "@rpath";
682682
INFOPLIST_FILE = "Zip copy-Info.plist";
683683
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -702,7 +702,7 @@
702702
CLANG_ENABLE_MODULES = YES;
703703
DEFINES_MODULE = YES;
704704
DYLIB_COMPATIBILITY_VERSION = 1;
705-
DYLIB_CURRENT_VERSION = 6;
705+
DYLIB_CURRENT_VERSION = 7;
706706
DYLIB_INSTALL_NAME_BASE = "@rpath";
707707
INFOPLIST_FILE = "Zip copy-Info.plist";
708708
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -724,10 +724,10 @@
724724
buildSettings = {
725725
CODE_SIGN_IDENTITY = "-";
726726
COMBINE_HIDPI_IMAGES = YES;
727-
CURRENT_PROJECT_VERSION = 6;
727+
CURRENT_PROJECT_VERSION = 7;
728728
DEFINES_MODULE = YES;
729729
DYLIB_COMPATIBILITY_VERSION = 1;
730-
DYLIB_CURRENT_VERSION = 6;
730+
DYLIB_CURRENT_VERSION = 7;
731731
DYLIB_INSTALL_NAME_BASE = "@rpath";
732732
FRAMEWORK_VERSION = A;
733733
INFOPLIST_FILE = Zip/Info.plist;
@@ -747,10 +747,10 @@
747747
buildSettings = {
748748
CODE_SIGN_IDENTITY = "-";
749749
COMBINE_HIDPI_IMAGES = YES;
750-
CURRENT_PROJECT_VERSION = 6;
750+
CURRENT_PROJECT_VERSION = 7;
751751
DEFINES_MODULE = YES;
752752
DYLIB_COMPATIBILITY_VERSION = 1;
753-
DYLIB_CURRENT_VERSION = 6;
753+
DYLIB_CURRENT_VERSION = 7;
754754
DYLIB_INSTALL_NAME_BASE = "@rpath";
755755
FRAMEWORK_VERSION = A;
756756
INFOPLIST_FILE = Zip/Info.plist;
@@ -812,7 +812,7 @@
812812
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
813813
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
814814
COPY_PHASE_STRIP = NO;
815-
CURRENT_PROJECT_VERSION = 6;
815+
CURRENT_PROJECT_VERSION = 7;
816816
DEBUG_INFORMATION_FORMAT = dwarf;
817817
ENABLE_STRICT_OBJC_MSGSEND = YES;
818818
ENABLE_TESTABILITY = YES;
@@ -860,7 +860,7 @@
860860
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
861861
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
862862
COPY_PHASE_STRIP = NO;
863-
CURRENT_PROJECT_VERSION = 6;
863+
CURRENT_PROJECT_VERSION = 7;
864864
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
865865
ENABLE_NS_ASSERTIONS = NO;
866866
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -889,7 +889,7 @@
889889
CLANG_ENABLE_MODULES = YES;
890890
DEFINES_MODULE = YES;
891891
DYLIB_COMPATIBILITY_VERSION = 1;
892-
DYLIB_CURRENT_VERSION = 6;
892+
DYLIB_CURRENT_VERSION = 7;
893893
DYLIB_INSTALL_NAME_BASE = "@rpath";
894894
INFOPLIST_FILE = Zip/Info.plist;
895895
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -911,7 +911,7 @@
911911
CLANG_ENABLE_MODULES = YES;
912912
DEFINES_MODULE = YES;
913913
DYLIB_COMPATIBILITY_VERSION = 1;
914-
DYLIB_CURRENT_VERSION = 6;
914+
DYLIB_CURRENT_VERSION = 7;
915915
DYLIB_INSTALL_NAME_BASE = "@rpath";
916916
INFOPLIST_FILE = Zip/Info.plist;
917917
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

Zip/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.4.1</string>
18+
<string>0.4.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>6</string>
22+
<string>7</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

ZipTests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.4.1</string>
18+
<string>0.4.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>6</string>
22+
<string>7</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)