{"id":1918,"url":"https://github.com/thecb4/MotherShip","last_synced_at":"2025-07-31T12:33:17.405Z","repository":{"id":84519836,"uuid":"116516608","full_name":"thecb4/MotherShip","owner":"thecb4","description":"iTunes Connect Library inspired by FastLane","archived":false,"fork":false,"pushed_at":"2018-06-03T12:24:21.000Z","size":204,"stargazers_count":75,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-15T00:20:01.025Z","etag":null,"topics":["ios","itunes-connect","itunesconnect","macos","swift","tvos","watchos"],"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/thecb4.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}},"created_at":"2018-01-06T21:24:18.000Z","updated_at":"2024-05-10T23:48:01.000Z","dependencies_parsed_at":"2023-03-02T04:30:32.215Z","dependency_job_id":null,"html_url":"https://github.com/thecb4/MotherShip","commit_stats":null,"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecb4%2FMotherShip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecb4%2FMotherShip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecb4%2FMotherShip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecb4%2FMotherShip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecb4","download_url":"https://codeload.github.com/thecb4/MotherShip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228248410,"owners_count":17891447,"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":["ios","itunes-connect","itunesconnect","macos","swift","tvos","watchos"],"created_at":"2024-01-05T20:15:58.975Z","updated_at":"2024-12-05T06:31:18.367Z","avatar_url":"https://github.com/thecb4.png","language":"Swift","funding_links":[],"categories":["SDK"],"sub_categories":["Unofficial","Other free courses"],"readme":"# Mothership\n\niTunes Connect Library inspired by [FastLane](https://github.com/fastlane/fastlane)\n\n[![version](https://img.shields.io/badge/version-0.4.1-green.svg)](https://github.com/thecb4/MotherShip/tree/0.5.1)\n![Swift](https://img.shields.io/badge/Swift-4.0-orange.svg)\n[![Build Status](https://travis-ci.org/thecb4/HyperSpace.svg?branch=master)](https://travis-ci.org/thecb4/MotherShip)\n![Platforms](https://img.shields.io/badge/platform-%20Linux%20|%20macOS%20|%20iOS%20|%20tvOS%20|%20watchOS%20-red.svg)\n[![Swift Package Manager compatible](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nI wrote MotherShip for two reasons.\n1.  love FastLane, but I am not proficient in [Ruby](https://www.ruby-lang.org/en/).\n2. I wanted to see how difficult it would be to write a port.\n\n## What can MotherShip do?\n1. Login to iTunesConnect\n2. Get list of Testers\n3. Get list of Groups\n4. Get list of Versions\n5. Get list of Builds\n6. Get App level Test Info\n7. Invite someone to test an app\n8. Update App level Test Information!\n9. Get Build Details\n10. Update Build Test Info\n\n```swift\n\nimport MotherShip\n\nlet firstName = \"C\"\nlet lastName  = \"B\"\nlet email     = \"info@thecb4.io\"\n\nlet tester = Tester(email: email, firstName: firstName, lastName: lastName)\n\nlet testFlight = TestFlight()\n\ntestFlight.login(with: creds)\n\nlet code = testFlight.invite(tester: tester, to: appInfo.appIdentifier, for: appInfo.teamIdentifier, groupName: appInfo.testGroup)\n\n```\n### To Do\n\n- [ ] Documentation\n- [x] Ability to update app info\n- [ ] Upload build\n- [ ] Code signing? Or just leave it up to Apple\n- [ ] Two-Factor Authentication?\n\n### There is a Command Line Interface for MotherShip.\n\n[MotherShip-CLI](https://github.com/thecb4/MotherShip-CLI)\n\n```zsh\n$ mothership login \u003cuser\u003e \u003cpassword\u003e\n$ mothership testflight invite \u003cemail\u003e \u003cfirst-name\u003e \u003clast-name\u003e \u003capp-id\u003e \u003cteam-id\u003e\n```\n\n## NOTE\nI've been working to get MotherShip to work on Linux, but there are open issues with URLSession using cookies that need to be resolved first [PR1542](https://github.com/apple/swift-corelibs-foundation/pull/1542)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecb4%2FMotherShip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecb4%2FMotherShip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecb4%2FMotherShip/lists"}