{"id":22122759,"url":"https://github.com/ekreative/xcode-build-tools","last_synced_at":"2025-07-25T14:31:05.513Z","repository":{"id":3112873,"uuid":"46561581","full_name":"ekreative/xcode-build-tools","owner":"ekreative","description":"A few bash scripts to help with building ios apps","archived":false,"fork":false,"pushed_at":"2022-07-06T19:18:30.000Z","size":501,"stargazers_count":21,"open_issues_count":11,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-17T09:53:25.221Z","etag":null,"topics":["xcode"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ekreative.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-20T12:48:38.000Z","updated_at":"2024-10-08T05:06:33.000Z","dependencies_parsed_at":"2022-08-07T03:00:05.046Z","dependency_job_id":null,"html_url":"https://github.com/ekreative/xcode-build-tools","commit_stats":null,"previous_names":["ekreative/ios-build-tools"],"tags_count":85,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekreative%2Fxcode-build-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekreative%2Fxcode-build-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekreative%2Fxcode-build-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekreative%2Fxcode-build-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ekreative","download_url":"https://codeload.github.com/ekreative/xcode-build-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227584513,"owners_count":17789704,"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":["xcode"],"created_at":"2024-12-01T15:27:38.966Z","updated_at":"2024-12-01T15:27:39.979Z","avatar_url":"https://github.com/ekreative.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xcode build tools\n\nA few scripts for our CI server\n\n[![Version](https://img.shields.io/npm/v/xcode-build-tools.svg)](https://www.npmjs.com/package/xcode-build-tools)\n[![License](https://img.shields.io/npm/l/xcode-build-tools.svg)](https://www.npmjs.com/package/xcode-build-tools)\n[![Build Status](https://travis-ci.org/ekreative/xcode-build-tools.svg?branch=master)](https://travis-ci.org/ekreative/xcode-build-tools)\n\nInstall with `npm install xcode-build-tools`\n\n## `add-keys`\n\n    Usage: add-keys [options]\n    \n    Creates a new Keychain and sets as the default. Imports keys and certificates to it and enables build tool access\n    \n    WARNING: Changes your default keychain\n    \n    Options:\n    \n    -h, --help                         output usage information\n    -V, --version                      output the version number\n    -k, --keychain-name \u003cname\u003e         Keychain Name - default APP_NAME\n    --timeout \u003ctimeout\u003e                Keychain password timeout - default 1 hour\n    --apple-cert \u003ccert\u003e                Apple WWDR certificate - default download from apple\n    --app-certs \u003ccert\u003e                 List of app sigining certificates - default APP_CER\n    --app-keys \u003ckey\u003e                   List app sigining keys - default APP_KEY\n    --app-key-passwords \u003cpass\u003e         App sigining key password or list of passwords - default KEY_PASSWORD\n    --provisioning-profiles \u003cprofile\u003e  Provisioning profiles - default PROVISIONING_PROFILE\n    --codesign \u003cprograms\u003e              Programs that should be able to use the certificates - default codesign, productbuild\n    \n## `remove-keys`\n\n    Usage: remove-keys [options]\n    \n    Delete a keychain and provisioning profiles\n    \n    Options:\n    \n    -h, --help                         output usage information\n    -V, --version                      output the version number\n    -k, --keychain-name \u003cname\u003e         Keychain Name - default APP_NAME\n    --provisioning-profiles \u003cprofile\u003e  Provisioning profiles - default PROVISIONING_PROFILE\n    \n## `create-ipa`\n    \n    Usage: create-ipa [options]\n    \n    Create an .ipa file from an .app\n    \n    Options:\n    \n    -h, --help                        output usage information\n    -V, --version                     output the version number\n    -k, --keychain-name \u003cname\u003e        Keychain Name - default APP_NAME\n    --developer-name \u003cname\u003e           Developer name to use - CODE_SIGN_IDENTITY\n    --ipa \u003cname\u003e                      Ipa file to create - default build/Release-iphoneos/$APP_NAME.ipa\n    --app \u003cname\u003e                      App file to convert - default build/Release-iphoneos/$APP_NAME.app\n    --provisioning-profile \u003cprofile\u003e  Provisioning profile - default PROVISIONING_PROFILE\n\n## `upload-ipa`\n\n    Usage: upload-ipa [options]\n    \n    Upload ipa file to testbuild.rocks and (optional) send a link to slack\n    \n    Options:\n    \n    -h, --help                     output usage information\n    -V, --version                  output the version number\n    -p, --project-id \u003cid\u003e          Project Id - default PROJECT_ID\n    --server \u003cname\u003e                Alternative server address\n    --ipa \u003cname\u003e                   Ipa file to upload - default build/Release-iphoneos/$APP_NAME.ipa\n    --key \u003ckey\u003e                    Test build rocks key - default TEST_BUILD_ROCKS_KEY\n    -s, --slack-hook \u003chook\u003e        Slack Hook - default SLACK_URL\n    -c, --slack-channel \u003cchannel\u003e  Slack Channel - default SLACK_CHANNEL\n    -m, --message \u003cmessage\u003e        Test build rocks message\n    \n## `upload-apk`\n\n    Usage: upload-apk [options]\n    \n    Upload apk file to testbuild.rocks and (optional) send a link to slack\n    \n    Options:\n    \n    -h, --help                     output usage information\n    -V, --version                  output the version number\n    -p, --project-id \u003cid\u003e          Project Id - default PROJECT_ID\n    --apk \u003cname\u003e                   Apk file to upload - default app/build/outputs/apk/app-release.apk\n    --key \u003ckey\u003e                    Test build rocks key - defaul tTEST_BUILD_ROCKS_KEY\n    -s, --slack-hook \u003chook\u003e        Slack Hook - default SLACK_URL\n    -c, --slack-channel \u003cchannel\u003e  Slack Channel - default SLACK_CHANNEL\n    -m, --message \u003cmessage\u003e        Test build rocks message\n\n## `create-release`\n\n    Usage: create-release [options]\n    \n    Create a new release on GitLab\n    \n    Options:\n    \n    -h, --help           output usage information\n    -V, --version        output the version number\n    --server \u003cserver\u003e    GitLab server\n    --token \u003ctoken\u003e      Api key\n    --project-id \u003cid\u003e    Project Id\n    --tag-name \u003ctag\u003e     Tag name\n    --ref \u003cref\u003e          Git ref\n    -n, --notes \u003cnotes\u003e  Release notes\n\n## Summary of env vars\n\n* `APP_NAME` - Name of the app to build eg \"Kidslox\"\n\nTo install keys\n\n* `PROVISIONING_PROFILE` - Location of provisioning profile\n* `APP_CER` - Location of your signing cert\n* `APP_KEY` - Location of the matching key\n* `KEY_PASSWORD` - Password to the signing key\n* `CODE_SIGN_IDENTITY` - Name of the developer eg 'iPhone Distribution: Developer'\n\nUpload builds\n\n* `TEST_BUILD_ROCKS_KEY` - API key for testbuild.rocks to upload\n* `PROJECT_ID` - Project id for testbuild.rocks\n\nGet slack notifications\n\n* `SLACK_URL` - Slack hook to notify of upload (or `SLACK_HOOK`)\n* `SLACK_CHANNEL` - Override the hook channel\n\nCreate  release\n\n* `GITLAB_API_TOKEN` - Token that gives access to the GitLab API to create a new release\n\nGitLab CI Variables used\n\n* `CI_PROJECT_ID` - GitLab project id\n* `CI_PROJECT_URL` - GitLab project url\n* `CI_COMMIT_SHA` - Current git commit\n* `CI_JOB_ID` - Current job number\n* `CI_COMMIT_REF_SLUG` - Current branch name (url friendly)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekreative%2Fxcode-build-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fekreative%2Fxcode-build-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekreative%2Fxcode-build-tools/lists"}