{"id":18187820,"url":"https://github.com/uhooi/iosdc2020-article-sample","last_synced_at":"2025-04-02T03:31:25.420Z","repository":{"id":42443308,"uuid":"284039078","full_name":"uhooi/iOSDC2020-Article-Sample","owner":"uhooi","description":"iOSDC 2020「GitHub ActionsでiOSアプリをCIする個人的ベストプラクティス」パンフレット記事のサンプルリポジトリ","archived":false,"fork":false,"pushed_at":"2022-07-22T08:46:44.000Z","size":2501,"stargazers_count":9,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T08:11:32.470Z","etag":null,"topics":["ci","github","github-actions","ios","iosdc","swift"],"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-07-31T13:08:16.000Z","updated_at":"2025-02-01T10:44:37.000Z","dependencies_parsed_at":"2022-08-28T07:12:06.370Z","dependency_job_id":null,"html_url":"https://github.com/uhooi/iOSDC2020-Article-Sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uhooi%2FiOSDC2020-Article-Sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uhooi%2FiOSDC2020-Article-Sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uhooi%2FiOSDC2020-Article-Sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uhooi%2FiOSDC2020-Article-Sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uhooi","download_url":"https://codeload.github.com/uhooi/iOSDC2020-Article-Sample/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246750828,"owners_count":20827787,"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","swift"],"created_at":"2024-11-03T02:03:26.471Z","updated_at":"2025-04-02T03:31:24.206Z","avatar_url":"https://github.com/uhooi.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iOSDC2020-Article-Sample\n\n[![CI](https://github.com/uhooi/iOSDC2020-Article-Sample/workflows/CI/badge.svg)](https://github.com/uhooi/iOSDC2020-Article-Sample/actions?query=workflow%3ACI)\n\n## 概要\n\niOSDC 2020「GitHub ActionsでiOSアプリをCIする個人的ベストプラクティス」パンフレット記事のサンプルリポジトリです。\n\n## CI\n\n本リポジトリはGitHub ActionsでCIを実行しています。\nREADMEの上部にバッジを表示しているので、そこでCIの結果がわかり、クリックすることで詳細に飛べます。\n\nフォークしても動作するので、フォーク後に `master` ブランチへプッシュして試してみてください。\n\nただデフォルトではフォークしたリポジトリのワークフローが無効になっています。\nGitHubにログインして「Actions」タブから「I understand my workflows, go ahead and enable them」をクリックし、フォークしたリポジトリのワークフローを有効にする必要があります。\n![GitHubActionsForked](./Docs/Images/GitHubActionsForked.png)\n\n## 開発\n\n誰でもこのプロジェクトの開発環境を構築してデバッグできます。\n\n### 環境\n\nこのリポジトリの環境です。\n多少バージョンが異なっても同様の動作になると思います。\n\n- Xcode: 11.6\n- Swift: 5.2.4\n- rbenv: 1.1.2\n- Bundler: 2.1.4\n- Mint: 0.14.2\n\n### 開発環境の構築\n\n1. 以下をインストールします。\n\n- [Xcode](https://apps.apple.com/jp/app/xcode/id497799835?mt=12)\n- [rbenv](https://github.com/rbenv/rbenv)\n- [Bundler](https://github.com/rubygems/bundler)\n- [Mint](https://github.com/yonaskolb/Mint)\n\n2. このプロジェクトをクローンします。\n\n```\n$ git clone https://github.com/uhooi/iOSDC2020-Article-Sample.git\n$ cd iOSDC2020-Article-Sample\n```\n\n3. `make setup` を実行します。  \n開発環境の構築が完了すると、自動でXcodeが起動してワークスペースを開きます。\n\n### ヘルプ\n\n`make help` を実行すると、ヘルプを出力します。\n\n```\n$ make help\nsetup                      開発環境の構築\ninstall-bundler            Bundlerで管理しているライブラリのインストール\ninstall-mint               Mintで管理しているライブラリのインストール\ninstall-cocoapods          CocoaPodsで管理しているライブラリのインストールとワークスペースの生成\ninstall-carthage           Carthageで管理しているライブラリのインストール\ngenerate-xcodeproj         プロジェクトの生成\nopen                       ワークスペースをXcodeで開く\nbuild-debug                デバッグビルド\ntest                       単体テスト\n```\n\n## おわりに\n\nかなり頑張ってサンプルリポジトリを作ったので、スターください！\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuhooi%2Fiosdc2020-article-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuhooi%2Fiosdc2020-article-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuhooi%2Fiosdc2020-article-sample/lists"}