{"id":17090857,"url":"https://github.com/phimage/xprojup","last_synced_at":"2025-08-20T18:40:12.432Z","repository":{"id":62763093,"uuid":"562319203","full_name":"phimage/xprojup","owner":"phimage","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-13T12:09:39.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T22:18:27.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/phimage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"phimage"}},"created_at":"2022-11-06T00:40:48.000Z","updated_at":"2024-09-09T23:24:06.000Z","dependencies_parsed_at":"2022-11-06T01:46:00.149Z","dependency_job_id":null,"html_url":"https://github.com/phimage/xprojup","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2Fxprojup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2Fxprojup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2Fxprojup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2Fxprojup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phimage","download_url":"https://codeload.github.com/phimage/xprojup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245128130,"owners_count":20565206,"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-14T13:56:54.943Z","updated_at":"2025-03-23T16:12:55.632Z","avatar_url":"https://github.com/phimage.png","language":"Swift","readme":"# xprojup\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://mit-license.org)\n[![Platform](http://img.shields.io/badge/platform-macOS_Linux-lightgrey.svg?style=flat)](https://developer.apple.com/resources/)\n[![Language](http://img.shields.io/badge/language-swift-orange.svg?style=flat)](https://developer.apple.com/swift)\n[![build](https://github.com/phimage/xprojup/actions/workflows/build.yml/badge.svg)](https://github.com/phimage/xprojup/actions/workflows/build.yml)\n[![Sponsor](https://img.shields.io/badge/Sponsor-%F0%9F%A7%A1-white.svg?style=flat)](https://github.com/sponsors/phimage)\n\nUpdate project files to latest Xcode needs to avoid warnings such as `⚠️ Update to recommanded settings`\n\n## Usage\n\n```bash\n    xprojup /path/to/my.xcodeproj\n```\n\n```bash\n    xprojup --recursive /path/to/a/folder/that/contains/some/proj\n```\n\n💡 Current Xcode target version is `14.0` ie. `1400`\n\nYou could choose a specific versio using `--version \u003c4 digits\u003e`\n```bash\n    xprojup --xcode 1320 /path/to/my.xcodeproj\n```\n\n## Install\n\nJust download from release if any, or build it (and move it to `PATH`)\n\nor alternatively execute install script\n\n```bash\nsudo curl -sL https://phimage.github.io/xprojup/install.sh | bash\n```\n\n### On linux for dynamic binary\n\nSome dependencies lib must be installed if you install the dynamic binary\n\nso if you have not already added the swiftlang repo:\n\n```bash\ncurl -s https://archive.swiftlang.xyz/install.sh | sudo bash\n```\n\nthen you can install just the minimum package `slim` (or the full one see build chapter)\n\n```bash\nsudo apt install swiftlang-slim\n```\n\n#### current dependencies info for dynamic executable \n\nlinked to swift lib and os lib\n\n```bash\n$ ldd xprojup \n\tlinux-vdso.so.1 (0x00007ffe977fb000)\n\tlibswiftGlibc.so =\u003e /usr/lib/swift/linux/libswiftGlibc.so (0x00007fe95fcb7000)\n\tlibm.so.6 =\u003e /lib/x86_64-linux-gnu/libm.so.6 (0x00007fe95fb61000)\n\tlibpthread.so.0 =\u003e /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fe95fb3e000)\n\tlibutil.so.1 =\u003e /lib/x86_64-linux-gnu/libutil.so.1 (0x00007fe95fb39000)\n\tlibdl.so.2 =\u003e /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fe95fb33000)\n\tlibFoundation.so =\u003e /usr/lib/swift/linux/libFoundation.so (0x00007fe95f28b000)\n\tlibswiftDispatch.so =\u003e /usr/lib/swift/linux/libswiftDispatch.so (0x00007fe95f259000)\n\tlibdispatch.so =\u003e /usr/lib/swift/linux/libdispatch.so (0x00007fe95f1f8000)\n\tlibBlocksRuntime.so =\u003e /usr/lib/swift/linux/libBlocksRuntime.so (0x00007fe95f1f3000)\n\tlibswift_Concurrency.so =\u003e /usr/lib/swift/linux/libswift_Concurrency.so (0x00007fe95f191000)\n\tlibswiftCore.so =\u003e /usr/lib/swift/linux/libswiftCore.so (0x00007fe95eb34000)\n\tlibc.so.6 =\u003e /lib/x86_64-linux-gnu/libc.so.6 (0x00007fe95e942000)\n\tlibstdc++.so.6 =\u003e /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fe95e75e000)\n\tlibgcc_s.so.1 =\u003e /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fe95e743000)\n\t/lib64/ld-linux-x86-64.so.2 (0x00007fe95fded000)\n\tlibicuucswift.so.65 =\u003e /usr/lib/swift/linux/libicuucswift.so.65 (0x00007fe95e540000)\n\tlibicui18nswift.so.65 =\u003e /usr/lib/swift/linux/libicui18nswift.so.65 (0x00007fe95e226000)\n\tlibrt.so.1 =\u003e /lib/x86_64-linux-gnu/librt.so.1 (0x00007fe95e21c000)\n\tlibicudataswift.so.65 =\u003e /usr/lib/swift/linux/libicudataswift.so.65 (0x00007fe95c769000)\n\n$ du -sh /usr/lib/swift/\n124M\t/usr/lib/swift/\n```\n\n## Build yourself\n\n```bash\nswift build -c release\n```\n\nor if we want without swift runtime dependencies (ie static executable)\n\n```bash\nswift build -c release -Xswiftc -static-executable\n```\n\n### Install swift on linux (needed to build)\n\n#### Download from \n\n[Swift official website](https://www.swift.org/download/)\n\n#### Download with apt on swiftlang.xyz\n\n```bash\ncurl -s https://archive.swiftlang.xyz/install.sh | sudo bash\n```\n\nThen install the full swiftlang package to install `swift` command\n\n```bash\nsudo apt install swiftlang\n```\n\n#### or use swiftenv\n","funding_links":["https://github.com/sponsors/phimage"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphimage%2Fxprojup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphimage%2Fxprojup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphimage%2Fxprojup/lists"}