{"id":17225382,"url":"https://github.com/yeahdongcn/rsimageoptimplugin","last_synced_at":"2025-08-02T03:35:51.619Z","repository":{"id":15848356,"uuid":"18588494","full_name":"yeahdongcn/RSImageOptimPlugin","owner":"yeahdongcn","description":"Xcode plugin to optimize images using ImageOptim.","archived":false,"fork":false,"pushed_at":"2016-06-07T08:18:37.000Z","size":7354,"stargazers_count":213,"open_issues_count":5,"forks_count":23,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-08T06:42:08.766Z","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/yeahdongcn.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-04-09T07:05:37.000Z","updated_at":"2025-03-13T16:42:54.000Z","dependencies_parsed_at":"2022-08-30T21:30:51.537Z","dependency_job_id":null,"html_url":"https://github.com/yeahdongcn/RSImageOptimPlugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yeahdongcn/RSImageOptimPlugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeahdongcn%2FRSImageOptimPlugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeahdongcn%2FRSImageOptimPlugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeahdongcn%2FRSImageOptimPlugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeahdongcn%2FRSImageOptimPlugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeahdongcn","download_url":"https://codeload.github.com/yeahdongcn/RSImageOptimPlugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeahdongcn%2FRSImageOptimPlugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268331081,"owners_count":24233178,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-15T04:13:23.769Z","updated_at":"2025-08-02T03:35:51.580Z","avatar_url":"https://github.com/yeahdongcn.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"#RSImageOptimPlugin\n\n[![Total views](https://sourcegraph.com/api/repos/github.com/yeahdongcn/RSImageOptimPlugin/counters/views.png)](https://sourcegraph.com/github.com/yeahdongcn/RSImageOptimPlugin)\n[![Views in the last 24 hours](https://sourcegraph.com/api/repos/github.com/yeahdongcn/RSImageOptimPlugin/counters/views-24h.png)](https://sourcegraph.com/github.com/yeahdongcn/RSImageOptimPlugin)\n\nXcode plugin to optimize images using [ImageOptim](https://github.com/pornel/ImageOptim).\n\n![menu](https://raw.githubusercontent.com/yeahdongcn/RSImageOptimPlugin/master/RSImageOptimPlugin-screenshot@2x.png)\n\n![ImageOptim](https://raw.githubusercontent.com/yeahdongcn/RSImageOptimPlugin/master/ImageOptim-screenshot@2x.png)\n\n##TODO\n\n##Requirements\n\nXcode 5.0+ on OS X 10.9+.\n\n##Installation\n\n#### [Alcatraz](https://github.com/supermarin/Alcatraz)\n\n* [Alcatraz](https://github.com/supermarin/Alcatraz) is the recommended method of installing this plugin.\n* Relaunch Xcode.\n\n#### Build from Source\n\n* Build the Xcode project. The plug-in will automatically be installed in `~/Library/Application Support/Developer/Shared/Xcode/Plug-ins`. \n* Relaunch Xcode.\n\nTo uninstall, just remove the plugin from `~/Library/Application Support/Developer/Shared/Xcode/Plug-ins` and restart Xcode.\n\n## How does it work?\n\nAll the commands are laid at the bottom of the menu `File`.\n\n* Use the menu `ImageOptim` to optimize all images in the workspace immediately.\n* Use the menu `Enable Auto ImageOptim` to toggle whether automatic optimization should be enabled. Once this has been enabled, `ImageOptim` will be launched automatically to optimize the new added image files. \n\n##Thanks\n\nThanks [Pornel](https://github.com/pornel)'s open source GUI image optimizer for Mac [ImageOptim](https://imageoptim.com).\n\n##License\n\n    The MIT License (MIT)\n\n    Copyright (c) 2012-2014 P.D.Q.\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy of\n    this software and associated documentation files (the \"Software\"), to deal in\n    the Software without restriction, including without limitation the rights to\n    use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\n    the Software, and to permit persons to whom the Software is furnished to do so,\n    subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in all\n    copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\n    FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\n    COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n    IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n    CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeahdongcn%2Frsimageoptimplugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeahdongcn%2Frsimageoptimplugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeahdongcn%2Frsimageoptimplugin/lists"}