forked from mirrors/linphone-iphone
Podfile
This commit is contained in:
parent
b79287afef
commit
a85e4c9827
1 changed files with 14 additions and 0 deletions
14
Podfile
14
Podfile
|
|
@ -10,6 +10,20 @@ def basic_pods
|
|||
pod 'linphone-sdk/basic-frameworks', :path => ENV['PODFILE_PATH'] # loacl sdk
|
||||
end
|
||||
|
||||
crashlythics
|
||||
end
|
||||
|
||||
def ext_pods
|
||||
if ENV['PODFILE_PATH'].nil?
|
||||
pod 'linphone-sdk/app-extension-swift', '4.4'
|
||||
else
|
||||
pod 'linphone-sdk/app-extension-swift', :path => ENV['PODFILE_PATH'] # loacl sdk
|
||||
end
|
||||
|
||||
crashlythics
|
||||
end
|
||||
|
||||
def crashlythics
|
||||
if not ENV['USE_CRASHLYTHICS'].nil?
|
||||
# activate crashlythics
|
||||
pod 'Firebase/Core'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue