|
20 | 20 | A73211EB2240114C00452C15 /* countries.json in Resources */ = {isa = PBXBuildFile; fileRef = A73211EA2240114C00452C15 /* countries.json */; };
|
21 | 21 | A741EAA921F7799B00290AFD /* InPlayer+Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A741EAA821F7799B00290AFD /* InPlayer+Configuration.swift */; };
|
22 | 22 | A741EAAB21F77A8700290AFD /* InPlayerEnvironmentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A741EAAA21F77A8700290AFD /* InPlayerEnvironmentType.swift */; };
|
| 23 | + A75D20D62461F1D400910FCF /* InPlayerVoucher.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75D20D12461F1D400910FCF /* InPlayerVoucher.swift */; }; |
| 24 | + A75D20D72461F1D400910FCF /* InPlayerAgeRestriction.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75D20D22461F1D400910FCF /* InPlayerAgeRestriction.swift */; }; |
| 25 | + A75D20D82461F1D400910FCF /* InPlayerGeoRestriction.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75D20D32461F1D400910FCF /* InPlayerGeoRestriction.swift */; }; |
| 26 | + A75D20D92461F1D400910FCF /* InPlayerVoucherRule.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75D20D42461F1D400910FCF /* InPlayerVoucherRule.swift */; }; |
| 27 | + A75D20DA2461F1D400910FCF /* InPlayerSeasonalFee.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75D20D52461F1D400910FCF /* InPlayerSeasonalFee.swift */; }; |
| 28 | + A75D20DC2461FBA000910FCF /* InPlayerExternalFee.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75D20DB2461FBA000910FCF /* InPlayerExternalFee.swift */; }; |
23 | 29 | A75DE418227097B20057B2A7 /* InPlayerSocialUrlResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75DE417227097B20057B2A7 /* InPlayerSocialUrlResponse.swift */; };
|
24 | 30 | A76EA2932378916A00B13D41 /* AccedoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EA2922378916A00B13D41 /* AccedoAsset.swift */; };
|
25 | 31 | A76EA2952378917600B13D41 /* BrigthcoveAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EA2942378917600B13D41 /* BrigthcoveAsset.swift */; };
|
|
123 | 129 | A73211EA2240114C00452C15 /* countries.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = countries.json; sourceTree = "<group>"; };
|
124 | 130 | A741EAA821F7799B00290AFD /* InPlayer+Configuration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "InPlayer+Configuration.swift"; sourceTree = "<group>"; };
|
125 | 131 | A741EAAA21F77A8700290AFD /* InPlayerEnvironmentType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InPlayerEnvironmentType.swift; sourceTree = "<group>"; };
|
| 132 | + A75D20D12461F1D400910FCF /* InPlayerVoucher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InPlayerVoucher.swift; sourceTree = "<group>"; }; |
| 133 | + A75D20D22461F1D400910FCF /* InPlayerAgeRestriction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InPlayerAgeRestriction.swift; sourceTree = "<group>"; }; |
| 134 | + A75D20D32461F1D400910FCF /* InPlayerGeoRestriction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InPlayerGeoRestriction.swift; sourceTree = "<group>"; }; |
| 135 | + A75D20D42461F1D400910FCF /* InPlayerVoucherRule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InPlayerVoucherRule.swift; sourceTree = "<group>"; }; |
| 136 | + A75D20D52461F1D400910FCF /* InPlayerSeasonalFee.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InPlayerSeasonalFee.swift; sourceTree = "<group>"; }; |
| 137 | + A75D20DB2461FBA000910FCF /* InPlayerExternalFee.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InPlayerExternalFee.swift; sourceTree = "<group>"; }; |
126 | 138 | A75DE417227097B20057B2A7 /* InPlayerSocialUrlResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InPlayerSocialUrlResponse.swift; sourceTree = "<group>"; };
|
127 | 139 | A76EA2922378916A00B13D41 /* AccedoAsset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccedoAsset.swift; sourceTree = "<group>"; };
|
128 | 140 | A76EA2942378917600B13D41 /* BrigthcoveAsset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrigthcoveAsset.swift; sourceTree = "<group>"; };
|
|
416 | 428 | A7EA963A21F501F000CDA238 /* Asset */ = {
|
417 | 429 | isa = PBXGroup;
|
418 | 430 | children = (
|
| 431 | + A75D20D22461F1D400910FCF /* InPlayerAgeRestriction.swift */, |
| 432 | + A75D20D32461F1D400910FCF /* InPlayerGeoRestriction.swift */, |
| 433 | + A75D20D52461F1D400910FCF /* InPlayerSeasonalFee.swift */, |
| 434 | + A75D20D12461F1D400910FCF /* InPlayerVoucher.swift */, |
| 435 | + A75D20D42461F1D400910FCF /* InPlayerVoucherRule.swift */, |
| 436 | + A75D20DB2461FBA000910FCF /* InPlayerExternalFee.swift */, |
419 | 437 | A76EA2912378914B00B13D41 /* AssetTypes */,
|
420 | 438 | A7EA964421F501F000CDA238 /* InPlayerItem.swift */,
|
421 | 439 | A7EA963C21F501F000CDA238 /* InPlayerAccessControlType.swift */,
|
|
702 | 720 | A7EA967521F501F000CDA238 /* InPlayerTrialPeriod.swift in Sources */,
|
703 | 721 | A76EA2972378917F00B13D41 /* CloudfrontAsset.swift in Sources */,
|
704 | 722 | A73211DA223C0D7E00452C15 /* InPlayerRegisterField.swift in Sources */,
|
| 723 | + A75D20D92461F1D400910FCF /* InPlayerVoucherRule.swift in Sources */, |
705 | 724 | A7EA966B21F501F000CDA238 /* DataDecodeExt.swift in Sources */,
|
706 | 725 | A76EA2AD2378924100B13D41 /* StreamAMGAsset.swift in Sources */,
|
707 | 726 | A7EA966C21F501F000CDA238 /* DateExt.swift in Sources */,
|
|
723 | 742 | A73211E5223C1A8800452C15 /* InPlayerSubscription.swift in Sources */,
|
724 | 743 | A76EA2A1237891C200B13D41 /* LivestreamAsset.swift in Sources */,
|
725 | 744 | A741EAAB21F77A8700290AFD /* InPlayerEnvironmentType.swift in Sources */,
|
| 745 | + A75D20D62461F1D400910FCF /* InPlayerVoucher.swift in Sources */, |
726 | 746 | A73211DC223C11B500452C15 /* Subscription.swift in Sources */,
|
727 | 747 | A73211E7224006AC00452C15 /* InPlayerRegisterFieldsResponse.swift in Sources */,
|
728 | 748 | A741EAA921F7799B00290AFD /* InPlayer+Configuration.swift in Sources */,
|
729 | 749 | A7A690D4227C9CB20039AB59 /* InPlayerSocialUrl.swift in Sources */,
|
730 | 750 | A73211E3223C182200452C15 /* InPlayerSubscriptionList.swift in Sources */,
|
731 | 751 | A7EA968C21F501F000CDA238 /* InPlayerNotification.swift in Sources */,
|
732 | 752 | A73211D6223AD42300452C15 /* InPlayerPurchaseHistory.swift in Sources */,
|
| 753 | + A75D20DC2461FBA000910FCF /* InPlayerExternalFee.swift in Sources */, |
| 754 | + A75D20D72461F1D400910FCF /* InPlayerAgeRestriction.swift in Sources */, |
733 | 755 | A7EA967321F501F000CDA238 /* InPlayerAccessControlType.swift in Sources */,
|
734 | 756 | A76EA2952378917600B13D41 /* BrigthcoveAsset.swift in Sources */,
|
735 | 757 | A7EA967121F501F000CDA238 /* NetworkDataSource.swift in Sources */,
|
| 758 | + A75D20D82461F1D400910FCF /* InPlayerGeoRestriction.swift in Sources */, |
736 | 759 | A73211D0223AD06E00452C15 /* InPlayerCustomerAccessItem.swift in Sources */,
|
737 | 760 | A7EA968421F501F000CDA238 /* InPlayerInvalidResponseError.swift in Sources */,
|
738 | 761 | A76EA2AF2378925D00B13D41 /* WitsiaAsset.swift in Sources */,
|
| 762 | + A75D20DA2461F1D400910FCF /* InPlayerSeasonalFee.swift in Sources */, |
739 | 763 | A7EA968F21F501F000CDA238 /* INPNotificationService.swift in Sources */,
|
740 | 764 | A73211E922400B5700452C15 /* InPlayerFieldCountry.swift in Sources */,
|
741 | 765 | A7EA969021F501F000CDA238 /* InPlayerNotificationAPIManager.swift in Sources */,
|
|
0 commit comments