{"id":23174013,"url":"https://github.com/zebradevs/zebra-scanner-sdk-ios-spm","last_synced_at":"2026-02-19T13:34:34.637Z","repository":{"id":254152541,"uuid":"808026328","full_name":"ZebraDevs/Zebra-Scanner-SDK-iOS-SPM","owner":"ZebraDevs","description":"Scanner SDK for iOS XCFramework","archived":false,"fork":false,"pushed_at":"2026-02-18T11:45:27.000Z","size":43,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-18T15:53:09.567Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZebraDevs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-30T08:32:41.000Z","updated_at":"2026-02-18T11:37:06.000Z","dependencies_parsed_at":"2024-09-11T11:44:47.583Z","dependency_job_id":"6a4c348f-bf86-4361-b410-b30b05a3f301","html_url":"https://github.com/ZebraDevs/Zebra-Scanner-SDK-iOS-SPM","commit_stats":null,"previous_names":["zebradevs/zebra-scanner-sdk-ios-spm"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ZebraDevs/Zebra-Scanner-SDK-iOS-SPM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2FZebra-Scanner-SDK-iOS-SPM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2FZebra-Scanner-SDK-iOS-SPM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2FZebra-Scanner-SDK-iOS-SPM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2FZebra-Scanner-SDK-iOS-SPM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZebraDevs","download_url":"https://codeload.github.com/ZebraDevs/Zebra-Scanner-SDK-iOS-SPM/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2FZebra-Scanner-SDK-iOS-SPM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29614980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-18T05:18:56.137Z","updated_at":"2026-02-19T13:34:34.619Z","avatar_url":"https://github.com/ZebraDevs.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zebra-Scanner-SDK-iOS-SPM\n\nZebra Scanner SDK iOS is a binary framework packaged as an XCFramework bundle, which can be integrated into a Swift or an Objective-C project using SPM, aka Swift Package Manager.\u003cbr\u003e\nThis repo contains a Package.swift file, which uses a binaryTarget for ZebraScannerSDK.xcframework.\n\n## Zebra Scanner SDK for iOS\nThe Zebra Scanner SDK for iOS enables MFi and BTLE cordless scanners to be connected and controlled\nby an iPad / iPhone / iPod Touch without using a cradle, after pairing over Bluetooth.\n\nFunctionality,\n1. Display bar code data within a iPad / iPhone / iPod Touch application.\n2. Apps using the SDK can command and control the scanner.\n   1. LED and Beeper Control.\n   2. Enable/disable Symbologies.\n   3. Scanning control\n      1. Remote scanner trigger (i.e. Host app-initiated triggering).\n      2. Enable/disable scanning.\n   4. Event notification.\n      1. Scanner available / unavailable.\n      2. Scanner connected / disconnected from host.\n      3. Barcode data transmission (i.e. host gets event stating bar code has been\nscanned).\n    iv. Firmware update progress (i.e. host gets event regarding the progress of the\nfirmware update).\n  e. Automatic reconnection to last connected scanner (i.e. scanner goes out range and then\nreturns).\n3. Remote Scanner Management.\n  a. Asset Tracking.\n    i. Model number.\n    ii. Serial number.\n    iii. Date of manufacture.\n    iv. Firmware.\n  b. Device Configuration (Get, Set and Store Scanner attributes).\n4. Aim control.\n5. Page motor support.\n6. Firmware update support.\n7. STC support for BTLE scanners.\n\n\n## Documentation\nThe Zebra Scanner SDK documentation can be found [here](https://techdocs.zebra.com/dcs/scanners/sdk-ios/about/).\n\n## Requirements\nXcode 16.0 or later.\u003cbr\u003e\niOS 16.0 or later.\n\n## Installation and Setup\n\nTo integrate ZebraScannerSDK.xcframework into your Xcode project, using Swift Package Manager, follow these steps:\n\n1. Open your Xcode project.\n2. Navigate to File  \u003e Add Package Dependencies.\n3. Enter the repository URL: https://github.com/ZebraDevs/Zebra-Scanner-SDK-iOS-SPM.\n4. Choose the latest version or specify the version you want to use.\n\nAfter integrating the  ZebraScannerSDK.xcframework to your Xcode project, other required configurations can be found [here](https://techdocs.zebra.com/dcs/scanners/sdk-ios/setup/).\n\n## Usage\n\nDetail guide to accessing the Zebra Scanner SDK in your project can be found [here.](https://techdocs.zebra.com/dcs/scanners/sdk-ios/sdk/)\n\n## License\n\nThe Zebra Scanner SDK iOS is released under the Zebra EULA. See [LICENSE](https://github.com/zebratechnologies/Zebra-Scanner-SDK-iOS-SPM?tab=License-1-ov-file#) for details.\n\n## Support\nFor support, please visit http://www.zebra.com/support.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebradevs%2Fzebra-scanner-sdk-ios-spm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzebradevs%2Fzebra-scanner-sdk-ios-spm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebradevs%2Fzebra-scanner-sdk-ios-spm/lists"}