Skip to content

Commit 5d63df3

Browse files
committed
Prepare for the test release of 4.7.0
1 parent 87a94f1 commit 5d63df3

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.jazzy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ sourcekitten_sourcefile: docs.json
33
clean: false
44
author: Timofey Solomko
55
module: SWCompression
6-
module_version: 4.6.1
6+
module_version: 4.7.0-test
77
copyright: '© 2021 Timofey Solomko'
88
readme: README.md
99
github_url: https://github.com/tsolomko/SWCompression
10-
github_file_prefix: https://github.com/tsolomko/SWCompression/tree/4.6.1
10+
github_file_prefix: https://github.com/tsolomko/SWCompression/tree/4.7.0-test
1111
theme: fullwidth
1212

1313
custom_categories:

SWCompression.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SWCompression"
4-
s.version = "4.6.1"
4+
s.version = "4.7.0-test"
55
s.summary = "A framework with functions for working with compression, archives and containers."
66

77
s.description = "A framework with (de)compression algorithms and functions for processing various archives and containers."

SWCompression.xcodeproj/SWCompression.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.6.1</string>
18+
<string>4.7.0-test</string>
1919
<key>CFBundleVersion</key>
20-
<string>81</string>
20+
<string>82</string>
2121
<key>NSHumanReadableCopyright</key>
2222
<string>Copyright © 2021 Timofey Solomko</string>
2323
</dict>

SWCompression.xcodeproj/TestSWCompression.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.6.1</string>
18+
<string>4.7.0-test</string>
1919
<key>CFBundleVersion</key>
20-
<string>81</string>
20+
<string>82</string>
2121
</dict>
2222
</plist>

SWCompression.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,7 @@
14921492
CLANG_WARN_SUSPICIOUS_MOVE = YES;
14931493
CLANG_WARN_UNREACHABLE_CODE = YES;
14941494
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1495-
CURRENT_PROJECT_VERSION = 81;
1495+
CURRENT_PROJECT_VERSION = 82;
14961496
DEBUG_INFORMATION_FORMAT = dwarf;
14971497
ENABLE_STRICT_OBJC_MSGSEND = YES;
14981498
ENABLE_TESTABILITY = YES;
@@ -1573,7 +1573,7 @@
15731573
CLANG_WARN_SUSPICIOUS_MOVE = YES;
15741574
CLANG_WARN_UNREACHABLE_CODE = YES;
15751575
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1576-
CURRENT_PROJECT_VERSION = 81;
1576+
CURRENT_PROJECT_VERSION = 82;
15771577
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
15781578
ENABLE_STRICT_OBJC_MSGSEND = YES;
15791579
"FRAMEWORK_SEARCH_PATHS[sdk=appletvos*]" = (
@@ -1634,7 +1634,7 @@
16341634
APPLICATION_EXTENSION_API_ONLY = YES;
16351635
DEFINES_MODULE = YES;
16361636
DYLIB_COMPATIBILITY_VERSION = 1;
1637-
DYLIB_CURRENT_VERSION = 81;
1637+
DYLIB_CURRENT_VERSION = 82;
16381638
DYLIB_INSTALL_NAME_BASE = "@rpath";
16391639
INFOPLIST_FILE = SWCompression.xcodeproj/SWCompression.plist;
16401640
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -1661,7 +1661,7 @@
16611661
APPLICATION_EXTENSION_API_ONLY = YES;
16621662
DEFINES_MODULE = YES;
16631663
DYLIB_COMPATIBILITY_VERSION = 1;
1664-
DYLIB_CURRENT_VERSION = 81;
1664+
DYLIB_CURRENT_VERSION = 82;
16651665
DYLIB_INSTALL_NAME_BASE = "@rpath";
16661666
INFOPLIST_FILE = SWCompression.xcodeproj/SWCompression.plist;
16671667
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

Sources/swcomp/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Foundation
77
import SWCompression
88
import SwiftCLI
99

10-
let cli = CLI(name: "swcomp", version: "4.7.0-dev+231021.1",
10+
let cli = CLI(name: "swcomp", version: "4.7.0-test",
1111
description: """
1212
swcomp - a small command-line client for SWCompression framework.
1313
Serves as an example of SWCompression usage.

0 commit comments

Comments
 (0)