Skip to content

Commit fc8eb0c

Browse files
author
Oleh Kulykov
committed
1734075209
2 parents c5ebc70 + f5734f5 commit fc8eb0c

File tree

9 files changed

+14
-16
lines changed

9 files changed

+14
-16
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(Portable, Patched, Package, cross-P-latform) Lzma SDK, libplzma
22

33
1.4.9: (current):
4-
- Update of the underlying code.
4+
- Adopt Pod Specs to use resource bundles.
55

66
1.4.8:
77
- Adopt Pod Specs to use resource bundles.

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ set(PACKAGE "libplzma")
3333
set(CPACK_PACKAGE_NAME "${PACKAGE}")
3434
set(CPACK_PACKAGE_VERSION_MAJOR "1")
3535
set(CPACK_PACKAGE_VERSION_MINOR "4")
36-
set(CPACK_PACKAGE_VERSION_PATCH "8")
36+
set(CPACK_PACKAGE_VERSION_PATCH "9")
3737
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}")
3838
set(CPACK_PACKAGE_VENDOR "olehkulykov@gmail.com")
3939
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${PACKAGE} ${PACKAGE_VERSION}")
40-
set(SOVERSION "1.4.8")
40+
set(SOVERSION "1.4.9")
4141
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
4242
set(VERSION "${CPACK_PACKAGE_VERSION}")
4343

PLzmaSDK-ObjC.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'PLzmaSDK-ObjC'
3-
s.version = '1.4.8'
3+
s.version = '1.4.9'
44
s.summary = '(Portable, Patched, Package, cross-P-latform) Lzma SDK, libplzma'
55
s.homepage = 'https://github.com/OlehKulykov/PLzmaSDK'
66
s.source = { :git => s.homepage + '.git', :tag => s.version }
77
s.license = { :type => 'MIT', :file => 'LICENSE' }
88
s.authors = { 'Oleh Kulykov' => 'olehkulykov@gmail.com' }
9-
s.resource = 'resources/PrivacyInfo.xcprivacy'
109
s.ios.deployment_target = '12.0'
1110
s.osx.deployment_target = '10.13'
1211
# s.tvos.deployment_target = '9.0'

PLzmaSDK.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'PLzmaSDK'
3-
s.version = '1.4.8'
3+
s.version = '1.4.9'
44
s.summary = '(Portable, Patched, Package, cross-P-latform) Lzma SDK, libplzma'
55
s.homepage = 'https://github.com/OlehKulykov/PLzmaSDK'
66
s.source = { :git => s.homepage + '.git', :tag => s.version }
77
s.license = { :type => 'MIT', :file => 'LICENSE' }
88
s.authors = { 'Oleh Kulykov' => 'olehkulykov@gmail.com' }
99
s.swift_versions = ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8', '5.9', '5.10']
10-
s.resource = 'resources/PrivacyInfo.xcprivacy'
1110
s.ios.deployment_target = '12.0'
1211
s.osx.deployment_target = '10.13'
1312
# s.tvos.deployment_target = '12.0'

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ All optional features are enabled by default, but they might be disabled during
5555
-----------
5656
#### Swift Package Manager
5757
```swift
58-
.package(url: "https://github.com/OlehKulykov/PLzmaSDK.git", .exact("1.4.8"))
58+
.package(url: "https://github.com/OlehKulykov/PLzmaSDK.git", .exact("1.4.9"))
5959
```
6060

6161
#### CocoaPods Podfile (Swift)
@@ -64,7 +64,7 @@ use_frameworks!
6464
platform :ios, '11.0'
6565

6666
target '<REPLACE_WITH_YOUR_TARGET>' do
67-
pod 'PLzmaSDK', '1.4.8'
67+
pod 'PLzmaSDK', '1.4.9'
6868
end
6969
```
7070

@@ -74,7 +74,7 @@ use_frameworks!
7474
platform :ios, '9.0'
7575

7676
target '<REPLACE_WITH_YOUR_TARGET>' do
77-
pod 'PLzmaSDK-ObjC', '1.4.8'
77+
pod 'PLzmaSDK-ObjC', '1.4.9'
7878
end
7979
```
8080

@@ -86,7 +86,7 @@ end
8686
"npm": ">=6.0.0"
8787
},
8888
"dependencies": {
89-
"plzmasdk": "1.4.8"
89+
"plzmasdk": "1.4.9"
9090
}
9191
}
9292
```

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.4.8.{build}
1+
version: 1.4.9.{build}
22

33

44
os: Visual Studio 2019

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
minSdkVersion 21
2020
targetSdkVersion 26
2121
versionCode 1
22-
versionName "1.4.8"
22+
versionName "1.4.9"
2323
externalNativeBuild {
2424
cmake {
2525
arguments "-DANDROID_STL=c++_static", "-DANDROID_TOOLCHAIN=clang", "-DLIBCLZMA_OPT_ANDROID:BOOL=ON", "-DLIBCLZMA_OPT_STATIC:BOOL=OFF", "-DLIBCLZMA_OPT_TESTS:BOOL=OFF", "-DLIBCLZMA_OPT_BUILD_NUMBER=1174"

libplzma.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
/// and all optional C bindings to the internal C++ part(Core) of the library.
4545
/// Everything what you need to use this library in C | Objective-C | Swift env. is here.
4646

47-
/// @brief Manualy defined version of the library, i.e. 1.4.8
47+
/// @brief Manualy defined version of the library, i.e. 1.4.9
4848
/// The optinal \a LIBPLZMA_VERSION_BUILD might be befined by the CI or CMake or manualy.
4949
/// Conforms 'Semantic Versioning 2.0.0'.
5050
/// @link https://semver.org
5151
#define LIBPLZMA_VERSION_MAJOR 1
5252
#define LIBPLZMA_VERSION_MINOR 4
53-
#define LIBPLZMA_VERSION_PATCH 8
53+
#define LIBPLZMA_VERSION_PATCH 9
5454

5555
// Check Windows
5656
#if defined(WIN32) || defined(_WIN32) || defined(_WIN64) || defined(WIN64) || defined(WIN32_LEAN_AND_MEAN)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plzmasdk",
3-
"version": "1.4.8",
3+
"version": "1.4.9",
44
"description": "(Portable, Patched, Package, cross-P-latform) Lzma SDK, libplzma",
55
"author": "Oleh Kulykov <olehkulykov@gmail.com>",
66
"license": "SEE LICENSE IN LICENSE",

0 commit comments

Comments
 (0)