{"id":16683852,"url":"https://github.com/meniny/infoplist","last_synced_at":"2025-06-14T09:34:01.849Z","repository":{"id":56915483,"uuid":"98261098","full_name":"Meniny/InfoPlist","owner":"Meniny","description":"📃Info.plist assistant.","archived":false,"fork":false,"pushed_at":"2019-04-16T02:36:00.000Z","size":301,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T00:47:38.977Z","etag":null,"topics":["info-plist","xcode"],"latest_commit_sha":null,"homepage":null,"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/Meniny.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":"2017-07-25T03:40:22.000Z","updated_at":"2021-08-27T06:26:40.000Z","dependencies_parsed_at":"2022-08-21T02:50:40.217Z","dependency_job_id":null,"html_url":"https://github.com/Meniny/InfoPlist","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/Meniny%2FInfoPlist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meniny%2FInfoPlist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meniny%2FInfoPlist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meniny%2FInfoPlist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Meniny","download_url":"https://codeload.github.com/Meniny/InfoPlist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248127582,"owners_count":21052253,"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":["info-plist","xcode"],"created_at":"2024-10-12T14:26:45.052Z","updated_at":"2025-04-09T23:25:12.134Z","avatar_url":"https://github.com/Meniny.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction\n\n`InfoPlist` is an `Info.plist` assistant for Cocoa/Cocoa Touch.\n\n## Requirements\n\n* iOS 8.0+\n* watchOS 2.0+\n* tvOS 9.0+\n* macOS 10.10+\n* Xcode 9 with Swift 4\n\n## Installation\n\n#### CocoaPods\n\n```ruby\nuse_frameworks!\npod 'InfoPlist'\n```\n\n## Usage\n\n```swift\nimport InfoPlist\n```\n\n```swift\nlet infoDictionary = InfoPlist.dictionary // [String: Any]?\n\n_ = InfoPlist.getStringValue(forKey: \"CFBundleDisplayName\") // String?\n_ = InfoPlist.getStringValue(forKey: \"CFBundleVersion\") // String\n_ = InfoPlist.getBool(forKey: \"UIStatusBarHidden\") // Bool\n\n_ = InfoPlist.isStatusBarHidden // Bool\n_ = InfoPlist.iTunesFileSharingEnabled // Bool\n_ = InfoPlist.cameraUsageDescription // String?\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeniny%2Finfoplist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeniny%2Finfoplist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeniny%2Finfoplist/lists"}