Skip to content

Commit

Permalink
Merge be8cd22 into e6b98aa
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Jun 27, 2019
2 parents e6b98aa + be8cd22 commit 30ada90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/backend/cmake/MacOSXFrameworkInfo.plist.in
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${MACOSX_FRAMEWORK_NAME}</string>
<key>CFBundleIdentifier</key>
<string>io.dronecodesdk.backend</string>
<string>io.mavlink.mavsdk</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down
2 changes: 1 addition & 1 deletion src/backend/src/module.modulemap
@@ -1,4 +1,4 @@
framework module backend {
framework module mavsdk_server {
umbrella header "backend_api.h"

export *
Expand Down

0 comments on commit 30ada90

Please sign in to comment.