{"id":13908414,"url":"https://github.com/JohnSundell/TestDrive","last_synced_at":"2025-07-18T07:31:11.407Z","repository":{"id":56152527,"uuid":"89641645","full_name":"JohnSundell/TestDrive","owner":"JohnSundell","description":"Quickly try out any Swift pod or framework in a playground","archived":false,"fork":false,"pushed_at":"2020-11-23T23:46:45.000Z","size":2543,"stargazers_count":1590,"open_issues_count":13,"forks_count":36,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-05-23T08:06:35.046Z","etag":null,"topics":["cocoapods","playground","prototyping","swift","xcode"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":false,"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/JohnSundell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-27T21:25:39.000Z","updated_at":"2025-04-30T09:18:17.000Z","dependencies_parsed_at":"2022-08-15T13:40:42.719Z","dependency_job_id":null,"html_url":"https://github.com/JohnSundell/TestDrive","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JohnSundell/TestDrive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnSundell%2FTestDrive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnSundell%2FTestDrive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnSundell%2FTestDrive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnSundell%2FTestDrive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnSundell","download_url":"https://codeload.github.com/JohnSundell/TestDrive/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnSundell%2FTestDrive/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265720519,"owners_count":23817248,"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":["cocoapods","playground","prototyping","swift","xcode"],"created_at":"2024-08-06T23:02:42.863Z","updated_at":"2025-07-18T07:31:10.312Z","avatar_url":"https://github.com/JohnSundell.png","language":"Swift","readme":"# Test Drive 🚘\n[![Swift 4.1](https://img.shields.io/badge/swift-4.1-orange.svg?style=flat)](#)\n[![Marathon](https://img.shields.io/badge/marathon-compatible-brightgreen.svg?style=flat)](https://github.com/johnsundell/marathon)\n[![SPM](https://img.shields.io/badge/spm-compatible-brightgreen.svg?style=flat)](https://github.com/apple/swift-package-manager)\n[![@johnsundell](https://img.shields.io/badge/contact-@johnsundell-blue.svg?style=flat)](https://twitter.com/johnsundell)\n\nWith Test Drive, you can quickly try out **any** Swift pod or framework in a playground. Simply run `testdrive` followed by the name of a pod, or the URL to a Git repository, and you will have a playground generated for you in no time!\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"TestDrive.gif\"/\u003e\n\u003c/p\u003e\n\n**Features**\n\n- [X] Quickly try out a pod/framework without having to modify your project.\n- [X] Try out multiple pods/frameworks at once - ideal when comparing similar ones.\n- [X] Supports iOS, macOS \u0026 tvOS.\n\n## Usage\n\n🚗  Take a pod for a test drive:\n```\n$ testdrive Unbox\n```\n\n🚙  Take a framework from a Git URL for a test drive:\n```\n$ testdrive git@github.com:johnsundell/files.git\n```\n\n🚕  Take multiple pods at once for a test drive:\n```\n$ testdrive Unbox Wrap\n```\n\n🏎  Take a test drive on a specific platform (iOS is the default):\n```\n$ testdrive Unbox -p tvOS\n```\n\n🚓  Use a specific version or branch for your test drive (the latest version is used by default):\n```\n$ testdrive Unbox -v 2.3.0\n$ testdrive Unbox -v swift3\n$ testdrive Wrap --master\n```\n\n## Installation\n\nThe easiest way to install Test Drive is using [Marathon](https://github.com/johnsundell/marathon):\n\n```\n$ marathon install johnsundell/testdrive\n```\n\nYou can also install it using the Swift Package Manager:\n\n```\n$ git clone https://github.com/JohnSundell/TestDrive.git\n$ cd TestDrive\n$ swift build -c release\n$ cp -f .build/release/TestDrive /usr/local/bin/testdrive\n```\n\n## Issues + support\n\nI spend almost all of my available time building tools, content and learning materials for the Swift community — all of which are available to everyone, for free. However, since I’m just one person, I do have to prioritize what I spend my time on — and one thing I’m currently not able to offer is 1:1 support for open source projects. That’s why this repository has Issues disabled. It’s not because I don’t want to help, I really do, I’m just simply not able to.\n\nSo before you start using this tool, I recommend that you spend a few minutes familiarizing yourself with its internals (it’s all normal Swift code), so that you’ll be able to self-service on any issues or edge cases you might encounter.\n\nThanks for understanding, and I hope you’ll enjoy TestDrive!\n\n*— John*\n","funding_links":[],"categories":["HarmonyOS","Swift","xcode"],"sub_categories":["Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJohnSundell%2FTestDrive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJohnSundell%2FTestDrive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJohnSundell%2FTestDrive/lists"}