{"id":18389311,"url":"https://github.com/rightpoint/freshair","last_synced_at":"2026-03-10T07:02:33.787Z","repository":{"id":56911724,"uuid":"51168971","full_name":"Rightpoint/FreshAir","owner":"Rightpoint","description":null,"archived":false,"fork":false,"pushed_at":"2016-07-20T13:16:27.000Z","size":972,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2025-12-13T10:15:39.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-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/Rightpoint.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":"2016-02-05T19:27:37.000Z","updated_at":"2016-12-26T10:23:30.000Z","dependencies_parsed_at":"2022-08-21T03:20:09.709Z","dependency_job_id":null,"html_url":"https://github.com/Rightpoint/FreshAir","commit_stats":null,"previous_names":["raizlabs/freshair"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Rightpoint/FreshAir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rightpoint%2FFreshAir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rightpoint%2FFreshAir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rightpoint%2FFreshAir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rightpoint%2FFreshAir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rightpoint","download_url":"https://codeload.github.com/Rightpoint/FreshAir/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rightpoint%2FFreshAir/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: 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":[],"created_at":"2024-11-06T01:42:30.866Z","updated_at":"2026-03-10T07:02:33.732Z","avatar_url":"https://github.com/Rightpoint.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fresh Air\nFresh Air is an application update library. It is designed check a remote location for application updates and if updates are available, prompt the user to upgrade the application. When the new version of the application is started, a dialog can be presented that show case the new features available to the user.\n\n## Update Checks\nFresh Air supports checking iTunes for a new version, or checking a remotely hosted `release_notes.json` file.\n\n```swift\nlet upgradeManager = RZFUpgradeManager(appStoreID:\"ANAPPID\")\nupgradeManager.checkForNewUpdate()\n```\n\nThis will check the iTunes for an app with the specified ID, and present a dialog if an update exists. See [RZFUpgradeManager](FreshAir/RZFUpgradeManager.h) for details on the UI presentation\n\n## Release Note Presentation\nFresh Air also supports presenting release notes as a series of paging images with a title and description to introduce users to the new features included in an app update. This is managed by a set of feature keys specified in a `release_notes.json` file that is included in the application bundle. This file resides in a bundle that includes all of the assets needed for presentation. The feature keys are expanded into an image, a title, and a description via `[UIImage imageNamed:$key]`, and the localization keys `$key.title` and `$key.description`. The usual asset lookup rules apply, so if different images are desired on iPhone vs iPad, use the `~iphone` and `~ipad` suffix. If localized images are desired, make sure that the images are only placed in the `.lproj` directories, and not in the top level directory.\n\n## Update Prompt Customization\nFresh Air comes with english localization for the update prompt. This can be customized by adding the localized keys from `FreshAirUpdate.strings` to your application's main bundle's `Localizable.strings` file. To configure an image, add an image named `freshair_update` to the bundle.\n\n\n## Release Notes\nThe `release_notes.json` file describes the version history of the application. Every release entry contains any number of 'feature' keys to denote marketing features. There is an [Example](Schema/release_notes.json) of the release note file and a [JSON Schema](Schema/release_notes_schema.json) file that can be used to validate your releases_notes.json file.\n\n## Installation\nTo install using CocoaPods, include the 'FreshAir' cocoapod.\n\n    pod 'FreshAir'\n\nIf you only want the remote app check, use:\n\n    pod 'FreshAir/AppStoreCheck'","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frightpoint%2Ffreshair","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frightpoint%2Ffreshair","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frightpoint%2Ffreshair/lists"}