Skip to content

Commit 9dc0696

Browse files
authoredJan 7, 2025
Fix SPM package layout (#827)
* Fix SPM package layout * Update swiftlint paths
1 parent c4395d5 commit 9dc0696

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+6
-6
lines changed
 

‎.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
app-dir: example
157157
- run:
158158
name: swiftlint
159-
working_directory: ios/MapboxMapsFlutter
159+
working_directory: ios/mapbox_maps_flutter
160160
command: HOMEBREW_NO_AUTO_UPDATE=1 brew install swiftlint; swiftlint lint --strict
161161
- run:
162162
name: unit test

‎ios/mapbox_maps_flutter.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.author = { 'Mapbox' => 'mobile@mapbox.com' }
1414
s.source = { :path => '.' }
1515

16-
s.source_files = 'MapboxMapsFlutter/Sources/Classes/**/*'
16+
s.source_files = 'mapbox_maps_flutter/Sources/mapbox_maps_flutter/Classes/**/*'
1717
s.dependency 'Flutter'
1818
s.platform = :ios, '12.0'
1919

0 commit comments

Comments
 (0)