[CoreNFC] Add this framework to Mac Catalyst. (#14383)

Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
This commit is contained in:
Rolf Bjarne Kvinge 2022-03-31 10:42:03 +02:00 коммит произвёл GitHub
Родитель fae74b2b83
Коммит 350913647a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 1 добавлений и 110 удалений

Просмотреть файл

@ -2277,6 +2277,7 @@ MACCATALYST_FRAMEWORKS = \
CoreLocation \ CoreLocation \
CoreMIDI \ CoreMIDI \
CoreMotion \ CoreMotion \
CoreNFC \
CoreSpotlight \ CoreSpotlight \
CoreTelephony \ CoreTelephony \
CoreText \ CoreText \

Просмотреть файл

@ -1,110 +0,0 @@
!missing-enum! NFCFeliCaEncryptionId not bound
!missing-enum! NFCFeliCaPollingRequestCode not bound
!missing-enum! NFCFeliCaPollingTimeSlot not bound
!missing-enum! NFCISO15693RequestFlag not bound
!missing-enum! NFCISO15693ResponseFlag not bound
!missing-enum! NFCMiFareFamily not bound
!missing-enum! NFCNDEFStatus not bound
!missing-enum! NFCPollingOption not bound
!missing-enum! NFCReaderError not bound
!missing-enum! NFCTagType not bound
!missing-enum! NFCTypeNameFormat not bound
!missing-enum! NFCVASErrorCode not bound
!missing-enum! NFCVASMode not bound
!missing-field! NFCErrorDomain not bound
!missing-field! NFCISO15693TagResponseErrorKey not bound
!missing-field! NFCTagResponseUnexpectedLengthErrorKey not bound
!missing-protocol! NFCFeliCaTag not bound
!missing-protocol! NFCISO15693Tag not bound
!missing-protocol! NFCISO7816Tag not bound
!missing-protocol! NFCMiFareTag not bound
!missing-protocol! NFCNDEFReaderSessionDelegate not bound
!missing-protocol! NFCNDEFTag not bound
!missing-protocol! NFCReaderSession not bound
!missing-protocol! NFCReaderSessionDelegate not bound
!missing-protocol! NFCTag not bound
!missing-protocol! NFCTagReaderSessionDelegate not bound
!missing-protocol! NFCVASReaderSessionDelegate not bound
!missing-selector! +NFCNDEFMessage::ndefMessageWithData: not bound
!missing-selector! +NFCNDEFPayload::wellKnownTypeTextPayloadWithString:locale: not bound
!missing-selector! +NFCNDEFPayload::wellKnownTypeURIPayloadWithString: not bound
!missing-selector! +NFCNDEFPayload::wellKnownTypeURIPayloadWithURL: not bound
!missing-selector! +NFCReaderSession::readingAvailable not bound
!missing-selector! NFCISO15693CustomCommandConfiguration::customCommandCode not bound
!missing-selector! NFCISO15693CustomCommandConfiguration::initWithManufacturerCode:customCommandCode:requestParameters: not bound
!missing-selector! NFCISO15693CustomCommandConfiguration::initWithManufacturerCode:customCommandCode:requestParameters:maximumRetries:retryInterval: not bound
!missing-selector! NFCISO15693CustomCommandConfiguration::manufacturerCode not bound
!missing-selector! NFCISO15693CustomCommandConfiguration::requestParameters not bound
!missing-selector! NFCISO15693CustomCommandConfiguration::setCustomCommandCode: not bound
!missing-selector! NFCISO15693CustomCommandConfiguration::setManufacturerCode: not bound
!missing-selector! NFCISO15693CustomCommandConfiguration::setRequestParameters: not bound
!missing-selector! NFCISO15693ReaderSession::initWithDelegate:queue: not bound
!missing-selector! NFCISO15693ReaderSession::restartPolling not bound
!missing-selector! NFCISO15693ReadMultipleBlocksConfiguration::chunkSize not bound
!missing-selector! NFCISO15693ReadMultipleBlocksConfiguration::initWithRange:chunkSize: not bound
!missing-selector! NFCISO15693ReadMultipleBlocksConfiguration::initWithRange:chunkSize:maximumRetries:retryInterval: not bound
!missing-selector! NFCISO15693ReadMultipleBlocksConfiguration::range not bound
!missing-selector! NFCISO15693ReadMultipleBlocksConfiguration::setChunkSize: not bound
!missing-selector! NFCISO15693ReadMultipleBlocksConfiguration::setRange: not bound
!missing-selector! NFCISO7816APDU::data not bound
!missing-selector! NFCISO7816APDU::expectedResponseLength not bound
!missing-selector! NFCISO7816APDU::initWithData: not bound
!missing-selector! NFCISO7816APDU::initWithInstructionClass:instructionCode:p1Parameter:p2Parameter:data:expectedResponseLength: not bound
!missing-selector! NFCISO7816APDU::instructionClass not bound
!missing-selector! NFCISO7816APDU::instructionCode not bound
!missing-selector! NFCISO7816APDU::p1Parameter not bound
!missing-selector! NFCISO7816APDU::p2Parameter not bound
!missing-selector! NFCNDEFMessage::initWithNDEFRecords: not bound
!missing-selector! NFCNDEFMessage::length not bound
!missing-selector! NFCNDEFMessage::records not bound
!missing-selector! NFCNDEFMessage::setRecords: not bound
!missing-selector! NFCNDEFPayload::identifier not bound
!missing-selector! NFCNDEFPayload::initWithFormat:type:identifier:payload: not bound
!missing-selector! NFCNDEFPayload::initWithFormat:type:identifier:payload:chunkSize: not bound
!missing-selector! NFCNDEFPayload::payload not bound
!missing-selector! NFCNDEFPayload::setIdentifier: not bound
!missing-selector! NFCNDEFPayload::setPayload: not bound
!missing-selector! NFCNDEFPayload::setType: not bound
!missing-selector! NFCNDEFPayload::setTypeNameFormat: not bound
!missing-selector! NFCNDEFPayload::type not bound
!missing-selector! NFCNDEFPayload::typeNameFormat not bound
!missing-selector! NFCNDEFPayload::wellKnownTypeTextPayloadWithLocale: not bound
!missing-selector! NFCNDEFPayload::wellKnownTypeURIPayload not bound
!missing-selector! NFCNDEFReaderSession::connectToTag:completionHandler: not bound
!missing-selector! NFCNDEFReaderSession::initWithDelegate:queue:invalidateAfterFirstRead: not bound
!missing-selector! NFCNDEFReaderSession::restartPolling not bound
!missing-selector! NFCReaderSession::delegate not bound
!missing-selector! NFCReaderSession::sessionQueue not bound
!missing-selector! NFCTagCommandConfiguration::maximumRetries not bound
!missing-selector! NFCTagCommandConfiguration::retryInterval not bound
!missing-selector! NFCTagCommandConfiguration::setMaximumRetries: not bound
!missing-selector! NFCTagCommandConfiguration::setRetryInterval: not bound
!missing-selector! NFCTagReaderSession::connectedTag not bound
!missing-selector! NFCTagReaderSession::connectToTag:completionHandler: not bound
!missing-selector! NFCTagReaderSession::initWithPollingOption:delegate:queue: not bound
!missing-selector! NFCTagReaderSession::restartPolling not bound
!missing-selector! NFCVASCommandConfiguration::initWithVASMode:passTypeIdentifier:url: not bound
!missing-selector! NFCVASCommandConfiguration::mode not bound
!missing-selector! NFCVASCommandConfiguration::passTypeIdentifier not bound
!missing-selector! NFCVASCommandConfiguration::setMode: not bound
!missing-selector! NFCVASCommandConfiguration::setPassTypeIdentifier: not bound
!missing-selector! NFCVASCommandConfiguration::setUrl: not bound
!missing-selector! NFCVASCommandConfiguration::url not bound
!missing-selector! NFCVASReaderSession::initWithVASCommandConfigurations:delegate:queue: not bound
!missing-selector! NFCVASResponse::mobileToken not bound
!missing-selector! NFCVASResponse::status not bound
!missing-selector! NFCVASResponse::vasData not bound
!missing-selector! NSUserActivity::ndefMessagePayload not bound
!missing-type! NFCISO15693CustomCommandConfiguration not bound
!missing-type! NFCISO15693ReaderSession not bound
!missing-type! NFCISO15693ReadMultipleBlocksConfiguration not bound
!missing-type! NFCISO7816APDU not bound
!missing-type! NFCNDEFMessage not bound
!missing-type! NFCNDEFPayload not bound
!missing-type! NFCNDEFReaderSession not bound
!missing-type! NFCReaderSession not bound
!missing-type! NFCTagCommandConfiguration not bound
!missing-type! NFCTagReaderSession not bound
!missing-type! NFCVASCommandConfiguration not bound
!missing-type! NFCVASReaderSession not bound
!missing-type! NFCVASResponse not bound