Skip to content

Commit

Permalink
Merge pull request #21 from paymand/fix/add_missing_GMSStrokeStyles_h…
Browse files Browse the repository at this point in the history
…eader_2

Make sure GMSStrokeStyle.h is in public headers
  • Loading branch information
leoneparise authored Jan 21, 2020
2 parents 6ccce85 + 45f3af1 commit dd0b39d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GoogleMaps.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
B9EE04A21D9D9480003E7610 /* GoogleMaps.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EE036D1D9D8429003E7610 /* GoogleMaps.framework */; };
B9EE04A41D9D94A0003E7610 /* GoogleMapsM4B in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EE04A31D9D94A0003E7610 /* GoogleMapsM4B */; };
B9EE04A51D9D94CE003E7610 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EE039D1D9D84D8003E7610 /* Foundation.framework */; };
CDCD78F323980D8B007E8167 /* GMSStrokeStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCD78F223980D8B007E8167 /* GMSStrokeStyle.h */; };
CDCD78F323980D8B007E8167 /* GMSStrokeStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCD78F223980D8B007E8167 /* GMSStrokeStyle.h */; settings = {ATTRIBUTES = (Public, ); }; };
E1933E4A22497B2D00BBF8E4 /* GMSPolygonLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = E1933E4922497B2D00BBF8E4 /* GMSPolygonLayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -688,7 +688,6 @@
15B54FA921417C7000A99A88 /* GMSMarker.h in Headers */,
15B54FC621417C7000A99A88 /* GMSURLTileLayer.h in Headers */,
15B54FBD21417C7000A99A88 /* GMSPanoramaCameraUpdate.h in Headers */,
CDCD78F323980D8B007E8167 /* GMSStrokeStyle.h in Headers */,
15B54FB821417C7000A99A88 /* GMSIndoorLevel.h in Headers */,
15B54FBB21417C7000A99A88 /* GMSPanoramaSource.h in Headers */,
15B54FC321417C7000A99A88 /* GMSSyncTileLayer.h in Headers */,
Expand All @@ -700,6 +699,7 @@
15B54FB121417C7000A99A88 /* GMSPolyline.h in Headers */,
E1933E4A22497B2D00BBF8E4 /* GMSPolygonLayer.h in Headers */,
15B54FB021417C7000A99A88 /* GMSMapLayer.h in Headers */,
CDCD78F323980D8B007E8167 /* GMSStrokeStyle.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit dd0b39d

Please sign in to comment.