Skip to content

Commit 644ea12

Browse files
Release 2.1.0
1 parent 1c68236 commit 644ea12

File tree

7 files changed

+15
-31
lines changed

7 files changed

+15
-31
lines changed

.swift-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1
1+
5.3

Zip.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "Zip"
11-
s.version = "1.3.0"
11+
s.version = "2.1.0"
1212
s.summary = "Zip and unzip files in Swift."
13-
s.swift_version = "5.1"
14-
s.swift_versions = ["4.2", "5.0", "5.1"]
13+
s.swift_version = "5.3"
14+
s.swift_versions = ["4.2", "5.0", "5.1", "5.3"]
1515

1616
# This description is used to generate tags and improve search results.
1717
# * Think: What does it do? Why did you write it? What is the focus?
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
2828
s.source = { :git => "https://github.com/marmelroy/Zip.git", :tag => s.version.to_s}
2929
s.social_media_url = "http://twitter.com/marmelroy"
3030

31-
s.ios.deployment_target = '8.0'
31+
s.ios.deployment_target = '9.0'
3232
s.tvos.deployment_target = '9.0'
3333
s.watchos.deployment_target = '3.0'
3434
s.osx.deployment_target = '10.9'

Zip.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -690,9 +690,9 @@
690690
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
691691
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
692692
COPY_PHASE_STRIP = NO;
693-
CURRENT_PROJECT_VERSION = 14;
693+
CURRENT_PROJECT_VERSION = 15;
694694
DEBUG_INFORMATION_FORMAT = dwarf;
695-
DYLIB_CURRENT_VERSION = "$(CURRENT_PROJECT_VERSION)";
695+
DYLIB_CURRENT_VERSION = 15;
696696
ENABLE_STRICT_OBJC_MSGSEND = YES;
697697
ENABLE_TESTABILITY = YES;
698698
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -753,9 +753,9 @@
753753
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
754754
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
755755
COPY_PHASE_STRIP = NO;
756-
CURRENT_PROJECT_VERSION = 14;
756+
CURRENT_PROJECT_VERSION = 15;
757757
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
758-
DYLIB_CURRENT_VERSION = "$(CURRENT_PROJECT_VERSION)";
758+
DYLIB_CURRENT_VERSION = 15;
759759
ENABLE_NS_ASSERTIONS = NO;
760760
ENABLE_STRICT_OBJC_MSGSEND = YES;
761761
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>1.3.0</string>
18+
<string>2.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>$(CURRENT_PROJECT_VERSION)</string>
22+
<string>15</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>1.3.0</string>
18+
<string>2.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>$(CURRENT_PROJECT_VERSION)</string>
22+
<string>15</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>1.3.0</string>
18+
<string>2.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>12</string>
22+
<string>15</string>
2323
</dict>
2424
</plist>

examples/Sample/Sample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

-16
This file was deleted.

0 commit comments

Comments
 (0)