{"id":18036089,"url":"https://github.com/kjuly/scripts-xcode","last_synced_at":"2026-04-30T00:01:43.910Z","repository":{"id":268644685,"uuid":"724913344","full_name":"Kjuly/scripts-xcode","owner":"Kjuly","description":"Some common scripts that can be used as Xcode Run Script.","archived":false,"fork":false,"pushed_at":"2025-01-17T08:15:08.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-10T08:13:11.054Z","etag":null,"topics":["run-script","script","shell","swift","swiftlint","xcode"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/Kjuly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-29T03:28:17.000Z","updated_at":"2025-01-17T08:15:09.000Z","dependencies_parsed_at":"2024-12-18T04:12:46.273Z","dependency_job_id":"605caff7-81ad-4cfb-9f2d-dbe0cd92ecc2","html_url":"https://github.com/Kjuly/scripts-xcode","commit_stats":null,"previous_names":["kjuly/scripts-xcode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kjuly%2Fscripts-xcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kjuly%2Fscripts-xcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kjuly%2Fscripts-xcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kjuly%2Fscripts-xcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kjuly","download_url":"https://codeload.github.com/Kjuly/scripts-xcode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247264271,"owners_count":20910562,"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":["run-script","script","shell","swift","swiftlint","xcode"],"created_at":"2024-10-30T12:11:32.430Z","updated_at":"2026-04-30T00:01:38.867Z","avatar_url":"https://github.com/Kjuly.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scripts-xcode\n\nSome common scripts that can be used as Xcode Run Script.\n\n## Usage\n\nXcode Project -\u003e Choose Target -\u003e Build Phases -\u003e Add Run Script Phase.\n\nThen add the commend, e.g.:\n\n```shell\nSCRIPT_PATH=\"../scripts-xcode\"\nif [ -e $SCRIPT_PATH/swiftlint.sh ]; then\n  $SCRIPT_PATH/swiftlint.sh $SCRIPT_PATH\nelse\n  echo \"File not found for Run Script (Swift Lint).\"\nfi\n```\n\n## swiftlint.sh\n\n```markdown\n./scripts-xcode/swiftlint.sh [PATH_TO_PARENT_CONFIG]\n\nPATH_TO_PARENT_CONFIG:\n- Provide a path to a parent config file if needed.  \n- Leave it empty if you just need to use the .swiftlint.yml that located in the same folder of *.xcodeproj.\n```\n    \n## Troubleshoot\n\nIf the script is unexecutable, just open your terminal and use the commend below to make it executable:\n\n    $ chmod +x scripts-xcode/swiftlint.sh\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkjuly%2Fscripts-xcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkjuly%2Fscripts-xcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkjuly%2Fscripts-xcode/lists"}