From 2b36f2d8a051c26a96b4eaae27b17fce90751036 Mon Sep 17 00:00:00 2001 From: Igor Kislyuk Date: Mon, 2 Apr 2018 19:24:13 +0300 Subject: [PATCH] Update fastlane --- sources/fastlane/Fastfile | 4 ++-- templates/Podfile.mustache | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/fastlane/Fastfile b/sources/fastlane/Fastfile index 97d3d2c..dcba894 100644 --- a/sources/fastlane/Fastfile +++ b/sources/fastlane/Fastfile @@ -1,4 +1,4 @@ -import_from_git(url: 'git@github.com:TouchInstinct/BuildScripts.git', path: 'xcode/commonFastfile') +import "../build-scripts/xcode/commonFastfile" lane :StandardDebug do |options| buildConfiguration(options) @@ -14,4 +14,4 @@ end lane :EnterpriseRelease do |options| buildConfiguration(options) -end \ No newline at end of file +end diff --git a/templates/Podfile.mustache b/templates/Podfile.mustache index 9788b22..2c41729 100755 --- a/templates/Podfile.mustache +++ b/templates/Podfile.mustache @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs' -source "https://github.com/TouchInstinct/Podspecs.git" +source 'https://github.com/TouchInstinct/Podspecs.git' platform :ios, '{{deployment_target}}'