{"id":18271879,"url":"https://github.com/jverkoey/ObjQREncoder","last_synced_at":"2025-04-05T02:30:47.085Z","repository":{"id":720527,"uuid":"367872","full_name":"jverkoey/ObjQREncoder","owner":"jverkoey","description":"Objective-C QR Encoder","archived":false,"fork":false,"pushed_at":"2011-09-23T07:45:34.000Z","size":150,"stargazers_count":391,"open_issues_count":8,"forks_count":103,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-03-30T16:12:30.735Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jverkoey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-11-10T18:42:57.000Z","updated_at":"2025-03-27T19:26:07.000Z","dependencies_parsed_at":"2022-07-05T13:10:48.277Z","dependency_job_id":null,"html_url":"https://github.com/jverkoey/ObjQREncoder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jverkoey%2FObjQREncoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jverkoey%2FObjQREncoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jverkoey%2FObjQREncoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jverkoey%2FObjQREncoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jverkoey","download_url":"https://codeload.github.com/jverkoey/ObjQREncoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247279282,"owners_count":20912857,"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-11-05T11:39:34.216Z","updated_at":"2025-04-05T02:30:45.953Z","avatar_url":"https://github.com/jverkoey.png","language":"Objective-C","funding_links":[],"categories":["etc"],"sub_categories":[],"readme":"Objective C QR Encoder\n======================\n\nThis repository contains an open source Objective C QR Encoder \nlicensed under the Apache Licence, Version 2.0\n(http://www.apache.org/licenses/LICENSE-2.0.html).\n\nPorted from http://github.com/whomwah/rqrcode by Bill Jacobs.\n\nAdding the QR Encoder to your project\n=====================================\n\nThe QR Encoder is compiled as a static library, and the easiest way to add it to your project is to use\nXcode's \"dependent project\" facilities.  Here is how:\n\n1. Clone the ObjQR git repository: `git clone git://github.com/jverkoey/objqr.git`.  Make sure \n   you store the repository in a permanent place because Xcode will need to reference the files\n   every time you compile your project.\n\n2. Locate the \"QREncoder.xcodeproj\" file under \"objqr/src/\".  Drag QREncoder.xcodeproj and drop it onto\n   the root of your Xcode project's \"Groups and Files\"  sidebar.  A dialog will appear -- make sure \n   \"Copy items\" is unchecked and \"Reference Type\" is \"Relative to Project\" before clicking \"Add\".\n\n3. Now you need to link the QREncoder static library to your project.  Click the \"QREncoder.xcodeproj\" \n   item that has just been added to the sidebar.  Under the \"Details\" table, you will see a single\n   item: libQREncoder.a.  Check the checkbox on the far right of libQREncoder.a.\n\n4. Now you need to add QREncoder as a dependency of your project so that Xcode compiles it whenever\n   you compile your project.  Expand the \"Targets\" section of the sidebar and double-click your\n   application's target.  Under the \"General\" tab you will see a \"Direct Dependencies\" section. \n   Click the \"+\" button, select \"QREncoder\", and click \"Add Target\".\n\n5. Finally, we need to tell your project where to find the QREncoder headers.  Open your\n   \"Project Settings\" and go to the \"Build\" tab. Look for \"Header Search Paths\" and double-click\n   it.  Add the relative path from your project's directory to the \"objqr/src/Classes\" directory.\n\n6. You're ready to go.  Just #import \"QREncoder/QREncoder.h\" anywhere you want to use QREncoder classes\n   in your project.\n\n\nExample QR Output\n=================\n\n![google.com](google.com.png \"google.com\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjverkoey%2FObjQREncoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjverkoey%2FObjQREncoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjverkoey%2FObjQREncoder/lists"}