Working on app crash
Showing
... | ... | @@ -6,22 +6,15 @@ use_frameworks! |
workspace '1Weather' | ||
#Shared pods | ||
def shared_pods | ||
#Core pods | ||
def core_pods | ||
pod 'XMLCoder', '~> 0.12.0' | ||
pod 'Localize-Swift' | ||
pod 'Firebase/Crashlytics' | ||
pod 'MoEngage-iOS-SDK' | ||
pod 'AppsFlyerFramework' | ||
pod 'Firebase/RemoteConfig' | ||
pod 'GoogleUtilities' | ||
# If updating the podspec, make sure to add a tag and push it to origin | ||
pod 'Swarm', :git => 'git@gitlab.pinsightmedia.com:oneweather/wdt-skywisetilekit-ios.git', :branch => 'develop' | ||
# Analytics | ||
pod 'Flurry-iOS-SDK/FlurrySDK' | ||
# Recommended: Add the Firebase pod for Google Analytics | ||
pod 'Firebase/Analytics' | ||
end | ||
#Ad pods | ||
... | ... | @@ -35,12 +28,25 @@ def ad_pods |
pod 'GoogleMobileAdsMediationMoPub' | ||
end | ||
#Application | ||
target '1Weather' do | ||
shared_pods | ||
#Analytics | ||
def analytics_pods | ||
pod 'MoEngage-iOS-SDK' | ||
pod 'AppsFlyerFramework' | ||
pod 'Flurry-iOS-SDK/FlurrySDK' | ||
# Recommended: Add the Firebase pod for Google Analytics | ||
pod 'GoogleUtilities' | ||
pod 'Firebase/Crashlytics' | ||
pod 'Firebase/Analytics' | ||
end | ||
target 'OneWeatherAnalytics' do | ||
project 'OneWeatherAnalytics/OneWeatherAnalytics.project' | ||
analytics_pods | ||
ad_pods | ||
# Pods for 1Weather | ||
end | ||
#Application | ||
def application_pods | ||
pod 'SnapKit' | ||
pod 'BezierKit' | ||
pod 'lottie-ios' | ||
... | ... | @@ -49,23 +55,48 @@ target '1Weather' do |
pod 'PKHUD', '~> 5.0' | ||
end | ||
target '1Weather' do | ||
core_pods | ||
ad_pods | ||
analytics_pods | ||
application_pods | ||
end | ||
#Core | ||
target 'OneWeatherCore' do | ||
project 'OneWeatherCore/OneWeatherCore.project' | ||
shared_pods | ||
analytics_pods | ||
core_pods | ||
end | ||
#CoreDataStorage | ||
target 'CoreDataStorage' do | ||
project 'CoreDataStorage/CoreDataStorage.project' | ||
core_pods | ||
end | ||
#BlendFIPSSource | ||
target 'BlendFIPSSource' do | ||
project 'BlendFIPS/BlendFIPSSource.project' | ||
core_pods | ||
end | ||
#BlendHealthSource | ||
target 'BlendHealthSource' do | ||
project 'BlendHealthSource/BlendHealthSource.project' | ||
core_pods | ||
end | ||
#DelayedSaveStorage | ||
target 'DelayedSaveStorage' do | ||
project 'DelayedSaveStorage/DelayedSaveStorage.project' | ||
core_pods | ||
end | ||
#WDTSource | ||
target 'WDTWeatherSource' do | ||
project 'WDTWeatherSource/WDTWeatherSource.project' | ||
shared_pods | ||
end | ||
#Analytics | ||
target 'OneWeatherAnalytics' do | ||
project 'OneWeatherAnalytics/OneWeatherAnalytics.project' | ||
shared_pods | ||
ad_pods | ||
core_pods | ||
end | ||
target 'OneWeatherNotificationServiceExtension' do | ||
... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment