Skip to content

Instantly share code, notes, and snippets.

Ryo Iida (hereinafter referred to as "we") has established the following privacy policy (hereinafter referred to as "this policy") regarding the handling of information (hereinafter referred to as "user information"), including personal information about users of the services we provide (hereinafter referred to as "users").

This policy, together with the privacy policy, terms of use and other related rules set forth for each service we provide, shall apply to all services we provide (hereinafter referred to as "Services").

1.Information to be obtained and the method of obtaining it

The user information we obtain is as follows, depending on the method of obtaining it.

(1) Information to be obtained directly from the user We will obtain the following information from users in order to use the Service.

飯田諒(以下「当方」という)は、当方の提供するサービスの利用者(以下「ユーザー」という)に関する個人情報を含んだ情報(以下「ユーザー情報」という)の取扱いについて、以下のとおりプライバシーポリシー(以下「本ポリシー」という)を定めます。

本ポリシーは、当方が提供する各種サービスごとに定めるプライバシーポリシーおよび利用規約、その他関連する規程とともに、当方が提供する全てのサービス(以下「本サービス」という)に適用されるものとします。

1.取得する情報およびその取得方法

当方が取得するユーザー情報は、その取得方法に応じて、以下のとおりとなります。

(1)ユーザーから直接取得する情報 当方は、本サービスの利用にあたって、ユーザーから以下の情報を取得します。

Getting Started


まずは、ディレクトリを作って、そこにxcworkspaceを追加する。 xcodeを一回閉じて、また開く。 この辺りでgit initをしておく(これをしないと、carthage updateをするときにエラーになってしまう) xcodeからnew projectでApp Coreを追加。追加したディレクトリを選択して、targetは先ほど追加したxcworkspace。 App CoreのDeployment Targetは低めに。なぜなら、App Coreを参照する他のプロジェクトはApp Coreよりも上のバージョンをdeployment targetにしないといけないから。

import Mew via Carthage