{"id":3052,"url":"https://github.com/Sherlouk/SwiftProvisioningProfile","last_synced_at":"2025-08-03T12:32:02.854Z","repository":{"id":63921734,"uuid":"128912389","full_name":"Sherlouk/SwiftProvisioningProfile","owner":"Sherlouk","description":"Parse iOS mobile provisioning files into Swift models","archived":false,"fork":false,"pushed_at":"2022-06-09T18:02:51.000Z","size":16,"stargazers_count":64,"open_issues_count":6,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-30T04:04:36.257Z","etag":null,"topics":["codable","provisioning-profiles","swift","swift-package-manager"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/Sherlouk.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}},"created_at":"2018-04-10T10:02:17.000Z","updated_at":"2024-05-28T02:44:55.000Z","dependencies_parsed_at":"2023-01-14T14:15:16.260Z","dependency_job_id":null,"html_url":"https://github.com/Sherlouk/SwiftProvisioningProfile","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sherlouk%2FSwiftProvisioningProfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sherlouk%2FSwiftProvisioningProfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sherlouk%2FSwiftProvisioningProfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sherlouk%2FSwiftProvisioningProfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sherlouk","download_url":"https://codeload.github.com/Sherlouk/SwiftProvisioningProfile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228543279,"owners_count":17934455,"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","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":["codable","provisioning-profiles","swift","swift-package-manager"],"created_at":"2024-01-05T20:16:30.032Z","updated_at":"2024-12-07T00:31:14.063Z","avatar_url":"https://github.com/Sherlouk.png","language":"Swift","readme":"# SwiftyProvisioningProfile\n\nThis library provides a way to decode a `.mobileprovision` file into a Swift model.\n\n#### Installation\n\nThe recommended installation is via Swift Package Manager, you'll want to update your `Package.swift` with a new dependency:\n\n```swift\nimport PackageDescription\n\nlet package = Package(\n    name: \"YourAwesomeSoftware\",\n    dependencies: [\n        .package(url: \"https://github.com/Sherlouk/SwiftProvisioningProfile.git\", from: \"1.0.0\")\n    ]\n)\n```\n\nThere are open issues to handle CocoaPods and Carthage installation, if people want it then I'm willing to support it!\n\n#### Usage\n\n```swift\n// 1. Import the library\nimport SwiftyProvisioningProfile\n\n// 2. Load your provisioning profile's file data\nlet profileData = try Data(contentsOf: ...)\n\n// 3. Parse it\nlet profile = try ProvisioningProfile.parse(from: profileData)\n\n// 4. Use it\nprint(profile.uuid)\n```\n","funding_links":[],"categories":["Utility","Swift"],"sub_categories":["Web View","Other free courses"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSherlouk%2FSwiftProvisioningProfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSherlouk%2FSwiftProvisioningProfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSherlouk%2FSwiftProvisioningProfile/lists"}