Skip to content

Commit 2d210f1

Browse files
maiosgithub-actions[bot]
authored andcommitted
[MAPSIOS-1797] Correct resources path in MapboxMaps.podspec (#2983)
GitOrigin-RevId: 83db12599af0681388532df60e4698d14231500f
1 parent 98fc76c commit 2d210f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MapboxMaps.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |m|
1919
m.swift_version = '5.9'
2020

2121
m.source_files = 'Sources/MapboxMaps/**/*.{swift,h}'
22-
m.resource_bundles = { 'MapboxMapsResources' => ['Sources/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json', 'Sources/MapboxMaps/PrivacyInfo.xcprivacy'] }
22+
m.resource_bundles = { 'MapboxMapsResources' => ['Sources/MapboxMaps/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json', 'Sources/MapboxMaps/PrivacyInfo.xcprivacy'] }
2323

2424
m.dependency 'MapboxCoreMaps', '11.11.0-SNAPSHOT-03-27--04-29.git-a0e6128'
2525
m.dependency 'MapboxCommon', '24.11.0-SNAPSHOT-03-27--04-29.git-a0e6128'

0 commit comments

Comments
 (0)