Skip to content
This repository was archived by the owner on Jun 25, 2019. It is now read-only.

static_framework = true #130

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ios/Classes/MapViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

#import <UIKit/UIKit.h>
#import <CoreLocation/CoreLocation.h>
#import <GoogleMaps/GoogleMaps/GMSMapView.h>
#import <GoogleMaps/GoogleMaps/GMSIndoorDisplay.h>
#import <GoogleMaps/GoogleMaps.h>

@class MapViewPlugin;
@class MapAnnotation;
Expand Down
1 change: 1 addition & 0 deletions ios/map_view.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ A new flutter plugin project.
s.dependency 'GoogleMaps'
s.compiler_flags = '-fno-modules'
s.ios.deployment_target = '8.0'
s.static_framework = true
end