Skip to content

Commit

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

Add missing GMSStrokeStyles header file
  • Loading branch information
leoneparise authored Jan 17, 2020
2 parents 976d329 + 6bbaf4f commit 6ccce85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GoogleMaps.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +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 */; };
E1933E4A22497B2D00BBF8E4 /* GMSPolygonLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = E1933E4922497B2D00BBF8E4 /* GMSPolygonLayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -253,6 +254,7 @@
B9EE049A1D9D9478003E7610 /* GoogleMapsM4B.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GoogleMapsM4B.framework; sourceTree = BUILT_PRODUCTS_DIR; };
B9EE049D1D9D9478003E7610 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B9EE04A31D9D94A0003E7610 /* GoogleMapsM4B */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = GoogleMapsM4B; sourceTree = "<group>"; };
CDCD78F223980D8B007E8167 /* GMSStrokeStyle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GMSStrokeStyle.h; sourceTree = "<group>"; };
E1933E4922497B2D00BBF8E4 /* GMSPolygonLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GMSPolygonLayer.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -364,6 +366,7 @@
15B54F7E21417C7000A99A88 /* Headers */ = {
isa = PBXGroup;
children = (
CDCD78F223980D8B007E8167 /* GMSStrokeStyle.h */,
E1933E4922497B2D00BBF8E4 /* GMSPolygonLayer.h */,
15B54F7F21417C7000A99A88 /* GMSPanoramaView.h */,
15B54F8021417C7000A99A88 /* GMSIndoorBuilding.h */,
Expand Down Expand Up @@ -685,6 +688,7 @@
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 Down

0 comments on commit 6ccce85

Please sign in to comment.