Update fastlane
This commit is contained in:
parent
a0c3570144
commit
2b36f2d8a0
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}}'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue