@@ -16,9 +16,12 @@ s.ios.resource_bundle = {'CleverTapSDK' => ['CleverTapSDK/**/*.{png,xib,ht
1616s . ios . deployment_target = '9.0'
1717s . ios . source_files = 'CleverTapSDK/**/*.{h,m,swift}'
1818s . ios . exclude_files = 'CleverTapSDK/include/**/*.h'
19- s . ios . public_header_files = 'CleverTapSDK/CleverTap.h' , 'CleverTapSDK/CleverTap+SSLPinning.h' , 'CleverTapSDK/CleverTap+Inbox.h' , 'CleverTapSDK/CleverTapInstanceConfig.h' , 'CleverTapSDK/CleverTapBuildInfo.h' , 'CleverTapSDK/CleverTapEventDetail.h' , 'CleverTapSDK/CleverTapInAppNotificationDelegate.h' , 'CleverTapSDK/CleverTapSyncDelegate.h' , 'CleverTapSDK/CleverTapTrackedViewController.h' , 'CleverTapSDK/CleverTapUTMDetail.h' , 'CleverTapSDK/CleverTapJSInterface.h' , 'CleverTapSDK/CleverTap+DisplayUnit.h' , 'CleverTapSDK/CleverTap+FeatureFlags.h' , 'CleverTapSDK/CleverTap+ProductConfig.h' , 'CleverTapSDK/CleverTapPushNotificationDelegate.h' , 'CleverTapSDK/CleverTapURLDelegate.h' , 'CleverTapSDK/CleverTap+InAppNotifications.h' , 'CleverTapSDK/CleverTap+SCDomain.h' , 'CleverTapSDK/CleverTap+PushPermission.h' , 'CleverTapSDK/InApps/CTLocalInApp.h' , 'CleverTapSDK/CleverTap+CTVar.h' , 'CleverTapSDK/ProductExperiences/CTVar.h' , 'CleverTapSDK/LeanplumCT.h' , 'CleverTapSDK/InApps/CustomTemplates/CTInAppTemplateBuilder.h' , 'CleverTapSDK/InApps/CustomTemplates/CTAppFunctionBuilder.h' , 'CleverTapSDK/InApps/CustomTemplates/CTTemplatePresenter.h' , 'CleverTapSDK/InApps/CustomTemplates/CTTemplateProducer.h' , 'CleverTapSDK/InApps/CustomTemplates/CTCustomTemplateBuilder.h' , 'CleverTapSDK/InApps/CustomTemplates/CTCustomTemplate.h' , 'CleverTapSDK/InApps/CustomTemplates/CTTemplateContext.h' , 'CleverTapSDK/InApps/CustomTemplates/CTCustomTemplatesManager.h' , 'CleverTapSDK/InApps/CustomTemplates/CTJsonTemplateProducer.h'
19+ s . ios . public_header_files = 'CleverTapSDK/CleverTap.h' , 'CleverTapSDK/CleverTap+SSLPinning.h' , 'CleverTapSDK/CleverTap+Inbox.h' , 'CleverTapSDK/CleverTapInstanceConfig.h' , 'CleverTapSDK/CleverTapBuildInfo.h' , 'CleverTapSDK/CleverTapEventDetail.h' , 'CleverTapSDK/CleverTapInAppNotificationDelegate.h' , 'CleverTapSDK/CleverTapSyncDelegate.h' , 'CleverTapSDK/CleverTapTrackedViewController.h' , 'CleverTapSDK/CleverTapUTMDetail.h' , 'CleverTapSDK/CleverTapJSInterface.h' , 'CleverTapSDK/CleverTap+DisplayUnit.h' , 'CleverTapSDK/CleverTap+FeatureFlags.h' , 'CleverTapSDK/CleverTap+ProductConfig.h' , 'CleverTapSDK/CleverTapPushNotificationDelegate.h' , 'CleverTapSDK/CleverTapURLDelegate.h' , 'CleverTapSDK/CleverTap+InAppNotifications.h' , 'CleverTapSDK/CleverTap+SCDomain.h' , 'CleverTapSDK/CleverTap+PushPermission.h' , 'CleverTapSDK/InApps/CTLocalInApp.h' , 'CleverTapSDK/CleverTap+CTVar.h' , 'CleverTapSDK/ProductExperiences/CTVar.h' , 'CleverTapSDK/LeanplumCT.h' , 'CleverTapSDK/InApps/CustomTemplates/CTInAppTemplateBuilder.h' , 'CleverTapSDK/InApps/CustomTemplates/CTAppFunctionBuilder.h' , 'CleverTapSDK/InApps/CustomTemplates/CTTemplatePresenter.h' , 'CleverTapSDK/InApps/CustomTemplates/CTTemplateProducer.h' , 'CleverTapSDK/InApps/CustomTemplates/CTCustomTemplateBuilder.h' , 'CleverTapSDK/InApps/CustomTemplates/CTCustomTemplate.h' , 'CleverTapSDK/InApps/CustomTemplates/CTTemplateContext.h' , 'CleverTapSDK/InApps/CustomTemplates/CTCustomTemplatesManager.h' , 'CleverTapSDK/InApps/CustomTemplates/CTJsonTemplateProducer.h' ,
20+ 'CleverTapSDK/InApps/CTInAppStore.h' ,
21+ 'CleverTapSDK/CTSwitchUserDelegate.h' ,
22+ 'CleverTapSDK/InApps/InAppsScheduler/*.h'
2023s . tvos . deployment_target = '9.0'
21- s . tvos . source_files = 'CleverTapSDK/*.{h,m,swift}' , 'CleverTapSDK/Encryption/*.{h,m,swift}' , 'CleverTapSDK/FileDownload/*.{h,m}' , 'CleverTapSDK/ProductConfig/**/*.{h,m}' , 'CleverTapSDK/FeatureFlags/**/*.{h,m}' , 'CleverTapSDK/ProductExperiences/*.{h,m}' , 'CleverTapSDK/Swizzling/*.{h,m}' , 'CleverTapSDK/Session/*.{h,m}' , 'CleverTapSDK/EventDatabase/*.{h,m}'
24+ s . tvos . source_files = 'CleverTapSDK/*.{h,m,swift}' , 'CleverTapSDK/Encryption/*.{h,m,swift}' , 'CleverTapSDK/FileDownload/*.{h,m}' , 'CleverTapSDK/ProductConfig/**/*.{h,m}' , 'CleverTapSDK/FeatureFlags/**/*.{h,m}' , 'CleverTapSDK/ProductExperiences/*.{h,m}' , 'CleverTapSDK/Swizzling/*.{h,m}' , 'CleverTapSDK/Session/*.{h,m}' , 'CleverTapSDK/EventDatabase/*.{h,m}' , 'CleverTapSDK/Validation/*.{h,m,swift}' , 'CleverTapSDK/Validation/Core/*.{h,m,swift}' , 'CleverTapSDK/Validation/Validators/*.{h,m,swift}' , 'CleverTapSDK/Profile/*.{h,m,swift}'
2225s . tvos . exclude_files = 'CleverTapSDK/include/**/*.h' , 'CleverTapSDK/CleverTapJSInterface.{h,m}' , 'CleverTapSDK/CTInAppNotification.{h,m}' , 'CleverTapSDK/CTNotificationButton.{h,m}' , 'CleverTapSDK/CTNotificationAction.{h,m}' , 'CleverTapSDK/CTPushPrimerManager.{h,m}' , 'CleverTapSDK/InApps/*.{h,m}' , 'CleverTapSDK/InApps/**/*.{h,m}' , 'CleverTapSDK/CTInAppFCManager.{h,m}' , 'CleverTapSDK/CTInAppDisplayViewController.{h,m}' , 'CleverTapSDK/CTContentFetchManager.{h,m}'
2326s . tvos . public_header_files = 'CleverTapSDK/CleverTap.h' , 'CleverTapSDK/CleverTap+SSLPinning.h' , 'CleverTapSDK/CleverTapInstanceConfig.h' , 'CleverTapSDK/CleverTapBuildInfo.h' , 'CleverTapSDK/CleverTapEventDetail.h' , 'CleverTapSDK/CleverTapSyncDelegate.h' , 'CleverTapSDK/CleverTapTrackedViewController.h' , 'CleverTapSDK/CleverTapUTMDetail.h' , 'CleverTapSDK/CleverTap+FeatureFlags.h' , 'CleverTapSDK/CleverTap+ProductConfig.h' , 'CleverTapSDK/CleverTap+CTVar.h' , 'CleverTapSDK/ProductExperiences/CTVar.h'
2427end
0 commit comments