Skip to content

Commit

Permalink
3.4.8 update
Browse files Browse the repository at this point in the history
  • Loading branch information
janekp committed Nov 15, 2018
1 parent d7b9f2a commit 4229fbb
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

### 3.4.8

# Fixed:
- New OpenCV

### 3.4.7

# Added:
Expand Down
Binary file modified Quikkly.framework/Assets.car
Binary file not shown.
6 changes: 3 additions & 3 deletions Quikkly.framework/Default-Blueprint.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Quikkly.framework/Headers/Quikkly-Swift.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by Apple Swift version 4.2 (swiftlang-1000.11.37.1 clang-1000.11.45.1)
// Generated by Apple Swift version 4.2.1 (swiftlang-1000.11.42 clang-1000.11.45.1)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"

Expand Down
2 changes: 1 addition & 1 deletion Quikkly.framework/Headers/quikklycore.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Otherwise Python bindings get messy, and floating point access crashes with a ve
#define QC_EXPORT __attribute__((visibility("default")))


#define QC_VERSION_STR "3.4.5"
#define QC_VERSION_STR "3.4.8"


// Greyscale, 1 byte per pixel. Array order is: row, column.
Expand Down
Binary file modified Quikkly.framework/Info.plist
Binary file not shown.
Binary file modified Quikkly.framework/Modules/Quikkly.swiftmodule/arm.swiftdoc
Binary file not shown.
Binary file modified Quikkly.framework/Modules/Quikkly.swiftmodule/arm.swiftmodule
Binary file not shown.
Binary file modified Quikkly.framework/Modules/Quikkly.swiftmodule/arm64.swiftdoc
Binary file not shown.
Binary file modified Quikkly.framework/Modules/Quikkly.swiftmodule/arm64.swiftmodule
Binary file not shown.
Binary file modified Quikkly.framework/Modules/Quikkly.swiftmodule/i386.swiftdoc
Binary file not shown.
Binary file modified Quikkly.framework/Modules/Quikkly.swiftmodule/i386.swiftmodule
Binary file not shown.
Binary file modified Quikkly.framework/Modules/Quikkly.swiftmodule/x86_64.swiftdoc
Binary file not shown.
Binary file modified Quikkly.framework/Modules/Quikkly.swiftmodule/x86_64.swiftmodule
Binary file not shown.
Binary file modified Quikkly.framework/Quikkly
Binary file not shown.
4 changes: 2 additions & 2 deletions Quikkly.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Quikkly",
"version": "3.4.7",
"version": "3.4.8",
"homepage": "https://quikklycodes.com/",
"license": {
"type": "Commercial",
Expand All @@ -16,7 +16,7 @@
"swift_version": "4.2",
"source": {
"git": "https://github.com/quikkly/ios-sdk.git",
"tag": "3.4.7"
"tag": "3.4.8"
},
"vendored_frameworks": "Quikkly.framework",
"requires_arc": true
Expand Down

0 comments on commit 4229fbb

Please sign in to comment.