Update fastlane

This commit is contained in:
Igor Kislyuk 2018-04-02 19:24:13 +03:00
parent a0c3570144
commit 2b36f2d8a0
2 changed files with 3 additions and 3 deletions

View File

@ -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
end

View File

@ -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}}'