Skip to content

Commit

Permalink
specify swift version (flutter-mapbox-gl#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayvazj authored and andrea689 committed Apr 20, 2019
1 parent 49657ef commit c6ae890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.flutterMapboxGlExample;
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.mapboxGlExample;
PRODUCT_NAME = "$(TARGET_NAME)";
VERSIONING_SYSTEM = "apple-generic";
};
Expand Down
2 changes: 1 addition & 1 deletion ios/mapbox_gl.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A new Flutter plugin.
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'Mapbox-iOS-SDK', '~> 4.8.0'

s.swift_version = '4.2'
s.ios.deployment_target = '9.0'
end

0 comments on commit c6ae890

Please sign in to comment.