This repository was archived by the owner on Dec 13, 2023. It is now read-only.
File tree 4 files changed +13
-8
lines changed 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'OCast'
11
- s . version = '1.5.0 '
11
+ s . version = '1.5.1 '
12
12
s . summary = 'OCast SDK provides an application with all necessary functions to cast any contents to an Orange stick.'
13
13
14
14
# This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.5.0 </string >
18
+ <string >1.5.1 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- CocoaAsyncSocket (7.6.3)
3
- - OCast (1.5.0 ):
4
- - OCast/Core (= 1.5.0 )
5
- - OCast/ReferenceDriver (= 1.5.0 )
6
- - OCast/Core (1.5.0 ):
3
+ - OCast (1.5.1 ):
4
+ - OCast/Core (= 1.5.1 )
5
+ - OCast/ReferenceDriver (= 1.5.1 )
6
+ - OCast/Core (1.5.1 ):
7
7
- CocoaAsyncSocket (= 7.6.3)
8
- - OCast/ReferenceDriver (1.5.0 ):
8
+ - OCast/ReferenceDriver (1.5.1 ):
9
9
- OCast/Core
10
10
- Swifter (1.4.6)
11
11
@@ -25,7 +25,7 @@ EXTERNAL SOURCES:
25
25
26
26
SPEC CHECKSUMS:
27
27
CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987
28
- OCast: c204629a1f154330f10d6a2fe32b3cf6381ea555
28
+ OCast: 75c5aad660a0620abdbfcf68ec9925d8a51a4cea
29
29
Swifter: 2ed278fbf7b16cbe97269eb56d8e8749b1ec4042
30
30
31
31
PODFILE CHECKSUM: 3611bb3cf86424ddaaab3266b3832d9f2b514ff1
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ OCast Release notes
3
3
Version x.y.z, In progress
4
4
============================
5
5
6
+ ============================
7
+ Version 1.5.1, April 2019
8
+ ============================
9
+ - Fix device identifier value
10
+
6
11
============================
7
12
Version 1.5.0, April 2019
8
13
============================
You can’t perform that action at this time.
0 commit comments