@baeckerherz/expo-mapbox-navigation 0.1.17 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,4 +23,12 @@ Pod::Spec.new do |s|
23
23
  'DEFINES_MODULE' => 'YES',
24
24
  'SWIFT_COMPILATION_MODE' => 'wholemodule',
25
25
  }
26
+
27
+ # Mapbox Navigation SDK v3 is SPM-only. The SPM binary xcframeworks are
28
+ # resolved in the Pods project but the app target must link them because
29
+ # this pod is a static library and cannot link dynamic frameworks itself.
30
+ s.user_target_xcconfig = {
31
+ 'OTHER_LDFLAGS' => '$(inherited) -framework "MapboxNavigationNative" -framework "MapboxCommon" -framework "MapboxCoreMaps"',
32
+ 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "$(BUILT_PRODUCTS_DIR)/PackageFrameworks"',
33
+ }
26
34
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baeckerherz/expo-mapbox-navigation",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "Expo module wrapping Mapbox Navigation SDK v3 for iOS and Android",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",