Skip to content

Commit

Permalink
Fixed install.swift
Browse files Browse the repository at this point in the history
Solved the problem with installing the project template
  • Loading branch information
bartleby committed Apr 10, 2019
1 parent 0356540 commit e53e990
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions install.swift
Original file line number Diff line number Diff line change
@@ -1,9 1,9 @@
//
// main.swift
// InstallVIPERTemplate
// Core-iOS-Application-Architecture
//
// Created by Juanpe Catalán on 17/02/2017.
// Copyright © 2017 Juanpe Catalán. All rights reserved.
// Created by Alexey Artemev on 29/03/2019
// Copyright © 2019 iDevs. All rights reserved.
//

import Foundation
Expand All @@ -17,8 17,8 @@ let homeDirectoryForCurrentUser = fileManager.homeDirectoryForCurrentUser.path
let currentPath = fileManager.currentDirectoryPath
let templatePath = "\(homeDirectoryForCurrentUser)/Library/Developer/Xcode/Templates/"

let projectDir = "Project Templates/iOS/iDevs.io"
let moduleDir = "File Templates/iDevs.io"
let projectDir = "Project Templates/"
let moduleDir = "File Templates/"

let sourceProjectPath = "\(currentPath)/\(projectDir)"
let sourceModulePath = "\(currentPath)/\(moduleDir)"
Expand Down

0 comments on commit e53e990

Please sign in to comment.