{"id":19142617,"url":"https://github.com/sherlouk/swiftprovisioningprofile","last_synced_at":"2025-04-09T21:18:17.645Z","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":"2025-04-09T16:29:13.000Z","size":20,"stargazers_count":64,"open_issues_count":6,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T17:40:26.572Z","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-10T10:02:17.000Z","updated_at":"2025-04-09T16:29:18.000Z","dependencies_parsed_at":"2025-04-09T17:39:04.962Z","dependency_job_id":null,"html_url":"https://github.com/Sherlouk/SwiftProvisioningProfile","commit_stats":null,"previous_names":[],"tags_count":5,"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":248083710,"owners_count":21045123,"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-11-09T07:27:47.529Z","updated_at":"2025-04-09T21:18:17.619Z","avatar_url":"https://github.com/Sherlouk.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"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","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"}