{"id":16100329,"url":"https://github.com/kuniwak/idb-portable","last_synced_at":"2026-01-18T19:08:57.639Z","repository":{"id":145028108,"uuid":"197906727","full_name":"Kuniwak/idb-portable","owner":"Kuniwak","description":"Portable package buider for facebook/idb","archived":false,"fork":false,"pushed_at":"2019-07-22T12:02:37.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-17T14:13:16.554Z","etag":null,"topics":["idb","ios","packaging"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kuniwak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-07-20T09:09:39.000Z","updated_at":"2019-07-23T04:35:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"c30544bd-acf0-4608-8a07-af635469dce8","html_url":"https://github.com/Kuniwak/idb-portable","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Kuniwak/idb-portable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuniwak%2Fidb-portable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuniwak%2Fidb-portable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuniwak%2Fidb-portable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuniwak%2Fidb-portable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kuniwak","download_url":"https://codeload.github.com/Kuniwak/idb-portable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuniwak%2Fidb-portable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28548989,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T19:02:06.365Z","status":"ssl_error","status_checked_at":"2026-01-18T19:01:46.239Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["idb","ios","packaging"],"created_at":"2024-10-09T18:46:15.539Z","updated_at":"2026-01-18T19:08:57.606Z","avatar_url":"https://github.com/Kuniwak.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"Portable package for facebook/idb\n=================================\n\n[![Build Status](https://app.bitrise.io/app/716dfe49fc91b5ca/status.svg?token=5X0n7oS5A1V-gu9I2Thh_w\u0026branch=master)](https://app.bitrise.io/app/716dfe49fc91b5ca)\n\nThis is a portable package builder for [facebook/idb](https://github.com/facebook/idb).\n\nYou can use prebuilt portable packages at the [releases](https://github.com/Kuniwak/idb-portable/releases).\n\n\nContents\n--------\n\n```console\n$ tree -L 3 ./dist\n./dist\n├── Frameworks\n│   ├── FBControlCore.framework\n│   ├── FBDeviceControl.framework\n│   ├── FBSimulatorControl.framework\n│   └── XCTestBootstrap.framework\n├── bin\n│   └── idb_companion\n├── lib\n│   ├── libcares.2.dylib\n│   ├── libcrypto.1.0.0.dylib\n│   ├── libgrpc++.dylib\n│   ├── libgrpc.dylib\n│   ├── libprotobuf.18.dylib\n│   └── libssl.1.0.0.dylib\n└── shared\n    ├── c-ares\n    │   └── LICENSE\n    ├── grpc\n    │   └── LICENSE\n    ├── idb_companion\n    │   └── LICENSE\n    ├── openssl\n    │   └── LICENSE\n    └── protobuf\n        └── LICENSE\n\n29 directories, 16 files\n```\n\n\nUsage\n-----\n\n```console\n$ git clone git@github.com:Kuniwak/idb-portable\n$ cd idb-portable\n\n$ make\n$ # if keychain dialog about \"codesign\" is present, allow it.\n$ # because several binaries should be codesigned to\n$ # suppress dialogs about network permissions.\n\n$ make test\n```\n\n`codesign` in `make` use an identity matching the environment variable `CODESIGNING_IDENTITY`. If not specified, idb-portable search available identities and use one of these.\n\n\nVerified Environments\n---------------------\n\n```console\n$ sw_vers\nProductName:    Mac OS X\nProductVersion: 10.14.5\nBuildVersion:   18F132\n\n$ xcodebuild -version\nXcode 10.2.1\nBuild version 10E1001\n\n$ brew --version\nHomebrew 2.1.7-43-g203980a\nHomebrew/homebrew-core (git revision e7942; last commit 2019-07-19)\nHomebrew/homebrew-cask (git revision c78d75; last commit 2019-07-19)\n```\n\n\nLicense\n-------\n\n[MIT](/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuniwak%2Fidb-portable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuniwak%2Fidb-portable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuniwak%2Fidb-portable/lists"}