{"id":31939287,"url":"https://github.com/bluechilli/chillisource.mobile.bindings","last_synced_at":"2026-04-19T15:06:54.888Z","repository":{"id":85004852,"uuid":"81280188","full_name":"BlueChilli/ChilliSource.Mobile.Bindings","owner":"BlueChilli","description":"ChilliSource.Mobile.Bindings provides Xamarin bindings to iOS and Android third-party libraries that are used in BlueChilli mobile apps and the ChilliSource.Mobile framework.","archived":false,"fork":false,"pushed_at":"2017-05-08T06:00:16.000Z","size":190,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-12-22T01:02:40.796Z","etag":null,"topics":["xamarin","xamarin-android","xamarin-binding","xamarin-ios"],"latest_commit_sha":null,"homepage":"","language":"C#","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/BlueChilli.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":"2017-02-08T02:50:37.000Z","updated_at":"2017-02-13T23:57:54.000Z","dependencies_parsed_at":"2023-03-01T03:45:19.530Z","dependency_job_id":null,"html_url":"https://github.com/BlueChilli/ChilliSource.Mobile.Bindings","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BlueChilli/ChilliSource.Mobile.Bindings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueChilli%2FChilliSource.Mobile.Bindings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueChilli%2FChilliSource.Mobile.Bindings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueChilli%2FChilliSource.Mobile.Bindings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueChilli%2FChilliSource.Mobile.Bindings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlueChilli","download_url":"https://codeload.github.com/BlueChilli/ChilliSource.Mobile.Bindings/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueChilli%2FChilliSource.Mobile.Bindings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018312,"owners_count":26086342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["xamarin","xamarin-android","xamarin-binding","xamarin-ios"],"created_at":"2025-10-14T08:24:54.876Z","updated_at":"2025-10-14T08:24:59.157Z","avatar_url":"https://github.com/BlueChilli.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChilliSource.Mobile.Bindings #\n\nThis project is part of the ChilliSource framework developed by [BlueChilli](https://github.com/BlueChilli).\n\n## Summary ##\n\nChilliSource.Mobile.Bindings provides Xamarin bindings to iOS and Android third-party libraries that are used in ChilliSource.Mobile as well as other [BlueChilli](https://github.com/BlueChilli) mobile apps.\n\n## Usage ##\n\n1. Xamarin.iOS only: run the `make` command in the library's iOS subfolder. This will download the latest version of the cocoapod, compile the framework, and run [Objective Sharpie](https://developer.xamarin.com/guides/cross-platform/macios/binding/objective-sharpie/) to re-generate the binding C# files.\n2. open the ChilliSource.Mobile.Bindings solution and build the library's project\n3. reference the generated dll file in the library's `bin/` folder \n\n## Contributing ##\n\n### Updating an existing Binding Project ###\n\n1. fork this repo\n2. for iOS, run the `make` command in the library's iOS subfolder. This will download the latest version of the cocoapod, compile the framework, and run [Objective Sharpie](https://developer.xamarin.com/guides/cross-platform/macios/binding/objective-sharpie/) to re-generate the binding C# files.\n3. for Android, update `Android/Binding/Jars/[library name].aar` file with the latest from  [Maven](search.maven.org)\n4. open the ChilliSource.Mobile.Bindings solution, rebuild the library's project in release mode, and fix any compile errors. Please see [Binding Objective-C Libraries](https://developer.xamarin.com/guides/cross-platform/macios/binding/objective-c-libraries/) for help with any iOS compile errors.\n5. copy the generated dll file from the library's `bin/Release` folder and paste it over the one in the `/Nuget/[library name]` folder.\n6. update the version number in the `/Nuget/[library name]/[library name].nuspec` file to match the version number of the updated native library\n7. submit a pull request\n\n### Adding a new Binding Project ###\n\nTo add a new third-party library (with the intention to use it in ChilliSource.Mobile) use the existing [projects](https://github.com/BlueChilli/ChilliSource.Mobile.Bindings/tree/master/Libraries) as examples to create the binding project and the corresponding folder and file structure, and send us a pull request from your fork.\n\n## License ##\n\nChilliSource.Mobile.Bindings is licensed under the [MIT license](LICENSE).\n\n## Feedback and Contact ##\n\nFor questions or feedback, please contact chillisource@bluechilli.com.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluechilli%2Fchillisource.mobile.bindings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluechilli%2Fchillisource.mobile.bindings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluechilli%2Fchillisource.mobile.bindings/lists"}