From 820089a7208616b8cc75dd7ed14e7fd85bd28b13 Mon Sep 17 00:00:00 2001 From: Ryo Izumi Date: Fri, 5 Jun 2020 10:52:17 +0900 Subject: [PATCH 1/2] Carthage support --- .../xcshareddata/xcschemes/Emojica.xcscheme | 77 +++++++++++++++++++ .../xcshareddata/IDEWorkspaceChecks.plist | 8 ++ 2 files changed, 85 insertions(+) create mode 100644 Emojica.xcodeproj/xcshareddata/xcschemes/Emojica.xcscheme create mode 100644 Emojica.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/Emojica.xcodeproj/xcshareddata/xcschemes/Emojica.xcscheme b/Emojica.xcodeproj/xcshareddata/xcschemes/Emojica.xcscheme new file mode 100644 index 0000000..837dbef --- /dev/null +++ b/Emojica.xcodeproj/xcshareddata/xcschemes/Emojica.xcscheme @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Emojica.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Emojica.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/Emojica.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + From e5e4ba471e3064b56341ac5f984b08ed441814f4 Mon Sep 17 00:00:00 2001 From: Ryo Izumi Date: Fri, 5 Jun 2020 10:59:35 +0900 Subject: [PATCH 2/2] Update README --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 318e6d3..57f5d85 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ ready to go. ## Installation -### CocoaPods +### [CocoaPods](https://guides.cocoapods.org/using/using-cocoapods.html) 1. Add the pod to your `Podfile`: @@ -66,6 +66,20 @@ ready to go. $ cd /Path/To/Your/Project/ && pod install ``` +### [Carthage](https://github.com/Carthage/Carthage) + +1. Add this to your `Cartfile`: + +``` +github "xoudini/emojica" +``` + +2. Navigate into your project directory and install/update: + + ```sh + $ cd /Path/To/Your/Project/ && carthage update + ``` + ###   Manual installation 1. Clone the repository, and drag `Emojica.xcodeproj` into your project