{"id":18187802,"url":"https://github.com/uhooi/iosdc2020-talk-sample","last_synced_at":"2025-07-12T14:34:35.293Z","repository":{"id":48423398,"uuid":"291185366","full_name":"uhooi/iOSDC2020-Talk-Sample","owner":"uhooi","description":"iOSDC 2020「GitHub ActionsでiOSアプリをCIする個人的ベストプラクティス」レギュラートークのサンプルリポジトリ","archived":false,"fork":false,"pushed_at":"2021-07-27T05:49:34.000Z","size":198,"stargazers_count":37,"open_issues_count":1,"forks_count":34,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T03:34:30.795Z","etag":null,"topics":["ci","github","github-actions","ios","iosdc"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/uhooi.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":"2020-08-29T02:24:44.000Z","updated_at":"2024-05-13T04:56:44.000Z","dependencies_parsed_at":"2022-08-24T09:43:11.554Z","dependency_job_id":null,"html_url":"https://github.com/uhooi/iOSDC2020-Talk-Sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uhooi/iOSDC2020-Talk-Sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uhooi%2FiOSDC2020-Talk-Sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uhooi%2FiOSDC2020-Talk-Sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uhooi%2FiOSDC2020-Talk-Sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uhooi%2FiOSDC2020-Talk-Sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uhooi","download_url":"https://codeload.github.com/uhooi/iOSDC2020-Talk-Sample/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uhooi%2FiOSDC2020-Talk-Sample/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265003939,"owners_count":23696326,"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":["ci","github","github-actions","ios","iosdc"],"created_at":"2024-11-03T02:03:23.620Z","updated_at":"2025-07-12T14:34:35.274Z","avatar_url":"https://github.com/uhooi.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iOSDC2020-Talk-Sample\n\n## 概要\n\niOSDC 2020「GitHub ActionsでiOSアプリをCIする個人的ベストプラクティス」レギュラートーク（以下、単に「トーク」と呼ぶ）のサンプルリポジトリです。\n\nトークはハンズオン形式です。  \n本リポジトリを使って実際に手を動かすと、より楽しめます。\n\n## 本リポジトリの使い方\n\n本リポジトリの `main` ブランチには、ビルドが通るiOSアプリのソースのみ含まれています。  \nGitHub Actionsのワークフローを作成し、みなさんの手で本リポジトリのCI環境を構築してください！\n\n1. 本リポジトリをフォークします。  \n![](./Docs/Images/Fork.png)\n\n2. 以下を参考にしてフォークしたリポジトリのワークフローを有効にします。  \nhttps://github.com/uhooi/iOSDC2020-Article-Sample#ci\n\n3. トークに沿って `.github/workflows/main.yml` を作成し、コミットしてプッシュします。  \n自分で実装するのが手間な人は `answer` ブランチからコピペしてください。  \nhttps://github.com/uhooi/iOSDC2020-Talk-Sample/blob/answer/.github/workflows/main.yml\n\n4. プッシュをトリガー（きっかけ）にCIが実行されるので、「Actions」タブから結果を確認します。  \n![](./Docs/Images/Actions.png)  \n\n5. CIが成功していればOKです！\n\n## 参考リンク\n\n- [GitHub ActionsでiOSアプリをCIする個人的ベストプラクティス by uhooi | トーク | iOSDC Japan 2020 - fortee.jp](https://fortee.jp/iosdc-japan-2020/proposal/aff7d899-f92e-4342-ae24-fde1ae4cf799)\n- [iOSDC 2020「GitHub ActionsでiOSアプリをCIする個人的ベストプラクティス」パンフレット記事の補足資料](https://gist.github.com/uhooi/4e4844e7e7f6c7ed1caca60112c1f539)\n- [actions/cache: Cache dependencies and build outputs in GitHub Actions](https://github.com/actions/cache)\n- [norio-nomura/action-swiftlint: GitHub Action for SwiftLint](https://github.com/norio-nomura/action-swiftlint)\n\n## お問い合わせ\n\nハンズオンに行き詰まった、CIが失敗するなどの理由で問い合わせたい場合、Twitterの [@the_uhooi](https://twitter.com/the_uhooi) までご連絡ください。  \nまたは [Discussions](https://github.com/uhooi/iOSDC2020-Talk-Sample/discussions) にご投稿ください。\n\n## おわりに\n\n頑張ってサンプルリポジトリを作ったので、スターください！\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuhooi%2Fiosdc2020-talk-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuhooi%2Fiosdc2020-talk-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuhooi%2Fiosdc2020-talk-sample/lists"}