app-info 2.6.2 → 2.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -4
- data/lib/app_info/mobile_provision.rb +1 -1
- data/lib/app_info/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9eef87bb332f9254d735c87fee5c1b97fe52f46c2a170330dfb2e97b0da53820
|
4
|
+
data.tar.gz: dd9ca88176f686024e9df28db23912a3e417973872d8a8641ba308dec0310828
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63f890a680ec379ea50865884350b26b974db6ab90e093543f03383d9cbf6387cdf22265373d50178fd529bd7b069aeb87618b81c63a7274d2c1f25f69a3a577
|
7
|
+
data.tar.gz: 027331c8ed5da50e17aae317c800cc8418c8a1453e5422778b4d8a2cd3467ef6fac89e2045faa6a5becff9aaf25617e04b711011589e92801b22c051d628b1c4
|
data/CHANGELOG.md
CHANGED
@@ -9,12 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
9
9
|
|
10
10
|
> List all changes before release a new version.
|
11
11
|
|
12
|
-
## [2.6.
|
12
|
+
## [2.6.3] (2021-08-27)
|
13
13
|
|
14
14
|
### Fixed
|
15
15
|
|
16
16
|
- Force write all icon data with `ASCII-8BIT`
|
17
|
-
|
17
|
+
- Force convert developer cert name to `UTF-8`
|
18
18
|
## [2.6.1] (2021-08-26)
|
19
19
|
|
20
20
|
### Fixed
|
@@ -173,8 +173,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
173
173
|
|
174
174
|
- Updated dependency of CFPropertly list be a range between 2.3.4. (thanks @[cschroed](https://github.com/cschroed))
|
175
175
|
|
176
|
-
[Unreleased]: https://github.com/icyleaf/app-info/compare/v2.6.
|
177
|
-
[2.6.
|
176
|
+
[Unreleased]: https://github.com/icyleaf/app-info/compare/v2.6.3..HEAD
|
177
|
+
[2.6.3]: https://github.com/icyleaf/app-info/compare/v2.6.1...v2.6.3
|
178
178
|
[2.6.1]: https://github.com/icyleaf/app-info/compare/v2.6.0...v2.6.1
|
179
179
|
[2.6.0]: https://github.com/icyleaf/app-info/compare/v2.5.4...v2.6.0
|
180
180
|
[2.5.4]: https://github.com/icyleaf/app-info/compare/v2.5.3...v2.5.4
|
data/lib/app_info/version.rb
CHANGED