Skip to content

Commit

Permalink
V2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bandit-ibayashi committed Mar 28, 2024
1 parent ddd241c commit 92bfa32
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 36 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Change Log

## 2.6.1 (2023/03/27)

* Bug Fix
* Fixed privacy manifest file according to Apple's App Review. (StarIO10 does not use Required Reason API.)

## 2.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 @@ -14,7 +14,7 @@

This software development kit provides the StarIO10 framework (StarIO10.xcframework) as a framework to control the Star Micronics devices.

In accordance with Apple's guidelines, StarIO10 V2.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, StarIO10 V2.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, StarIO10 does not use the Required Reason API from the first release. (As of January 29, 2024)

## Documentation
Expand Down
10 changes: 5 additions & 5 deletions StarIO10.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>StarIO10.framework/StarIO10</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>StarIO10.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>StarIO10.framework/StarIO10</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>StarIO10.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified StarIO10.xcframework/ios-arm64/StarIO10.framework/Info.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
@@ -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>
PHa7jKHQTmtW+DD0SdICGnM8woU=
dIv2fwFGvfS4VYhSszrDU61Xtl4=
</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
5 changes: 5 additions & 0 deletions docs/CHANGELOG_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# 変更点

## 2.6.1 (2024/03/27)

* 不具合修正
* Apple社のApp Review に従い、StarIO10のプライバシーマニフェストファイルを修正(Required Reason APIは使用していません)

## 2.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 @@ -14,7 +14,7 @@

本ソフトウェア開発キットでは、スター精密デバイスを制御するためのフレームワークとして、StarIO10フレームワーク(StarIO10.xcframework)を提供しています。

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

## ドキュメント

Expand Down
4 changes: 2 additions & 2 deletions example/StarXpandSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.6.0;
MARKETING_VERSION = 2.6.1;
PRODUCT_BUNDLE_IDENTIFIER = "jp.star-m.StarXpandSDK";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -1158,7 +1158,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.6.0;
MARKETING_VERSION = 2.6.1;
PRODUCT_BUNDLE_IDENTIFIER = "jp.star-m.StarXpandSDK";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down

0 comments on commit 92bfa32

Please sign in to comment.