{"id":13750006,"url":"https://github.com/alexruperez/LaunchScreenSnapshot","last_synced_at":"2025-05-09T13:31:51.640Z","repository":{"id":62446436,"uuid":"91831752","full_name":"alexruperez/LaunchScreenSnapshot","owner":"alexruperez","description":"Protects sensitive data in your app snapshot.","archived":false,"fork":false,"pushed_at":"2018-11-15T09:29:17.000Z","size":1246,"stargazers_count":207,"open_issues_count":0,"forks_count":15,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-23T07:52:55.296Z","etag":null,"topics":["background","carthage","cocoapods","foreground","ios","launch-screen","protection","sensitive-data","snapshot","swift"],"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/alexruperez.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-05-19T17:53:40.000Z","updated_at":"2024-11-27T14:49:26.000Z","dependencies_parsed_at":"2022-11-01T22:46:03.501Z","dependency_job_id":null,"html_url":"https://github.com/alexruperez/LaunchScreenSnapshot","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexruperez%2FLaunchScreenSnapshot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexruperez%2FLaunchScreenSnapshot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexruperez%2FLaunchScreenSnapshot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexruperez%2FLaunchScreenSnapshot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexruperez","download_url":"https://codeload.github.com/alexruperez/LaunchScreenSnapshot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253258287,"owners_count":21879620,"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":["background","carthage","cocoapods","foreground","ios","launch-screen","protection","sensitive-data","snapshot","swift"],"created_at":"2024-08-03T07:01:21.766Z","updated_at":"2025-05-09T13:31:51.199Z","avatar_url":"https://github.com/alexruperez.png","language":"Swift","funding_links":[],"categories":["Swift"],"sub_categories":[],"readme":"# LaunchScreenSnapshot\n\n[![Twitter](https://img.shields.io/badge/contact-@alexruperez-0FABFF.svg?style=flat)](http://twitter.com/alexruperez)\n[![Version](https://img.shields.io/cocoapods/v/LaunchScreenSnapshot.svg?style=flat)](http://cocoapods.org/pods/LaunchScreenSnapshot)\n[![License](https://img.shields.io/cocoapods/l/LaunchScreenSnapshot.svg?style=flat)](http://cocoapods.org/pods/LaunchScreenSnapshot)\n[![Platform](https://img.shields.io/cocoapods/p/LaunchScreenSnapshot.svg?style=flat)](http://cocoapods.org/pods/LaunchScreenSnapshot)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![Swift Package Manager Compatible](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-4BC51D.svg?style=flat)](https://github.com/apple/swift-package-manager)\n[![Build Status](https://travis-ci.org/alexruperez/LaunchScreenSnapshot.svg?branch=master)](https://travis-ci.org/alexruperez/LaunchScreenSnapshot)\n[![Code Coverage](https://codecov.io/gh/alexruperez/LaunchScreenSnapshot/branch/master/graph/badge.svg)](https://codecov.io/gh/alexruperez/LaunchScreenSnapshot)\n[![codebeat badge](https://codebeat.co/badges/97c6f7e9-baa5-4c73-bb2c-ba31b7ccecd3)](https://codebeat.co/projects/github-com-alexruperez-launchscreensnapshot-master)\n\n*LaunchScreenSnapshot* protects sensitive data in your app snapshot.\n\n![*LaunchScreenSnapshot*](https://raw.githubusercontent.com/alexruperez/LaunchScreenSnapshot/master/LaunchScreenSnapshot.gif)\n\n## Installation\n\nLaunchScreenSnapshot is available through [*CocoaPods*](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'LaunchScreenSnapshot'\n```\n\n#### Or you can install it with [*Carthage*](https://github.com/Carthage/Carthage):\n\n```ogdl\ngithub \"alexruperez/LaunchScreenSnapshot\"\n```\n\n#### Or install it with [*Swift Package Manager*](https://swift.org/package-manager/):\n\n```swift\ndependencies: [\n    .Package(url: \"https://github.com/alexruperez/LaunchScreenSnapshot.git\")\n]\n```\n\n## Usage\n\n#### Protect your app snapshot:\n\n```swift\nLaunchScreenSnapshot.protect()\n```\n\n#### Unprotect your app snapshot:\n\n```swift\nLaunchScreenSnapshot.unprotect()\n```\n\n### Advanced usage\n\n#### Shared instance:\n\n```swift\nlet launchScreenSnapshot = LaunchScreenSnapshot.shared\n```\n\n#### Custom built:\n\n```swift\nlet launchScreenSnapshot = LaunchScreenSnapshot(application: UIApplication, notificationCenter: NotificationCenter, bundle: Bundle)\n```\n\n#### Provided parameters:\n\n```swift\nlet restoreAnimationOptions = LaunchScreenSnapshot.Animation(duration: TimeInterval, delay: TimeInterval, dampingRatio: CGFloat, velocity: CGFloat, options: UIViewAnimationOptions)\nlaunchScreenSnapshot.protect(with: UIView?, trigger: LaunchScreenSnapshot.Trigger, animation: restoreAnimationOptions, force: Bool)\n```\n\n## Etc.\n\n* Contributions are very welcome.\n* Attribution is appreciated (let's spread the word!), but not mandatory.\n\n## Authors\n\n[alexruperez](https://github.com/alexruperez), contact@alexruperez.com\n\n## License\n\n*LaunchScreenSnapshot* is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexruperez%2FLaunchScreenSnapshot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexruperez%2FLaunchScreenSnapshot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexruperez%2FLaunchScreenSnapshot/lists"}