Skip to content

Commit

Permalink
7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegournay committed Feb 18, 2022
1 parent 8b62956 commit 979b2a4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion OpenFlightCore.framework/Headers/LibMoserApiBridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
// SUCH DAMAGE.

#import <Foundation/Foundation.h>
#import <simd/SIMD.h>
#import <simd/simd.h>

#define MOSER_OG_H 100
#define MOSER_OG_V 30
Expand Down
Binary file modified OpenFlightCore.framework/Info.plist
Binary file not shown.
Binary file modified OpenFlightCore.framework/OpenFlightCore
Binary file not shown.
6 changes: 3 additions & 3 deletions OpenFlightCore.framework/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Headers/LibMoserApiBridge.h</key>
<data>
YEY4hNbJwaJjvAaacidphVgWdrU=
oQX6h3RcaEmj8n5JuGY36VGSy0s=
</data>
<key>Headers/OpenFlightCore.h</key>
<data>
Expand All @@ -22,7 +22,7 @@
</data>
<key>Info.plist</key>
<data>
JXU/pW6dk3qGHnn2h8nmybI+lRQ=
AlizuIwf6TT1HKcQL+hQpeo5RdU=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -39,7 +39,7 @@
<dict>
<key>hash2</key>
<data>
KzEnIEErmkyGWPHtOAGQOK8OC4I46i0O8Pmx499AG/I=
+Hr7vjwfDrfLxVcv5Yv8vKkl25jufX7yD/Xic9Xr+1M=
</data>
</dict>
<key>Headers/OpenFlightCore.h</key>
Expand Down
4 changes: 2 additions & 2 deletions OpenFlightCore.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

Pod::Spec.new do |s|
s.name = "OpenFlightCore"
s.version = "7.0.1"
s.version = "7.1.0"
s.summary = "Parrot Drone OpenFlightCore, low level implementation"
s.homepage = "https://developer.parrot.com"
s.license = "{ :type => 'BSD 3-Clause License', :file => 'LICENSE' }"
s.author = "Parrot Drone SAS"
s.source = { :git => 'https://github.com/Parrot-Developers/pod_openflightcore', :tag => "7.0.1" }
s.source = { :git => 'https://github.com/Parrot-Developers/pod_openflightcore', :tag => "7.1.0" }
s.platform = :ios
s.ios.deployment_target = '13.0'
s.vendored_frameworks = 'OpenFlightCore.framework'
Expand Down

0 comments on commit 979b2a4

Please sign in to comment.