Skip to content

Commit 31d58df

Browse files
authored
Merge pull request #42 from inplayer-org/develop
Merge develop on master
2 parents 7267424 + c26fc50 commit 31d58df

File tree

175 files changed

+19746
-427
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+19746
-427
lines changed

Example/Example.xcodeproj/project.pbxproj

+16-16
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
A718C04D21CED043004D7EF7 /* Sources */,
142142
A718C04E21CED043004D7EF7 /* Frameworks */,
143143
A718C04F21CED043004D7EF7 /* Resources */,
144-
F76291AD9C735403AD4001AD /* [CP] Embed Pods Frameworks */,
144+
9E28C35F4CC680382BE5CFA1 /* [CP] Embed Pods Frameworks */,
145145
);
146146
buildRules = (
147147
);
@@ -248,39 +248,39 @@
248248
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
249249
showEnvVarsInLog = 0;
250250
};
251-
B89E8A3A3514C62CA2AF06A3 /* [CP] Check Pods Manifest.lock */ = {
251+
9E28C35F4CC680382BE5CFA1 /* [CP] Embed Pods Frameworks */ = {
252252
isa = PBXShellScriptBuildPhase;
253253
buildActionMask = 2147483647;
254254
files = (
255255
);
256-
inputPaths = (
257-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
258-
"${PODS_ROOT}/Manifest.lock",
256+
inputFileListPaths = (
257+
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
259258
);
260-
name = "[CP] Check Pods Manifest.lock";
261-
outputPaths = (
262-
"$(DERIVED_FILE_DIR)/Pods-Example-checkManifestLockResult.txt",
259+
name = "[CP] Embed Pods Frameworks";
260+
outputFileListPaths = (
261+
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
263262
);
264263
runOnlyForDeploymentPostprocessing = 0;
265264
shellPath = /bin/sh;
266-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
265+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
267266
showEnvVarsInLog = 0;
268267
};
269-
F76291AD9C735403AD4001AD /* [CP] Embed Pods Frameworks */ = {
268+
B89E8A3A3514C62CA2AF06A3 /* [CP] Check Pods Manifest.lock */ = {
270269
isa = PBXShellScriptBuildPhase;
271270
buildActionMask = 2147483647;
272271
files = (
273272
);
274-
inputFileListPaths = (
275-
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
273+
inputPaths = (
274+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
275+
"${PODS_ROOT}/Manifest.lock",
276276
);
277-
name = "[CP] Embed Pods Frameworks";
278-
outputFileListPaths = (
279-
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
277+
name = "[CP] Check Pods Manifest.lock";
278+
outputPaths = (
279+
"$(DERIVED_FILE_DIR)/Pods-Example-checkManifestLockResult.txt",
280280
);
281281
runOnlyForDeploymentPostprocessing = 0;
282282
shellPath = /bin/sh;
283-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
283+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
284284
showEnvVarsInLog = 0;
285285
};
286286
/* End PBXShellScriptBuildPhase section */

InPlayerSDK.podspec

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "InPlayerSDK"
19-
s.version = "1.4.2"
19+
s.version = "1.5.0"
2020
s.summary = "InPlayer's iOS API client wrapper."
2121

2222
# This description is used to generate tags and improve search results.
@@ -118,18 +118,18 @@ Pod::Spec.new do |s|
118118
s.swift_version = "4.2"
119119

120120
s.subspec 'Core' do |core|
121-
core.source_files = "Source/Core/**/*.swift"
122-
core.dependency 'Alamofire', '5.0.0.beta.1'
121+
core.source_files = "Source/Core/**/*.*"
122+
core.dependency 'Alamofire', '5.0.0-rc.3'
123123
end
124124

125125
s.subspec 'Notification' do |notification|
126-
notification.source_files = "Source/{Core,Notification}/**/*.swift"
127-
notification.dependency 'Alamofire', '5.0.0.beta.1'
128-
notification.dependency 'AWSIoT', '2.9.3'
126+
notification.source_files = "Source/Notification/**/*.*"
127+
notification.dependency 'InPlayerSDK/Core'
128+
notification.dependency 'AWSIoT', '2.12.1'
129129
end
130130

131131
s.subspec 'Payment' do |payment|
132-
payment.source_files = "Source/{Core,Payment}/**/*.swift"
133-
payment.dependency 'Alamofire', '5.0.0.beta.1'
132+
payment.source_files = "Source/Payment/**/*.*"
133+
payment.dependency 'InPlayerSDK/Core'
134134
end
135135
end

InPlayerSDK.xcodeproj/project.pbxproj

+85-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@
2121
A741EAA921F7799B00290AFD /* InPlayer+Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A741EAA821F7799B00290AFD /* InPlayer+Configuration.swift */; };
2222
A741EAAB21F77A8700290AFD /* InPlayerEnvironmentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A741EAAA21F77A8700290AFD /* InPlayerEnvironmentType.swift */; };
2323
A75DE418227097B20057B2A7 /* InPlayerSocialUrlResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75DE417227097B20057B2A7 /* InPlayerSocialUrlResponse.swift */; };
24+
A76EA2932378916A00B13D41 /* AccedoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EA2922378916A00B13D41 /* AccedoAsset.swift */; };
25+
A76EA2952378917600B13D41 /* BrigthcoveAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EA2942378917600B13D41 /* BrigthcoveAsset.swift */; };
26+
A76EA2972378917F00B13D41 /* CloudfrontAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EA2962378917F00B13D41 /* CloudfrontAsset.swift */; };
27+
A76EA2992378919800B13D41 /* DaCastAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EA2982378919800B13D41 /* DaCastAsset.swift */; };
28+
A76EA29B237891A800B13D41 /* JwPlayerAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EA29A237891A800B13D41 /* JwPlayerAsset.swift */; };
29+
A76EA29D237891AF00B13D41 /* LaolaAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EA29C237891AF00B13D41 /* LaolaAsset.swift */; };
30+
A76EA29F237891BB00B13D41 /* KalturaAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EA29E237891BB00B13D41 /* KalturaAsset.swift */; };
31+
A76EA2A1237891C200B13D41 /* LivestreamAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EA2A0237891C200B13D41 /* LivestreamAsset.swift */; };
32+
A76EA2A72378922300B13D41 /* QbrickAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EA2A62378922300B13D41 /* QbrickAsset.swift */; };
33+
A76EA2A92378922D00B13D41 /* SportOneAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EA2A82378922D00B13D41 /* SportOneAsset.swift */; };
34+
A76EA2AB2378923500B13D41 /* SportRadarAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EA2AA2378923500B13D41 /* SportRadarAsset.swift */; };
35+
A76EA2AD2378924100B13D41 /* StreamAMGAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EA2AC2378924100B13D41 /* StreamAMGAsset.swift */; };
36+
A76EA2AF2378925D00B13D41 /* WitsiaAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EA2AE2378925D00B13D41 /* WitsiaAsset.swift */; };
37+
A76EA2B1237892B400B13D41 /* WowzaAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EA2B0237892B400B13D41 /* WowzaAsset.swift */; };
38+
A76EA2B323789F1D00B13D41 /* AssetJSONDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EA2B223789F1D00B13D41 /* AssetJSONDecoder.swift */; };
2439
A77950FD228032AF003D112A /* InPlayerSDK.podspec in Resources */ = {isa = PBXBuildFile; fileRef = A77950FC228032AE003D112A /* InPlayerSDK.podspec */; };
2540
A7A690D0227B8C600039AB59 /* InPlayerMalformedUrlError.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A690CF227B8C600039AB59 /* InPlayerMalformedUrlError.swift */; };
2641
A7A690D4227C9CB20039AB59 /* InPlayerSocialUrl.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A690D3227C9CB20039AB59 /* InPlayerSocialUrl.swift */; };
@@ -109,6 +124,21 @@
109124
A741EAA821F7799B00290AFD /* InPlayer+Configuration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "InPlayer+Configuration.swift"; sourceTree = "<group>"; };
110125
A741EAAA21F77A8700290AFD /* InPlayerEnvironmentType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InPlayerEnvironmentType.swift; sourceTree = "<group>"; };
111126
A75DE417227097B20057B2A7 /* InPlayerSocialUrlResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InPlayerSocialUrlResponse.swift; sourceTree = "<group>"; };
127+
A76EA2922378916A00B13D41 /* AccedoAsset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccedoAsset.swift; sourceTree = "<group>"; };
128+
A76EA2942378917600B13D41 /* BrigthcoveAsset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrigthcoveAsset.swift; sourceTree = "<group>"; };
129+
A76EA2962378917F00B13D41 /* CloudfrontAsset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CloudfrontAsset.swift; sourceTree = "<group>"; };
130+
A76EA2982378919800B13D41 /* DaCastAsset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DaCastAsset.swift; sourceTree = "<group>"; };
131+
A76EA29A237891A800B13D41 /* JwPlayerAsset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JwPlayerAsset.swift; sourceTree = "<group>"; };
132+
A76EA29C237891AF00B13D41 /* LaolaAsset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LaolaAsset.swift; sourceTree = "<group>"; };
133+
A76EA29E237891BB00B13D41 /* KalturaAsset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KalturaAsset.swift; sourceTree = "<group>"; };
134+
A76EA2A0237891C200B13D41 /* LivestreamAsset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LivestreamAsset.swift; sourceTree = "<group>"; };
135+
A76EA2A62378922300B13D41 /* QbrickAsset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QbrickAsset.swift; sourceTree = "<group>"; };
136+
A76EA2A82378922D00B13D41 /* SportOneAsset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SportOneAsset.swift; sourceTree = "<group>"; };
137+
A76EA2AA2378923500B13D41 /* SportRadarAsset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SportRadarAsset.swift; sourceTree = "<group>"; };
138+
A76EA2AC2378924100B13D41 /* StreamAMGAsset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamAMGAsset.swift; sourceTree = "<group>"; };
139+
A76EA2AE2378925D00B13D41 /* WitsiaAsset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WitsiaAsset.swift; sourceTree = "<group>"; };
140+
A76EA2B0237892B400B13D41 /* WowzaAsset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WowzaAsset.swift; sourceTree = "<group>"; };
141+
A76EA2B223789F1D00B13D41 /* AssetJSONDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetJSONDecoder.swift; sourceTree = "<group>"; };
112142
A77950FC228032AE003D112A /* InPlayerSDK.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = InPlayerSDK.podspec; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
113143
A7A690CF227B8C600039AB59 /* InPlayerMalformedUrlError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InPlayerMalformedUrlError.swift; sourceTree = "<group>"; };
114144
A7A690D3227C9CB20039AB59 /* InPlayerSocialUrl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InPlayerSocialUrl.swift; sourceTree = "<group>"; };
@@ -241,6 +271,44 @@
241271
path = Subscription;
242272
sourceTree = "<group>";
243273
};
274+
A76EA2912378914B00B13D41 /* AssetTypes */ = {
275+
isa = PBXGroup;
276+
children = (
277+
A76EA2B42378A1AE00B13D41 /* AssetDecoder */,
278+
A76EA2922378916A00B13D41 /* AccedoAsset.swift */,
279+
A76EA2942378917600B13D41 /* BrigthcoveAsset.swift */,
280+
A76EA2962378917F00B13D41 /* CloudfrontAsset.swift */,
281+
A76EA2982378919800B13D41 /* DaCastAsset.swift */,
282+
A76EA29A237891A800B13D41 /* JwPlayerAsset.swift */,
283+
A76EA29C237891AF00B13D41 /* LaolaAsset.swift */,
284+
A76EA29E237891BB00B13D41 /* KalturaAsset.swift */,
285+
A76EA2A0237891C200B13D41 /* LivestreamAsset.swift */,
286+
A76EA2A62378922300B13D41 /* QbrickAsset.swift */,
287+
A76EA2A82378922D00B13D41 /* SportOneAsset.swift */,
288+
A76EA2AA2378923500B13D41 /* SportRadarAsset.swift */,
289+
A76EA2AC2378924100B13D41 /* StreamAMGAsset.swift */,
290+
A76EA2AE2378925D00B13D41 /* WitsiaAsset.swift */,
291+
A76EA2B0237892B400B13D41 /* WowzaAsset.swift */,
292+
);
293+
path = AssetTypes;
294+
sourceTree = "<group>";
295+
};
296+
A76EA2B42378A1AE00B13D41 /* AssetDecoder */ = {
297+
isa = PBXGroup;
298+
children = (
299+
A76EA2B223789F1D00B13D41 /* AssetJSONDecoder.swift */,
300+
);
301+
path = AssetDecoder;
302+
sourceTree = "<group>";
303+
};
304+
A76EA290237866E800B13D41 /* Resource */ = {
305+
isa = PBXGroup;
306+
children = (
307+
A73211EA2240114C00452C15 /* countries.json */,
308+
);
309+
path = Resource;
310+
sourceTree = "<group>";
311+
};
244312
A7EA960521F5018600CDA238 = {
245313
isa = PBXGroup;
246314
children = (
@@ -283,7 +351,7 @@
283351
A7EA963921F501F000CDA238 /* Models */,
284352
A7EA963321F501F000CDA238 /* API */,
285353
A7EA962E21F501F000CDA238 /* Extensions */,
286-
A73211EA2240114C00452C15 /* countries.json */,
354+
A76EA290237866E800B13D41 /* Resource */,
287355
);
288356
path = Core;
289357
sourceTree = "<group>";
@@ -348,6 +416,7 @@
348416
A7EA963A21F501F000CDA238 /* Asset */ = {
349417
isa = PBXGroup;
350418
children = (
419+
A76EA2912378914B00B13D41 /* AssetTypes */,
351420
A7EA964421F501F000CDA238 /* InPlayerItem.swift */,
352421
A7EA963C21F501F000CDA238 /* InPlayerAccessControlType.swift */,
353422
A7EA963D21F501F000CDA238 /* InPlayerAccessFee.swift */,
@@ -624,13 +693,17 @@
624693
A7EA967621F501F000CDA238 /* InPlayerSetupFee.swift in Sources */,
625694
A7EA968B21F501F000CDA238 /* NotificationNetworkConstants.swift in Sources */,
626695
A7EA968021F501F000CDA238 /* InPlayerSessionAPIManager.swift in Sources */,
696+
A76EA29B237891A800B13D41 /* JwPlayerAsset.swift in Sources */,
627697
A7A690D6227CB0C20039AB59 /* NotificationNameExt.swift in Sources */,
698+
A76EA29D237891AF00B13D41 /* LaolaAsset.swift in Sources */,
628699
A7EA966A21F501F000CDA238 /* UserDefaultsExt.swift in Sources */,
629700
A7EA967421F501F000CDA238 /* InPlayerAccessFee.swift in Sources */,
630701
A7EA967021F501F000CDA238 /* INPAPIConfiguration.swift in Sources */,
631702
A7EA967521F501F000CDA238 /* InPlayerTrialPeriod.swift in Sources */,
703+
A76EA2972378917F00B13D41 /* CloudfrontAsset.swift in Sources */,
632704
A73211DA223C0D7E00452C15 /* InPlayerRegisterField.swift in Sources */,
633705
A7EA966B21F501F000CDA238 /* DataDecodeExt.swift in Sources */,
706+
A76EA2AD2378924100B13D41 /* StreamAMGAsset.swift in Sources */,
634707
A7EA966C21F501F000CDA238 /* DateExt.swift in Sources */,
635708
A7EA968D21F501F000CDA238 /* InPlayerAwsKey.swift in Sources */,
636709
A7EA96E121F52C9600CDA238 /* INPPaymentService.swift in Sources */,
@@ -641,12 +714,14 @@
641714
A7EA96DF21F52C0000CDA238 /* INPCredentialProvider.swift in Sources */,
642715
A7EA966821F501F000CDA238 /* Configuration.swift in Sources */,
643716
A7EA966D21F501F000CDA238 /* InPlayer.swift in Sources */,
717+
A76EA2B1237892B400B13D41 /* WowzaAsset.swift in Sources */,
644718
A7EA96D421F52B8400CDA238 /* INPAssetService.swift in Sources */,
645719
A7EA967C21F501F000CDA238 /* InPlayerAccount.swift in Sources */,
646720
A7EA96D621F52BD500CDA238 /* INPAccountService.swift in Sources */,
647721
A7EA96D221F52B6900CDA238 /* InPlayerConstants.swift in Sources */,
648722
A75DE418227097B20057B2A7 /* InPlayerSocialUrlResponse.swift in Sources */,
649723
A73211E5223C1A8800452C15 /* InPlayerSubscription.swift in Sources */,
724+
A76EA2A1237891C200B13D41 /* LivestreamAsset.swift in Sources */,
650725
A741EAAB21F77A8700290AFD /* InPlayerEnvironmentType.swift in Sources */,
651726
A73211DC223C11B500452C15 /* Subscription.swift in Sources */,
652727
A73211E7224006AC00452C15 /* InPlayerRegisterFieldsResponse.swift in Sources */,
@@ -656,15 +731,21 @@
656731
A7EA968C21F501F000CDA238 /* InPlayerNotification.swift in Sources */,
657732
A73211D6223AD42300452C15 /* InPlayerPurchaseHistory.swift in Sources */,
658733
A7EA967321F501F000CDA238 /* InPlayerAccessControlType.swift in Sources */,
734+
A76EA2952378917600B13D41 /* BrigthcoveAsset.swift in Sources */,
659735
A7EA967121F501F000CDA238 /* NetworkDataSource.swift in Sources */,
660736
A73211D0223AD06E00452C15 /* InPlayerCustomerAccessItem.swift in Sources */,
661737
A7EA968421F501F000CDA238 /* InPlayerInvalidResponseError.swift in Sources */,
738+
A76EA2AF2378925D00B13D41 /* WitsiaAsset.swift in Sources */,
662739
A7EA968F21F501F000CDA238 /* INPNotificationService.swift in Sources */,
663740
A73211E922400B5700452C15 /* InPlayerFieldCountry.swift in Sources */,
664741
A7EA969021F501F000CDA238 /* InPlayerNotificationAPIManager.swift in Sources */,
742+
A76EA2B323789F1D00B13D41 /* AssetJSONDecoder.swift in Sources */,
665743
A7EA969321F501F000CDA238 /* PaymentNetworkConstants.swift in Sources */,
744+
A76EA2AB2378923500B13D41 /* SportRadarAsset.swift in Sources */,
666745
A7EA967A21F501F000CDA238 /* InPlayerItemMetadata.swift in Sources */,
667746
A7EA968221F501F000CDA238 /* InPlayerUnknownError.swift in Sources */,
747+
A76EA2932378916A00B13D41 /* AccedoAsset.swift in Sources */,
748+
A76EA2A92378922D00B13D41 /* SportOneAsset.swift in Sources */,
668749
A7EA968721F501F000CDA238 /* Account.swift in Sources */,
669750
A7EA966F21F501F000CDA238 /* Asset.swift in Sources */,
670751
A7EA968321F501F000CDA238 /* InPlayerErrorMapper.swift in Sources */,
@@ -673,6 +754,9 @@
673754
A7EA96DE21F52C0000CDA238 /* INPAWSManager.swift in Sources */,
674755
A7EA967E21F501F000CDA238 /* InPlayerAuthorization.swift in Sources */,
675756
A7EA968121F501F000CDA238 /* InPlayerHttpError.swift in Sources */,
757+
A76EA2992378919800B13D41 /* DaCastAsset.swift in Sources */,
758+
A76EA2A72378922300B13D41 /* QbrickAsset.swift in Sources */,
759+
A76EA29F237891BB00B13D41 /* KalturaAsset.swift in Sources */,
676760
A7EA967921F501F000CDA238 /* InPlayerItemAccess.swift in Sources */,
677761
A7EA968A21F501F000CDA238 /* Notification.swift in Sources */,
678762
A7EA967721F501F000CDA238 /* InPlayerAccessType.swift in Sources */,

Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ platform :ios, '10.0'
33
target 'InPlayerSDK' do
44
use_frameworks!
55

6-
pod 'Alamofire', '5.0.0.beta.1'
7-
pod 'AWSIoT', '2.9.3'
6+
pod 'Alamofire', '5.0.0-rc.3'
7+
pod 'AWSIoT', '2.12.1'
88

99
target 'InPlayerSDKTests' do
1010
inherit! :search_paths

0 commit comments

Comments
 (0)