This repository was archived by the owner on Dec 13, 2023. It is now read-only.
File tree 3 files changed +12
-2
lines changed 3 files changed +12
-2
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.2.1 '
11
+ s . version = '1.3.0 '
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.2.1 </string >
18
+ <string >1.3.0 </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 @@ -2,6 +2,16 @@ OCast Release notes
2
2
============================
3
3
Version x.y.z, In progress
4
4
============================
5
+
6
+ ============================
7
+ Version 1.3.0, September 2018
8
+ ============================
9
+ - add 32 bits architectures in fat framework
10
+ - API minor changes with optional parameters
11
+ - the settings delegates methods are now optional
12
+ - add the date header on device description request
13
+ - add a bluetooth error code
14
+
5
15
============================
6
16
Version 1.2.1, July 2018
7
17
============================
You can’t perform that action at this time.
0 commit comments