Podfile changes
Showing
... | ... | @@ -8,6 +8,7 @@ workspace '1Weather' |
#Shared pods | ||
def shared_pods | ||
pod 'XMLCoder', '~> 0.12.0' | ||
pod 'Localize-Swift' | ||
pod 'Firebase/Crashlytics' | ||
pod 'GoogleUtilities' | ||
... | ... | @@ -46,14 +47,13 @@ end |
#Core | ||
target 'OneWeatherCore' do | ||
project 'OneWeatherCore/OneWeatherCore.project' | ||
pod 'XMLCoder', '~> 0.12.0' | ||
shared_pods | ||
end | ||
#WDTSource | ||
target 'WDTWeatherSource' do | ||
project 'WDTWeatherSource/WDTWeatherSource.project' | ||
pod 'XMLCoder', '~> 0.12.0' | ||
shared_pods | ||
end | ||
target 'OneWeatherNotificationServiceExtension' do | ||
... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment