adding platform ios to cdm-config.xml

This commit is contained in:
hasuniea 2016-10-11 16:55:40 +05:30
parent 4f42980500
commit fa972fbf36

View File

@ -53,6 +53,7 @@
<RecurrentTimes>1</RecurrentTimes> <RecurrentTimes>1</RecurrentTimes>
<Platforms> <Platforms>
<platform>android</platform> <platform>android</platform>
<platform>ios</platform>
</Platforms> </Platforms>
</Operation> </Operation>
<Operation> <Operation>
@ -60,6 +61,7 @@
<RecurrentTimes>5</RecurrentTimes> <RecurrentTimes>5</RecurrentTimes>
<Platforms> <Platforms>
<platform>android</platform> <platform>android</platform>
<platform>ios</platform>
</Platforms> </Platforms>
</Operation> </Operation>
<Operation> <Operation>
@ -67,6 +69,7 @@
<RecurrentTimes>1</RecurrentTimes> <RecurrentTimes>1</RecurrentTimes>
<Platforms> <Platforms>
<platform>android</platform> <platform>android</platform>
<platform>ios</platform>
</Platforms> </Platforms>
</Operation> </Operation>
</Operations> </Operations>