{"id":15641878,"url":"https://github.com/pnc/hops","last_synced_at":"2025-03-29T22:13:58.523Z","repository":{"id":66309478,"uuid":"20863946","full_name":"pnc/hops","owner":"pnc","description":"Quick Look viewer for iPhone app packages, including IPA and xcarchive files","archived":false,"fork":false,"pushed_at":"2014-06-15T21:05:48.000Z","size":248,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-04T22:53:15.848Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/pnc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-15T19:56:06.000Z","updated_at":"2015-04-16T10:50:03.000Z","dependencies_parsed_at":"2023-02-20T02:30:59.824Z","dependency_job_id":null,"html_url":"https://github.com/pnc/hops","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnc%2Fhops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnc%2Fhops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnc%2Fhops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnc%2Fhops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pnc","download_url":"https://codeload.github.com/pnc/hops/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246249219,"owners_count":20747168,"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":[],"created_at":"2024-10-03T11:52:58.299Z","updated_at":"2025-03-29T22:13:58.042Z","avatar_url":"https://github.com/pnc.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Hops\n\nHops lets you preview compiled iOS applications in Quick Look.\n\n![Screenshot showing Quick Look preview of an iPhone application called Coatcheck, version 1.0, listing the application identifier, the push message environment, debugging, a list of permitted devices, and keychain access groups](http://f.cl.ly/items/04242J2K17370j0w3A15/Screen%20Shot%202014-06-15%20at%2016.28.32.png)\n\nAt present, it will display previews for exported IPAs (`.ipa`) and Xcode build archives (`.xcarchive`).\n\nYou can use it to preflight IPAs, to make sure the correct provisoning profile was used during compilation, and to check that the desired device UDIDs are permitted. You can also use it to determine which of a list of seemingly identical archived builds contains the specific version you want.\n\nCurrently, it displays the application's name, version, unique identifier, the APNS environment (if any), whether debugging is permitted (AKA `get-task-allow`), what device UDIDs the application is permitted to run on, and the keychain access groups accessible by the application.\n\nDisplaying supported Universal architectures (ARMv7, ARMv7s, etc.) and supported hardware (via `UIRequiredDeviceCapabilities`) is planned.\n\n## Installation\n\n### Download\n\n[Download the latest version](http://www.philcalvin.com/downloads/hops-0.2.qlgenerator.zip), unzip it if necessary, and install it by following these steps:\n\n1. Open the Library by opening Finder, holding the Option key, and choosing **Go - Library** in the menu.\n2. Double-click the **QuickLook** folder.\n3. Drag **Hops Viewer.qlgenerator** here.\n\n### Building from source\n\nFirst, clone this repository.\n\n#### Using Xcode (GUI)\n\n2. Open **Hops.xcworkspace** (not Hops.xcodeproj) in Xcode 5.\n3. Choose **Product - Build** from the menu.\n4. Show the Project Navigator by pressing ⌘-1.\n5. Expand the **Products** group by clicking the arrow.\n6. Control-click (or right-click) **Hops Viewer.qlgenerator** and choose **Show in Finder**.\n1. Open the Library by opening Finder, holding the Option key, and choosing **Go - Library** in the menu.\n2. Double-click the **QuickLook** folder.\n3. Drag **Hops Viewer.qlgenerator** here.\n\n#### Using xcodebuild\n\nFrom the root of this repository, run:\n\n    xcodebuild -target \"Hops Viewer\"\n    mv \"build/Release/Hops Viewer.qlgenerator\" ~/Library/QuickLook\n\n\n## Development\n\nHops is broken into a dynamic library (called Hops) and a Quick Look generator that uses this library (called Hops Viewer.) There is no runnable build target -- just use the test suite, or install the built `.qlgenerator` for interactive testing.\n\nYou may need to run `qlmanage -r` to forcibly reload the Quick Look generators after installing a new version.\n\n`NSLog` statements in Hops or Hops Viewer can be viewed using Console.app, available in `/Applications/Utilities`.\n\n## Tests\n\nYou can run the test suite from Xcode using **Product - Test** in the menu or from the command line:\n\n    hops $ xcodebuild -scheme Hops test\n\n## Contributors\n\nBugfixes and enhancements will happily be accepted either as GitHub pull requests or [via email](mailto:phil@philcalvin.com) as `git format-patch`-style patches. Do whatever works best for you!\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2014 Phillip Calvin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnc%2Fhops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpnc%2Fhops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnc%2Fhops/lists"}