{"id":19320233,"url":"https://github.com/jlyonsmith/app-tools","last_synced_at":"2025-04-22T18:30:32.343Z","repository":{"id":62553446,"uuid":"50309878","full_name":"jlyonsmith/app-tools","owner":"jlyonsmith","description":"Tools for building mobile apps on iOS","archived":false,"fork":false,"pushed_at":"2017-02-02T04:35:58.000Z","size":74,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-31T13:39:22.665Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jlyonsmith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-24T21:47:52.000Z","updated_at":"2016-10-26T22:09:20.000Z","dependencies_parsed_at":"2022-11-03T04:15:49.976Z","dependency_job_id":null,"html_url":"https://github.com/jlyonsmith/app-tools","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlyonsmith%2Fapp-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlyonsmith%2Fapp-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlyonsmith%2Fapp-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlyonsmith%2Fapp-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jlyonsmith","download_url":"https://codeload.github.com/jlyonsmith/app-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223902651,"owners_count":17222406,"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-11-10T01:27:57.006Z","updated_at":"2024-11-10T01:27:57.664Z","avatar_url":"https://github.com/jlyonsmith.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mobile App Tools\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'app-tools'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install app-tools\n\n## The Tools\n\n### xcarchive2ipa\n\nThis tool creates IPA files that are valid for uploading to iTunesConnect.  The `xcodebuild` tools is supposed to this functionality but currently the IPA files that it generates have no `SwiftSupport` directory and the symbols are not in the correct `.symbols` format that iTunesConnect requires.\n\nThis tool is a Ruby implementation of the relevant section of the [CaveJohnson xcodeGUITricks command](https://github.com/drewcrawford/CaveJohnson/blob/master/cavejohnson/__init__.py#L84).\n\nJust pass the tool the name of the `.xcarchive` file and it will generate a `.ipa` file next to it.  It returns the full name of the output file so you easily can pass that to the next step in your build script.\n\n```bash\n\u003e xcarchive2ipa MyApp.xcarchive\nMyApp.ipa\n```\n\n## Development\n\nAfter checking out the repo, run `bundle install` to install dependencies. Then, run `rake` to run the tests.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/jlyonsmith/xcarchive2ipa.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlyonsmith%2Fapp-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjlyonsmith%2Fapp-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlyonsmith%2Fapp-tools/lists"}