Skip to content

Commit

Permalink
V1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bandit-ibayashi committed Mar 28, 2024
1 parent c6bdd03 commit 99aac05
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 37 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

# Change Log

## 1.6.1 (2024/03/27)

* Bug Fix:
* iOS: Fixed privacy manifest file according to Apple's App Review. (`react-native-star-io10` does not use Required Reason API.)
* Updated React Native version to 0.73.6.
* Updated React Native Windows version to 0.73.11.

## 1.6.0 (2024/02/09)

* Added POP10CBI support.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm install react-native-star-io10 --save

### iOS
#### Privacy manifest file
In accordance with Apple's guidelines, `react-native-star-io10` V1.6.0 or later includes a privacy manifest file. Please see [here](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for the Manifest file.
In accordance with Apple's guidelines, `react-native-star-io10` V1.6.1 or later includes a privacy manifest file. Please see [here](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for the Manifest file.
However, `react-native-star-io10` does not use the Required Reason API from the first release. (As of January 29, 2024)

#### Some settings and approvals are required depending on the printer interface
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

# 変更点

## 1.6.1 (2024/03/27)

* 不具合修正
* iOS: Apple社のApp Reviewに従い、`react-native-star-io10`のプライバシーマニフェストファイルを修正(Required Reason APIは使用していません)
* React Native のバージョンを0.73.6に更新
* React Native Windows のバージョンを0.73.11に更新

## 1.6.0 (2024/02/09)

* POP10CBI に対応
Expand Down
2 changes: 1 addition & 1 deletion docs/README_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm install react-native-star-io10 --save

### iOS
#### プライバシーマニュフェスト
Apple社の指針に従い、`react-native-star-io10` V1.6.0以降はプライバシーマニフェストファイルを含みます
Apple社の指針に従い、`react-native-star-io10` V1.6.1以降はプライバシーマニフェストファイルを含みます
Manifest fileについては[こちら](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files)をご参照ください。
ただし、`react-native-star-io10`では過去バージョンを含め、Required Reason APIは使用しておりません。(2024年1月29日現在)

Expand Down
7 changes: 5 additions & 2 deletions example/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ source 'https://rubygems.org'
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby ">= 2.6.10"

gem 'cocoapods', '~> 1.13'
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'

# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
# bound in the template on Cocoapods with next React Native release.
gem 'cocoapods', '>= 1.13', '< 1.15'
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
10 changes: 5 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.6.0",
"version": "1.6.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.73.2",
"react-native-windows": "0.73.4",
"react-native": "0.73.6",
"react-native-windows": "0.73.11",
"@react-native-community/checkbox": "^0.5.16",
"@react-native-picker/picker": "^2.6.1",
"react-native-canvas": "^0.1.39",
Expand All @@ -26,9 +26,9 @@
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.19",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.3",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.73.1",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
PrivacyInfo.xcprivacy
StarIO10
Created by Star Micronics on 2023/12/25.
Copyright (c) 2023 Star Micronics Co., Ltd. All rights reserved.
-->
<plist version="1.0">
<dict>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
Expand All @@ -29,9 +23,5 @@
</array>
</dict>
</array>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict/>
</array>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
PrivacyInfo.xcprivacy
StarIO10
Created by Star Micronics on 2023/12/25.
Copyright (c) 2023 Star Micronics Co., Ltd. All rights reserved.
-->
<plist version="1.0">
<dict>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
Expand All @@ -29,9 +23,5 @@
</array>
</dict>
</array>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict/>
</array>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</data>
<key>Info.plist</key>
<data>
4mpJ/PcviNHtjJwnTqZf+9WE4Yg=
hFTA7HNHL6ctnzGG+xFJe8D/M10=
</data>
<key>Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<data>
Expand Down Expand Up @@ -70,7 +70,7 @@
</data>
<key>PrivacyInfo.xcprivacy</key>
<data>
7PQbrS160BVxGdAa7CvSUN9L1R4=
qxGEbkx6/JjDYdjU0gcKH1TZBNo=
</data>
<key>PrivateHeaders/StarLoggerWrapper.h</key>
<data>
Expand Down Expand Up @@ -192,7 +192,7 @@
<dict>
<key>hash2</key>
<data>
+Kj1PmktRX1i2cHexxyjNH8fvNdawrZZJ5Em08FqKyI=
r3yVF8sfm4zf+02X6TnOrfLCJwS8DObOityU/cOxLn8=
</data>
</dict>
<key>PrivateHeaders/StarLoggerWrapper.h</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-star-io10",
"version": "1.6.0",
"version": "1.6.1",
"description": "react-native-star-io10 is a library for supporting application development for Star Micronics devices.",
"main": "index.ts",
"types": "index.d.ts",
Expand Down

0 comments on commit 99aac05

Please sign in to comment.