diff --git a/RxCoreNFC.podspec b/RxCoreNFC.podspec index d2f38e5..db1b765 100644 --- a/RxCoreNFC.podspec +++ b/RxCoreNFC.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "RxCoreNFC" - spec.version = "1.1.0" + spec.version = "1.1.1" spec.summary = "Reactive extension for the CoreNFC." spec.description = <<-DESC Reactive extension for the CoreNFC. diff --git a/RxCoreNFC.xcodeproj/project.pbxproj b/RxCoreNFC.xcodeproj/project.pbxproj index ccb3a1a..a0d8a2a 100644 --- a/RxCoreNFC.xcodeproj/project.pbxproj +++ b/RxCoreNFC.xcodeproj/project.pbxproj @@ -561,7 +561,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.1.0; + MARKETING_VERSION = 1.1.1; PRODUCT_BUNDLE_IDENTIFIER = karibash.RxCoreNFC; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -593,7 +593,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.1.0; + MARKETING_VERSION = 1.1.1; PRODUCT_BUNDLE_IDENTIFIER = karibash.RxCoreNFC; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; diff --git a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaPollingResult.swift b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaPollingResult.swift index 98cd56b..36b8980 100644 --- a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaPollingResult.swift +++ b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaPollingResult.swift @@ -10,6 +10,6 @@ import Foundation @available(iOS 13.0, *) public struct RxNFCFeliCaPollingResult { - let manufactureParameter: Data - let requestData: Data + public let manufactureParameter: Data + public let requestData: Data } diff --git a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaReadWithoutEncryptionResult.swift b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaReadWithoutEncryptionResult.swift index dc2f6a5..a983874 100644 --- a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaReadWithoutEncryptionResult.swift +++ b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaReadWithoutEncryptionResult.swift @@ -10,6 +10,6 @@ import Foundation @available(iOS 13.0, *) public struct RxNFCFeliCaReadWithoutEncryptionResult { - let statusFlag: RxNFCFeliCaStatusFlag - let dataList: [Data] + public let statusFlag: RxNFCFeliCaStatusFlag + public let dataList: [Data] } diff --git a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestResponseResult.swift b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestResponseResult.swift index 67ffce8..1d4b13d 100644 --- a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestResponseResult.swift +++ b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestResponseResult.swift @@ -10,5 +10,5 @@ import Foundation @available(iOS 13.0, *) public struct RxNFCFeliCaRequestResponseResult { - let mode: Int + public let mode: Int } diff --git a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestServiceResult.swift b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestServiceResult.swift index d70252e..5a144fe 100644 --- a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestServiceResult.swift +++ b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestServiceResult.swift @@ -10,5 +10,5 @@ import Foundation @available(iOS 13.0, *) public struct RxNFCFeliCaRequestServiceResult { - let nodeKeyVersionList: [Data] + public let nodeKeyVersionList: [Data] } diff --git a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestServiceV2Result.swift b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestServiceV2Result.swift index 6b26902..7176693 100644 --- a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestServiceV2Result.swift +++ b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestServiceV2Result.swift @@ -11,8 +11,8 @@ import CoreNFC @available(iOS 13.0, *) public struct RxNFCFeliCaRequestServiceV2Result { - let statusFlag: RxNFCFeliCaStatusFlag - let encryptionIdentifier: EncryptionId - let nodeKeyVersionListAES: [Data] - let nodeKeyVersionListDES: [Data] + public let statusFlag: RxNFCFeliCaStatusFlag + public let encryptionIdentifier: EncryptionId + public let nodeKeyVersionListAES: [Data] + public let nodeKeyVersionListDES: [Data] } diff --git a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestSpecificationVersionResult.swift b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestSpecificationVersionResult.swift index 390e8e1..58634e2 100644 --- a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestSpecificationVersionResult.swift +++ b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestSpecificationVersionResult.swift @@ -10,7 +10,7 @@ import Foundation @available(iOS 13.0, *) public struct RxNFCFeliCaRequestSpecificationVersionResult { - let statusFlag: RxNFCFeliCaStatusFlag - let basicVersion: Data - let optionVersion: Data + public let statusFlag: RxNFCFeliCaStatusFlag + public let basicVersion: Data + public let optionVersion: Data } diff --git a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestSystemCodeResult.swift b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestSystemCodeResult.swift index 47a0061..ee915ed 100644 --- a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestSystemCodeResult.swift +++ b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaRequestSystemCodeResult.swift @@ -10,5 +10,5 @@ import Foundation @available(iOS 13.0, *) public struct RxNFCFeliCaRequestSystemCodeResult { - let systemCodeList: [Data] + public let systemCodeList: [Data] } diff --git a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaResetModeResult.swift b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaResetModeResult.swift index 12e3711..79334c3 100644 --- a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaResetModeResult.swift +++ b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaResetModeResult.swift @@ -10,5 +10,5 @@ import Foundation @available(iOS 13.0, *) public struct RxNFCFeliCaResetModeResult { - let statusFlag: RxNFCFeliCaStatusFlag + public let statusFlag: RxNFCFeliCaStatusFlag } diff --git a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaSendFeliCaCommandResult.swift b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaSendFeliCaCommandResult.swift index 2312bda..b830b9f 100644 --- a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaSendFeliCaCommandResult.swift +++ b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaSendFeliCaCommandResult.swift @@ -10,5 +10,5 @@ import Foundation @available(iOS 13.0, *) public struct RxNFCFeliCaSendFeliCaCommandResult { - let data: Data + public let data: Data } diff --git a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaStatusFlag.swift b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaStatusFlag.swift index eed7b90..b87252f 100644 --- a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaStatusFlag.swift +++ b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaStatusFlag.swift @@ -10,6 +10,6 @@ import Foundation @available(iOS 13.0, *) public struct RxNFCFeliCaStatusFlag { - let statusFlag1: Int - let statusFlag2: Int + public let statusFlag1: Int + public let statusFlag2: Int } diff --git a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaWriteWithoutEncryptionResult.swift b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaWriteWithoutEncryptionResult.swift index da435c5..5415214 100644 --- a/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaWriteWithoutEncryptionResult.swift +++ b/Sources/NFCFeliCaTag/Entity/RxNFCFeliCaWriteWithoutEncryptionResult.swift @@ -10,5 +10,5 @@ import Foundation @available(iOS 13.0, *) public struct RxNFCFeliCaWriteWithoutEncryptionResult { - let statusFlag: RxNFCFeliCaStatusFlag + public let statusFlag: RxNFCFeliCaStatusFlag } diff --git a/Sources/NFCMiFareTag/Entity/RxNFCMiFareSendMiFareCommandResult.swift b/Sources/NFCMiFareTag/Entity/RxNFCMiFareSendMiFareCommandResult.swift index 8cb4acb..c9f57f1 100644 --- a/Sources/NFCMiFareTag/Entity/RxNFCMiFareSendMiFareCommandResult.swift +++ b/Sources/NFCMiFareTag/Entity/RxNFCMiFareSendMiFareCommandResult.swift @@ -10,5 +10,5 @@ import Foundation @available(iOS 13.0, *) public struct RxNFCMiFareSendMiFareCommandResult { - let data: Data + public let data: Data } diff --git a/Sources/NFCMiFareTag/Entity/RxNFCMiFareSendMiFareISO7816CommandResult.swift b/Sources/NFCMiFareTag/Entity/RxNFCMiFareSendMiFareISO7816CommandResult.swift index 2dad263..2a03fdf 100644 --- a/Sources/NFCMiFareTag/Entity/RxNFCMiFareSendMiFareISO7816CommandResult.swift +++ b/Sources/NFCMiFareTag/Entity/RxNFCMiFareSendMiFareISO7816CommandResult.swift @@ -10,7 +10,7 @@ import Foundation @available(iOS 13.0, *) public struct RxNFCMiFareSendMiFareISO7816CommandResult { - let data: Data - let sw1: UInt8 - let sw2: UInt8 + public let data: Data + public let sw1: UInt8 + public let sw2: UInt8 }