{"id":28000589,"url":"https://github.com/star-micronics/star-passprnt-sdk-ios","last_synced_at":"2026-01-23T07:06:01.989Z","repository":{"id":109610840,"uuid":"492686772","full_name":"star-micronics/star-passprnt-sdk-ios","owner":"star-micronics","description":"Star PassPRNT SDK for iOS is a software development kit for supporting the host application development for the iOS PassPRNT app.","archived":false,"fork":false,"pushed_at":"2023-09-15T10:02:11.000Z","size":527,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-08T23:53:44.451Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.star-m.jp/starpassprntsdk-oml-ios.html","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/star-micronics.png","metadata":{"files":{"readme":"Readme_En.txt","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-05-16T04:47:59.000Z","updated_at":"2022-05-16T07:43:07.000Z","dependencies_parsed_at":"2025-05-08T23:53:45.707Z","dependency_job_id":"77fbca66-3044-4391-a139-686e6125041c","html_url":"https://github.com/star-micronics/star-passprnt-sdk-ios","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/star-micronics/star-passprnt-sdk-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/star-micronics%2Fstar-passprnt-sdk-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/star-micronics%2Fstar-passprnt-sdk-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/star-micronics%2Fstar-passprnt-sdk-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/star-micronics%2Fstar-passprnt-sdk-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/star-micronics","download_url":"https://codeload.github.com/star-micronics/star-passprnt-sdk-ios/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/star-micronics%2Fstar-passprnt-sdk-ios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: 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":"2025-05-08T23:53:43.053Z","updated_at":"2026-01-23T07:06:01.983Z","avatar_url":"https://github.com/star-micronics.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"************************************************************\n      Star PassPRNT iOS SDK Ver 2.6.0\n         Readme_En.txt          Star Micronics Co., Ltd.\n************************************************************\n\n 1. Overview\n 2. Contents\n 3. Scope\n 4. Copyright\n 5. Release History\n\n=============\n 1. Overview\n=============\n\n   This package contains iOS SDK for PassPRNT.\n   \"PassPRNT\" is an application intervening outer applications (hereinafter\n   called \"Coordinating App\" and Star Device (hereinafter called \"Device\").\n   This App transfers to the printer the print data converted from all Coordinating\n   App information including receipt design, paper width and other related data.\n   Therefore the Coordinating App needs no designing or development to establish\n   communication with the printer.\n   Similarly printer status and print result are monitored as well so that\n   Coordinating App is not required on such control.\n\n   Receipt design put out of this system is supported by HTML/PDF layout, so there is\n   no need to understand the device unique command specifications.\n   The other transferred data is also distributed as a part of query based on\n   the standard URL specifications.\n\n   e.g.:\n    starpassprnt://v1/print/nopreview?html=\u003cHTML layout\u003e\u0026size=3\u0026drawer=on\u0026back=\u003cCoordinating App\u003e\n\n   Please refer to document including this package for details.\n\n=============\n 2. Contents\n=============\n\n  PassPRNT_iOS_SDK_Ver2.6.0\n  |\n  | Readme_En.txt                       // Release Note(English)\n  | Readme_Jp.txt                       // Release Note(Japanese)\n  | SoftwareLicenseAgreement.pdf        // Software License Agreement(English)\n  | SoftwareLicenseAgreement_jp.pdf     // Software License Agreement(Japanese)\n  | UsersManual_iOS.url                 // Shortcut to User Manual\n  |\n  +- Samples\n     |- Objective-C\n     |  +- PassPRNT_SDK_ObjC.xcodeproj  // Sample program (Objective-C)\n     |\n     +- FileMaker\n        |- PassPRNT_v2.0_2inch.fmp12    // project file for sample program(2inch design)\n        |- PassPRNT_v2.0_3inch.fmp12    // project file for sample program(3inch design)\n        +- PassPRNT_v2.0_4inch.fmp12    // project file for sample program(4inch design)\n\n=================\n 3. Scope\n=================\n\n  [OS]\n    iOS 14 - 18\n\n  [Software]\n    PassPRNT Ver 2.11.0\n\n  [Printer Model]\n    Please refer to Users Manual.\n\n==============\n 4. Copyright\n==============\n\n  Copyright 2015-2025 Star Micronics Co., Ltd. All rights reserved.\n\n====================\n 5. Release History\n====================\n\n Ver 2.6.0\n  2025/05/19  : Changed `size` query to `384`, `406`, `576`, `832`.\n                Updated target OS and target software.\n\n Ver 2.5.0\n  2023/09/07  : Added `2w6` and `2w7` to `size` query.\n                Updated target OS and target software.\n\n Ver 2.4.0\n  2023/04/10  : Added `gap` query.\n                Added `1` and `2w5` to `size` query.\n                Updated target OS and target software.\n\n Ver 2.3.0\n  2021/10/29  : Added Buzzer (BU01) and Melody Speaker (mC-Sound) support.\n\n Ver 2.2\n  2020/01/23  : Added Web Download Print function ('Url' query).\n                Supported Dark Mode.\n\n Ver 2.1\n  2018/07/02  : Added Drawer activation time and Paper cut function\n                Fixed issues\n\n Ver 2.0\n  2017/10/31  : Deprecated query \"bmposition\" feature\n                Fixed issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstar-micronics%2Fstar-passprnt-sdk-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstar-micronics%2Fstar-passprnt-sdk-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstar-micronics%2Fstar-passprnt-sdk-ios/lists"}