Skip to content

Commit 67fa558

Browse files
Release 2.1.2
1 parent 061bcf9 commit 67fa558

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

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 = "2.1.1"
11+
s.version = "2.1.2"
1212
s.summary = "Zip and unzip files in Swift."
1313
s.swift_version = "5.3"
1414
s.swift_versions = ["4.2", "5.0", "5.1", "5.3"]

Zip.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -691,9 +691,9 @@
691691
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
692692
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
693693
COPY_PHASE_STRIP = NO;
694-
CURRENT_PROJECT_VERSION = 16;
694+
CURRENT_PROJECT_VERSION = 17;
695695
DEBUG_INFORMATION_FORMAT = dwarf;
696-
DYLIB_CURRENT_VERSION = 16;
696+
DYLIB_CURRENT_VERSION = 17;
697697
ENABLE_STRICT_OBJC_MSGSEND = YES;
698698
ENABLE_TESTABILITY = YES;
699699
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -755,9 +755,9 @@
755755
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
756756
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
757757
COPY_PHASE_STRIP = NO;
758-
CURRENT_PROJECT_VERSION = 16;
758+
CURRENT_PROJECT_VERSION = 17;
759759
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
760-
DYLIB_CURRENT_VERSION = 16;
760+
DYLIB_CURRENT_VERSION = 17;
761761
ENABLE_NS_ASSERTIONS = NO;
762762
ENABLE_STRICT_OBJC_MSGSEND = YES;
763763
GCC_C_LANGUAGE_STANDARD = gnu99;

Zip/Info-tvOS.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>2.1.1</string>
18+
<string>2.1.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>16</string>
22+
<string>17</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

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>2.1.1</string>
18+
<string>2.1.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>16</string>
22+
<string>17</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>2.1.1</string>
18+
<string>2.1.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>16</string>
22+
<string>17</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)