Skip to content

Commit

Permalink
v7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegournay committed Apr 20, 2023
1 parent 6ade42e commit 8259e0e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Copyright (C) 2019 Parrot Drones SAS

Redistribution and use in source and binary forms, with or without
Expand Down
Binary file modified OpenFlightCore.framework/OpenFlightCore
Binary file not shown.
24 changes: 24 additions & 0 deletions OpenFlightCore.framework/config.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#include "../../../out/product.xcconfig"

IPHONEOS_DEPLOYMENT_TARGET = 14.0
ALCHEMY_OUT_ROOT = ../../../out
// ios build.sh variants
VARIANT[sdk=iphoneos*] = ios
VARIANT[sdk=iphonesimulator*] = ios_sim
// alchemy product
ALCHEMY_PRODUCT_DIR = $(ALCHEMY_OUT_ROOT)/$(ALCHEMY_PRODUCT)-$(VARIANT)

// prebuilt target directory
PREBUILT_DIR = $(BUILT_PRODUCTS_DIR)/prebuilt

// prebuilt headers
HEADER_SEARCH_PATHS = $(inherited) $(PREBUILT_DIR)/include

// prebuilt libs
LIBRARY_SEARCH_PATHS = $(inherited) $(PREBUILT_DIR)/lib

LIB_MOSER = -lmoser -lconfig -lquaternion -lparrot-math -lulog
LIB_PHOTO_PANO = -lphotopano -lakaze -ltinyxml -lopencv_world -lturbojpeg -ljsoncpp -lexif -lceres -lviz-gl -lviz-core -lphotopano-viewer

OTHER_LDFLAGS = $(inherited) $(PODS_LDFLAGS) $(LIB_MOSER) $(LIB_PHOTO_PANO) -ObjC -w

4 changes: 2 additions & 2 deletions OpenFlightCore.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "OpenFlightCore"
s.version = "7.6.0-rc1"
s.version = "7.6.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.6.0-rc1" }
s.source = { :git => 'https://github.com/Parrot-Developers/pod_openflightcore', :tag => "7.6.0" }
s.platform = :ios
s.ios.deployment_target = '13.0'
s.vendored_frameworks = 'OpenFlightCore.framework'
Expand Down

0 comments on commit 8259e0e

Please sign in to comment.