├── .gitignore ├── CHANGELOG.pdf ├── ComScore.podspec ├── ComScore └── ComScore.xcframework │ ├── Info.plist │ ├── _CodeSignature │ ├── CodeDirectory │ ├── CodeRequirements │ ├── CodeRequirements-1 │ ├── CodeResources │ └── CodeSignature │ ├── ios-arm64 │ └── ComScore.framework │ │ ├── ComScore │ │ ├── Headers │ │ ├── ComScore.h │ │ ├── SCORAnalytics+VCE.h │ │ ├── SCORAnalytics.h │ │ ├── SCORClientConfiguration+VCE.h │ │ ├── SCORClientConfiguration.h │ │ ├── SCORClientConfigurationBuilder+VCE.h │ │ ├── SCORClientConfigurationBuilder.h │ │ ├── SCORConfiguration+VCE.h │ │ ├── SCORConfiguration.h │ │ ├── SCORConfigurationDelegate.h │ │ ├── SCORConfigurationType.h │ │ ├── SCORCrossPublisherUniqueDeviceIdChangeDelegate.h │ │ ├── SCOREventInfo.h │ │ ├── SCORLiveTransmissionMode.h │ │ ├── SCORLogLevel.h │ │ ├── SCOROfflineCacheMode.h │ │ ├── SCORPartnerConfiguration.h │ │ ├── SCORPartnerConfigurationBuilder.h │ │ ├── SCORPublisherConfiguration.h │ │ ├── SCORPublisherConfigurationBuilder.h │ │ ├── SCORPublisherUniqueDeviceIdDelegate.h │ │ ├── SCORStreamingAdvertisementDeliveryType.h │ │ ├── SCORStreamingAdvertisementMetadata.h │ │ ├── SCORStreamingAdvertisementMetadataBuilder.h │ │ ├── SCORStreamingAdvertisementOwner.h │ │ ├── SCORStreamingAdvertisementType.h │ │ ├── SCORStreamingAnalytics.h │ │ ├── SCORStreamingAnalyticsProtocol.h │ │ ├── SCORStreamingAssetMetadata.h │ │ ├── SCORStreamingBaseAdvertisementMetadataBuilder.h │ │ ├── SCORStreamingBaseContentMetadataBuilder.h │ │ ├── SCORStreamingConfiguration.h │ │ ├── SCORStreamingConfigurationBuilder.h │ │ ├── SCORStreamingContentDeliveryAdvertisementCapability.h │ │ ├── SCORStreamingContentDeliveryComposition.h │ │ ├── SCORStreamingContentDeliveryMode.h │ │ ├── SCORStreamingContentDeliverySubscriptionType.h │ │ ├── SCORStreamingContentDistributionModel.h │ │ ├── SCORStreamingContentFeedType.h │ │ ├── SCORStreamingContentMediaFormat.h │ │ ├── SCORStreamingContentMetadata.h │ │ ├── SCORStreamingContentMetadataBuilder.h │ │ ├── SCORStreamingContentType.h │ │ ├── SCORStreamingDelegate.h │ │ ├── SCORStreamingExtendedAnalytics.h │ │ ├── SCORStreamingPublisherConfiguration.h │ │ ├── SCORStreamingStackedAdvertisementMetadata.h │ │ ├── SCORStreamingStackedAdvertisementMetadataBuilder.h │ │ ├── SCORStreamingStackedContentMetadata.h │ │ ├── SCORStreamingStackedContentMetadataBuilder.h │ │ ├── SCORStreamingState.h │ │ ├── SCORStreamingWindowState.h │ │ ├── SCORUsagePropertiesAutoUpdateMode.h │ │ └── SCORVCE.h │ │ ├── Info.plist │ │ ├── Modules │ │ └── module.modulemap │ │ └── PrivacyInfo.xcprivacy │ ├── ios-arm64_x86_64-simulator │ └── ComScore.framework │ │ ├── ComScore │ │ ├── Headers │ │ ├── ComScore.h │ │ ├── SCORAnalytics+VCE.h │ │ ├── SCORAnalytics.h │ │ ├── SCORClientConfiguration+VCE.h │ │ ├── SCORClientConfiguration.h │ │ ├── SCORClientConfigurationBuilder+VCE.h │ │ ├── SCORClientConfigurationBuilder.h │ │ ├── SCORConfiguration+VCE.h │ │ ├── SCORConfiguration.h │ │ ├── SCORConfigurationDelegate.h │ │ ├── SCORConfigurationType.h │ │ ├── SCORCrossPublisherUniqueDeviceIdChangeDelegate.h │ │ ├── SCOREventInfo.h │ │ ├── SCORLiveTransmissionMode.h │ │ ├── SCORLogLevel.h │ │ ├── SCOROfflineCacheMode.h │ │ ├── SCORPartnerConfiguration.h │ │ ├── SCORPartnerConfigurationBuilder.h │ │ ├── SCORPublisherConfiguration.h │ │ ├── SCORPublisherConfigurationBuilder.h │ │ ├── SCORPublisherUniqueDeviceIdDelegate.h │ │ ├── SCORStreamingAdvertisementDeliveryType.h │ │ ├── SCORStreamingAdvertisementMetadata.h │ │ ├── SCORStreamingAdvertisementMetadataBuilder.h │ │ ├── SCORStreamingAdvertisementOwner.h │ │ ├── SCORStreamingAdvertisementType.h │ │ ├── SCORStreamingAnalytics.h │ │ ├── SCORStreamingAnalyticsProtocol.h │ │ ├── SCORStreamingAssetMetadata.h │ │ ├── SCORStreamingBaseAdvertisementMetadataBuilder.h │ │ ├── SCORStreamingBaseContentMetadataBuilder.h │ │ ├── SCORStreamingConfiguration.h │ │ ├── SCORStreamingConfigurationBuilder.h │ │ ├── SCORStreamingContentDeliveryAdvertisementCapability.h │ │ ├── SCORStreamingContentDeliveryComposition.h │ │ ├── SCORStreamingContentDeliveryMode.h │ │ ├── SCORStreamingContentDeliverySubscriptionType.h │ │ ├── SCORStreamingContentDistributionModel.h │ │ ├── SCORStreamingContentFeedType.h │ │ ├── SCORStreamingContentMediaFormat.h │ │ ├── SCORStreamingContentMetadata.h │ │ ├── SCORStreamingContentMetadataBuilder.h │ │ ├── SCORStreamingContentType.h │ │ ├── SCORStreamingDelegate.h │ │ ├── SCORStreamingExtendedAnalytics.h │ │ ├── SCORStreamingPublisherConfiguration.h │ │ ├── SCORStreamingStackedAdvertisementMetadata.h │ │ ├── SCORStreamingStackedAdvertisementMetadataBuilder.h │ │ ├── SCORStreamingStackedContentMetadata.h │ │ ├── SCORStreamingStackedContentMetadataBuilder.h │ │ ├── SCORStreamingState.h │ │ ├── SCORStreamingWindowState.h │ │ ├── SCORUsagePropertiesAutoUpdateMode.h │ │ └── SCORVCE.h │ │ ├── Info.plist │ │ ├── Modules │ │ └── module.modulemap │ │ ├── PrivacyInfo.xcprivacy │ │ └── _CodeSignature │ │ └── CodeResources │ ├── tvos-arm64 │ └── ComScore.framework │ │ ├── ComScore │ │ ├── Headers │ │ ├── ComScore.h │ │ ├── SCORAnalytics.h │ │ ├── SCORClientConfiguration.h │ │ ├── SCORClientConfigurationBuilder.h │ │ ├── SCORConfiguration.h │ │ ├── SCORConfigurationDelegate.h │ │ ├── SCORConfigurationType.h │ │ ├── SCORCrossPublisherUniqueDeviceIdChangeDelegate.h │ │ ├── SCOREventInfo.h │ │ ├── SCORLiveTransmissionMode.h │ │ ├── SCORLogLevel.h │ │ ├── SCOROfflineCacheMode.h │ │ ├── SCORPartnerConfiguration.h │ │ ├── SCORPartnerConfigurationBuilder.h │ │ ├── SCORPublisherConfiguration.h │ │ ├── SCORPublisherConfigurationBuilder.h │ │ ├── SCORPublisherUniqueDeviceIdDelegate.h │ │ ├── SCORStreamingAdvertisementDeliveryType.h │ │ ├── SCORStreamingAdvertisementMetadata.h │ │ ├── SCORStreamingAdvertisementMetadataBuilder.h │ │ ├── SCORStreamingAdvertisementOwner.h │ │ ├── SCORStreamingAdvertisementType.h │ │ ├── SCORStreamingAnalytics.h │ │ ├── SCORStreamingAnalyticsProtocol.h │ │ ├── SCORStreamingAssetMetadata.h │ │ ├── SCORStreamingBaseAdvertisementMetadataBuilder.h │ │ ├── SCORStreamingBaseContentMetadataBuilder.h │ │ ├── SCORStreamingConfiguration.h │ │ ├── SCORStreamingConfigurationBuilder.h │ │ ├── SCORStreamingContentDeliveryAdvertisementCapability.h │ │ ├── SCORStreamingContentDeliveryComposition.h │ │ ├── SCORStreamingContentDeliveryMode.h │ │ ├── SCORStreamingContentDeliverySubscriptionType.h │ │ ├── SCORStreamingContentDistributionModel.h │ │ ├── SCORStreamingContentFeedType.h │ │ ├── SCORStreamingContentMediaFormat.h │ │ ├── SCORStreamingContentMetadata.h │ │ ├── SCORStreamingContentMetadataBuilder.h │ │ ├── SCORStreamingContentType.h │ │ ├── SCORStreamingDelegate.h │ │ ├── SCORStreamingExtendedAnalytics.h │ │ ├── SCORStreamingPublisherConfiguration.h │ │ ├── SCORStreamingStackedAdvertisementMetadata.h │ │ ├── SCORStreamingStackedAdvertisementMetadataBuilder.h │ │ ├── SCORStreamingStackedContentMetadata.h │ │ ├── SCORStreamingStackedContentMetadataBuilder.h │ │ ├── SCORStreamingState.h │ │ ├── SCORStreamingWindowState.h │ │ └── SCORUsagePropertiesAutoUpdateMode.h │ │ ├── Info.plist │ │ ├── Modules │ │ └── module.modulemap │ │ └── PrivacyInfo.xcprivacy │ └── tvos-arm64_x86_64-simulator │ └── ComScore.framework │ ├── ComScore │ ├── Headers │ ├── ComScore.h │ ├── SCORAnalytics.h │ ├── SCORClientConfiguration.h │ ├── SCORClientConfigurationBuilder.h │ ├── SCORConfiguration.h │ ├── SCORConfigurationDelegate.h │ ├── SCORConfigurationType.h │ ├── SCORCrossPublisherUniqueDeviceIdChangeDelegate.h │ ├── SCOREventInfo.h │ ├── SCORLiveTransmissionMode.h │ ├── SCORLogLevel.h │ ├── SCOROfflineCacheMode.h │ ├── SCORPartnerConfiguration.h │ ├── SCORPartnerConfigurationBuilder.h │ ├── SCORPublisherConfiguration.h │ ├── SCORPublisherConfigurationBuilder.h │ ├── SCORPublisherUniqueDeviceIdDelegate.h │ ├── SCORStreamingAdvertisementDeliveryType.h │ ├── SCORStreamingAdvertisementMetadata.h │ ├── SCORStreamingAdvertisementMetadataBuilder.h │ ├── SCORStreamingAdvertisementOwner.h │ ├── SCORStreamingAdvertisementType.h │ ├── SCORStreamingAnalytics.h │ ├── SCORStreamingAnalyticsProtocol.h │ ├── SCORStreamingAssetMetadata.h │ ├── SCORStreamingBaseAdvertisementMetadataBuilder.h │ ├── SCORStreamingBaseContentMetadataBuilder.h │ ├── SCORStreamingConfiguration.h │ ├── SCORStreamingConfigurationBuilder.h │ ├── SCORStreamingContentDeliveryAdvertisementCapability.h │ ├── SCORStreamingContentDeliveryComposition.h │ ├── SCORStreamingContentDeliveryMode.h │ ├── SCORStreamingContentDeliverySubscriptionType.h │ ├── SCORStreamingContentDistributionModel.h │ ├── SCORStreamingContentFeedType.h │ ├── SCORStreamingContentMediaFormat.h │ ├── SCORStreamingContentMetadata.h │ ├── SCORStreamingContentMetadataBuilder.h │ ├── SCORStreamingContentType.h │ ├── SCORStreamingDelegate.h │ ├── SCORStreamingExtendedAnalytics.h │ ├── SCORStreamingPublisherConfiguration.h │ ├── SCORStreamingStackedAdvertisementMetadata.h │ ├── SCORStreamingStackedAdvertisementMetadataBuilder.h │ ├── SCORStreamingStackedContentMetadata.h │ ├── SCORStreamingStackedContentMetadataBuilder.h │ ├── SCORStreamingState.h │ ├── SCORStreamingWindowState.h │ └── SCORUsagePropertiesAutoUpdateMode.h │ ├── Info.plist │ ├── Modules │ └── module.modulemap │ ├── PrivacyInfo.xcprivacy │ └── _CodeSignature │ └── CodeResources ├── DataSharingAgreement.pdf ├── Example ├── HelloWorld-tvOS │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets │ │ ├── App Icon & Top Shelf Image.brandassets │ │ │ ├── App Icon - Large.imagestack │ │ │ │ ├── Back.imagestacklayer │ │ │ │ │ ├── Content.imageset │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Front.imagestacklayer │ │ │ │ │ ├── Content.imageset │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ └── Middle.imagestacklayer │ │ │ │ │ ├── Content.imageset │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ ├── App Icon - Small.imagestack │ │ │ │ ├── Back.imagestacklayer │ │ │ │ │ ├── Content.imageset │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Front.imagestacklayer │ │ │ │ │ ├── Content.imageset │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ └── Middle.imagestacklayer │ │ │ │ │ ├── Content.imageset │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── Top Shelf Image Wide.imageset │ │ │ │ └── Contents.json │ │ │ └── Top Shelf Image.imageset │ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── LaunchImage.launchimage │ │ │ └── Contents.json │ ├── Base.lproj │ │ └── Main.storyboard │ ├── Info.plist │ ├── ViewController.h │ ├── ViewController.m │ └── main.m ├── HelloWorld.xcodeproj │ ├── project.pbxproj │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist ├── HelloWorld.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── WorkspaceSettings.xcsettings ├── HelloWorld │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── Icon-60@2x.png │ │ │ ├── Icon-60@3x.png │ │ │ ├── Icon-72.png │ │ │ ├── Icon-72@2x.png │ │ │ ├── Icon-76.png │ │ │ ├── Icon-76@2x.png │ │ │ ├── Icon-83@2x.png │ │ │ ├── Icon-Small-40.png │ │ │ ├── Icon-Small-40@2x.png │ │ │ ├── Icon-Small-40@3x.png │ │ │ ├── Icon-Small-50.png │ │ │ ├── Icon-Small-50@2x.png │ │ │ ├── Icon-Small.png │ │ │ ├── Icon-Small@2x.png │ │ │ ├── Icon-Small@3x.png │ │ │ ├── Icon.png │ │ │ └── Icon@2x.png │ │ ├── Contents.json │ │ └── LaunchImage.launchimage │ │ │ ├── Contents.json │ │ │ ├── Default-568h.png │ │ │ ├── Default-Landscape~iPad-No-Status.png │ │ │ ├── Default-Landscape~iPad-No-Status@2x.png │ │ │ ├── Default-Landscape~iPad.png │ │ │ ├── Default-Landscape~iPad@2x.png │ │ │ ├── Default-Landscape~iPhone-6-Plus@3x.png │ │ │ ├── Default-Portrait~iPad-No-Status.png │ │ │ ├── Default-Portrait~iPad-No-Status@2x.png │ │ │ ├── Default-Portrait~iPad.png │ │ │ ├── Default-Portrait~iPad@2x.png │ │ │ ├── Default-Portrait~iPhone-6-Plus@3x.png │ │ │ ├── Default-Portrait~iPhone-6@3x.png │ │ │ ├── Default.png │ │ │ └── Default@2x.png │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── ViewController.h │ ├── ViewController.m │ └── main.m ├── Podfile └── Podfile.lock ├── LICENSE ├── LicenseAgreement.pdf └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | Pods 2 | xcuserdata 3 | .idea/ 4 | .DS_Store -------------------------------------------------------------------------------- /CHANGELOG.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/CHANGELOG.pdf -------------------------------------------------------------------------------- /ComScore.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore.podspec -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/Info.plist -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/_CodeSignature/CodeDirectory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/_CodeSignature/CodeDirectory -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/_CodeSignature/CodeRequirements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/_CodeSignature/CodeRequirements -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/_CodeSignature/CodeRequirements-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/_CodeSignature/CodeRequirements-1 -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/_CodeSignature/CodeSignature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/_CodeSignature/CodeSignature -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/ComScore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/ComScore -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/ComScore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/ComScore.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORAnalytics+VCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORAnalytics+VCE.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORAnalytics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORAnalytics.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORClientConfiguration+VCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORClientConfiguration+VCE.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORClientConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORClientConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORClientConfigurationBuilder+VCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORClientConfigurationBuilder+VCE.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORClientConfigurationBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORClientConfigurationBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORConfiguration+VCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORConfiguration+VCE.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORConfigurationDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORConfigurationDelegate.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORConfigurationType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORConfigurationType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORCrossPublisherUniqueDeviceIdChangeDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORCrossPublisherUniqueDeviceIdChangeDelegate.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCOREventInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCOREventInfo.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORLiveTransmissionMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORLiveTransmissionMode.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORLogLevel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORLogLevel.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCOROfflineCacheMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCOROfflineCacheMode.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORPartnerConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORPartnerConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORPartnerConfigurationBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORPartnerConfigurationBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORPublisherConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORPublisherConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORPublisherConfigurationBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORPublisherConfigurationBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORPublisherUniqueDeviceIdDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORPublisherUniqueDeviceIdDelegate.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementDeliveryType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementDeliveryType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementOwner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementOwner.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingAnalytics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingAnalytics.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingAnalyticsProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingAnalyticsProtocol.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingAssetMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingAssetMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingBaseAdvertisementMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingBaseAdvertisementMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingBaseContentMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingBaseContentMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingConfigurationBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingConfigurationBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentDeliveryAdvertisementCapability.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentDeliveryAdvertisementCapability.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentDeliveryComposition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentDeliveryComposition.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentDeliveryMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentDeliveryMode.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentDeliverySubscriptionType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentDeliverySubscriptionType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentDistributionModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentDistributionModel.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentFeedType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentFeedType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentMediaFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentMediaFormat.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingContentType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingDelegate.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingExtendedAnalytics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingExtendedAnalytics.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingPublisherConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingPublisherConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingStackedAdvertisementMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingStackedAdvertisementMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingStackedAdvertisementMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingStackedAdvertisementMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingStackedContentMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingStackedContentMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingStackedContentMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingStackedContentMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingState.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingWindowState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORStreamingWindowState.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORUsagePropertiesAutoUpdateMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORUsagePropertiesAutoUpdateMode.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORVCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Headers/SCORVCE.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Info.plist -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/PrivacyInfo.xcprivacy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64/ComScore.framework/PrivacyInfo.xcprivacy -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/ComScore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/ComScore -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/ComScore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/ComScore.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORAnalytics+VCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORAnalytics+VCE.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORAnalytics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORAnalytics.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORClientConfiguration+VCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORClientConfiguration+VCE.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORClientConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORClientConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORClientConfigurationBuilder+VCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORClientConfigurationBuilder+VCE.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORClientConfigurationBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORClientConfigurationBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORConfiguration+VCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORConfiguration+VCE.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORConfigurationDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORConfigurationDelegate.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORConfigurationType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORConfigurationType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORCrossPublisherUniqueDeviceIdChangeDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORCrossPublisherUniqueDeviceIdChangeDelegate.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCOREventInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCOREventInfo.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORLiveTransmissionMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORLiveTransmissionMode.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORLogLevel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORLogLevel.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCOROfflineCacheMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCOROfflineCacheMode.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPartnerConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPartnerConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPartnerConfigurationBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPartnerConfigurationBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPublisherConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPublisherConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPublisherConfigurationBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPublisherConfigurationBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPublisherUniqueDeviceIdDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPublisherUniqueDeviceIdDelegate.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementDeliveryType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementDeliveryType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementOwner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementOwner.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAnalytics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAnalytics.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAnalyticsProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAnalyticsProtocol.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAssetMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAssetMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingBaseAdvertisementMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingBaseAdvertisementMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingBaseContentMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingBaseContentMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingConfigurationBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingConfigurationBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDeliveryAdvertisementCapability.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDeliveryAdvertisementCapability.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDeliveryComposition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDeliveryComposition.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDeliveryMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDeliveryMode.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDeliverySubscriptionType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDeliverySubscriptionType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDistributionModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDistributionModel.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentFeedType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentFeedType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentMediaFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentMediaFormat.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingDelegate.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingExtendedAnalytics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingExtendedAnalytics.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingPublisherConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingPublisherConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingStackedAdvertisementMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingStackedAdvertisementMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingStackedAdvertisementMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingStackedAdvertisementMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingStackedContentMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingStackedContentMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingStackedContentMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingStackedContentMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingState.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingWindowState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingWindowState.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORUsagePropertiesAutoUpdateMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORUsagePropertiesAutoUpdateMode.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORVCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Headers/SCORVCE.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Info.plist -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/PrivacyInfo.xcprivacy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/PrivacyInfo.xcprivacy -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/ios-arm64_x86_64-simulator/ComScore.framework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/ComScore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/ComScore -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/ComScore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/ComScore.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORAnalytics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORAnalytics.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORClientConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORClientConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORClientConfigurationBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORClientConfigurationBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORConfigurationDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORConfigurationDelegate.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORConfigurationType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORConfigurationType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORCrossPublisherUniqueDeviceIdChangeDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORCrossPublisherUniqueDeviceIdChangeDelegate.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCOREventInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCOREventInfo.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORLiveTransmissionMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORLiveTransmissionMode.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORLogLevel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORLogLevel.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCOROfflineCacheMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCOROfflineCacheMode.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORPartnerConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORPartnerConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORPartnerConfigurationBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORPartnerConfigurationBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORPublisherConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORPublisherConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORPublisherConfigurationBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORPublisherConfigurationBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORPublisherUniqueDeviceIdDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORPublisherUniqueDeviceIdDelegate.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementDeliveryType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementDeliveryType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementOwner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementOwner.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingAdvertisementType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingAnalytics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingAnalytics.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingAnalyticsProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingAnalyticsProtocol.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingAssetMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingAssetMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingBaseAdvertisementMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingBaseAdvertisementMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingBaseContentMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingBaseContentMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingConfigurationBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingConfigurationBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentDeliveryAdvertisementCapability.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentDeliveryAdvertisementCapability.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentDeliveryComposition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentDeliveryComposition.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentDeliveryMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentDeliveryMode.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentDeliverySubscriptionType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentDeliverySubscriptionType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentDistributionModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentDistributionModel.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentFeedType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentFeedType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentMediaFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentMediaFormat.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingContentType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingDelegate.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingExtendedAnalytics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingExtendedAnalytics.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingPublisherConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingPublisherConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingStackedAdvertisementMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingStackedAdvertisementMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingStackedAdvertisementMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingStackedAdvertisementMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingStackedContentMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingStackedContentMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingStackedContentMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingStackedContentMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingState.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingWindowState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORStreamingWindowState.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORUsagePropertiesAutoUpdateMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Headers/SCORUsagePropertiesAutoUpdateMode.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Info.plist -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/PrivacyInfo.xcprivacy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64/ComScore.framework/PrivacyInfo.xcprivacy -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/ComScore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/ComScore -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/ComScore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/ComScore.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORAnalytics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORAnalytics.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORClientConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORClientConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORClientConfigurationBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORClientConfigurationBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORConfigurationDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORConfigurationDelegate.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORConfigurationType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORConfigurationType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORCrossPublisherUniqueDeviceIdChangeDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORCrossPublisherUniqueDeviceIdChangeDelegate.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCOREventInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCOREventInfo.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORLiveTransmissionMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORLiveTransmissionMode.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORLogLevel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORLogLevel.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCOROfflineCacheMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCOROfflineCacheMode.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPartnerConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPartnerConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPartnerConfigurationBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPartnerConfigurationBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPublisherConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPublisherConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPublisherConfigurationBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPublisherConfigurationBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPublisherUniqueDeviceIdDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORPublisherUniqueDeviceIdDelegate.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementDeliveryType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementDeliveryType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementOwner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementOwner.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAdvertisementType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAnalytics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAnalytics.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAnalyticsProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAnalyticsProtocol.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAssetMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingAssetMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingBaseAdvertisementMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingBaseAdvertisementMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingBaseContentMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingBaseContentMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingConfigurationBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingConfigurationBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDeliveryAdvertisementCapability.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDeliveryAdvertisementCapability.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDeliveryComposition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDeliveryComposition.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDeliveryMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDeliveryMode.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDeliverySubscriptionType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDeliverySubscriptionType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDistributionModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentDistributionModel.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentFeedType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentFeedType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentMediaFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentMediaFormat.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingContentType.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingDelegate.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingExtendedAnalytics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingExtendedAnalytics.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingPublisherConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingPublisherConfiguration.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingStackedAdvertisementMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingStackedAdvertisementMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingStackedAdvertisementMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingStackedAdvertisementMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingStackedContentMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingStackedContentMetadata.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingStackedContentMetadataBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingStackedContentMetadataBuilder.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingState.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingWindowState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORStreamingWindowState.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORUsagePropertiesAutoUpdateMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Headers/SCORUsagePropertiesAutoUpdateMode.h -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Info.plist -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/PrivacyInfo.xcprivacy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/PrivacyInfo.xcprivacy -------------------------------------------------------------------------------- /ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/ComScore/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /DataSharingAgreement.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/DataSharingAgreement.pdf -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/AppDelegate.h -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/AppDelegate.m -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Assets.xcassets/LaunchImage.launchimage/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Assets.xcassets/LaunchImage.launchimage/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/Info.plist -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/ViewController.h -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/ViewController.m -------------------------------------------------------------------------------- /Example/HelloWorld-tvOS/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld-tvOS/main.m -------------------------------------------------------------------------------- /Example/HelloWorld.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Example/HelloWorld.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Example/HelloWorld.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Example/HelloWorld.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Example/HelloWorld.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /Example/HelloWorld/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/AppDelegate.h -------------------------------------------------------------------------------- /Example/HelloWorld/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/AppDelegate.m -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-60@3x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-72.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-72@2x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-76.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-76@2x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-83@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-83@2x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-Small-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-Small-40.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-Small-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-Small-40@2x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-Small-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-Small-40@3x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-Small-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-Small-50.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-Small-50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-Small-50@2x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-Small.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-Small@2x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-Small@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon-Small@3x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/AppIcon.appiconset/Icon@2x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Contents.json -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-568h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-568h.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Landscape~iPad-No-Status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Landscape~iPad-No-Status.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Landscape~iPad-No-Status@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Landscape~iPad-No-Status@2x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Landscape~iPad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Landscape~iPad.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Landscape~iPad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Landscape~iPad@2x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Landscape~iPhone-6-Plus@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Landscape~iPhone-6-Plus@3x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Portrait~iPad-No-Status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Portrait~iPad-No-Status.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Portrait~iPad-No-Status@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Portrait~iPad-No-Status@2x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Portrait~iPad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Portrait~iPad.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Portrait~iPad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Portrait~iPad@2x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Portrait~iPhone-6-Plus@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Portrait~iPhone-6-Plus@3x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Portrait~iPhone-6@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default-Portrait~iPhone-6@3x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default.png -------------------------------------------------------------------------------- /Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Assets.xcassets/LaunchImage.launchimage/Default@2x.png -------------------------------------------------------------------------------- /Example/HelloWorld/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /Example/HelloWorld/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /Example/HelloWorld/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/Info.plist -------------------------------------------------------------------------------- /Example/HelloWorld/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/ViewController.h -------------------------------------------------------------------------------- /Example/HelloWorld/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/ViewController.m -------------------------------------------------------------------------------- /Example/HelloWorld/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/HelloWorld/main.m -------------------------------------------------------------------------------- /Example/Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/Podfile -------------------------------------------------------------------------------- /Example/Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/Example/Podfile.lock -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/LICENSE -------------------------------------------------------------------------------- /LicenseAgreement.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/LicenseAgreement.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comScore/ComScore-iOS-watchOS-tvOS/HEAD/README.md --------------------------------------------------------------------------------