From ecca70d8b1fb617917f5ea6c93f7585fef019684 Mon Sep 17 00:00:00 2001 From: Wasith Theerapattrathamrong Date: Tue, 25 Dec 2018 13:34:26 +0700 Subject: [PATCH] =?UTF-8?q?Add=20manual=20command=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 17d2eb8..417f69e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ If all it's ok you now could find your template in Xcode. Go to Application folder, browse to the Xcode application icon. Right-click it and choose 'Show Package Contents'. Then browse to: `Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/Project Templates/iOS/Application` and add "Module VIPER.xctemplate" file. Now you can find your template in Xcode. +Or use command `sudo cp -r Module\ VIPER.xctemplate "$(xcode-select -print-path)/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/Project Templates/iOS/Application"` in your terminal. + ## Easy to use ![](/assets/wizard.png)