Skip to content

Commit 0f3175d

Browse files
authored
Merge pull request #418 from innovactorybv/fix-missing-rctmgltilesource
Fix missing rctmgltilesource
2 parents 5d7b3e0 + 5d833f7 commit 0f3175d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ios/RCTMGL.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
C4FD1DBF1FCF54FB00213AF2 /* RCTMGLImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = C4FD1DBE1FCF54FB00213AF2 /* RCTMGLImageSource.m */; };
6767
C4FD1DC21FCF550E00213AF2 /* RCTMGLImageSourceManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C4FD1DC11FCF550E00213AF2 /* RCTMGLImageSourceManager.m */; };
6868
C4FD1DC51FD1F04300213AF2 /* MGLSnapshotModule.m in Sources */ = {isa = PBXBuildFile; fileRef = C4FD1DC41FD1F04200213AF2 /* MGLSnapshotModule.m */; };
69+
DF16042F233BFDD100A4231D /* RCTMGLTileSource.m in Sources */ = {isa = PBXBuildFile; fileRef = DF16042E233BFDD000A4231D /* RCTMGLTileSource.m */; };
6970
/* End PBXBuildFile section */
7071

7172
/* Begin PBXCopyFilesBuildPhase section */
@@ -201,6 +202,8 @@
201202
C4FD1DC11FCF550E00213AF2 /* RCTMGLImageSourceManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTMGLImageSourceManager.m; sourceTree = "<group>"; };
202203
C4FD1DC31FD1F04200213AF2 /* MGLSnapshotModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MGLSnapshotModule.h; sourceTree = "<group>"; };
203204
C4FD1DC41FD1F04200213AF2 /* MGLSnapshotModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MGLSnapshotModule.m; sourceTree = "<group>"; };
205+
DF16042D233BFDD000A4231D /* RCTMGLTileSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTMGLTileSource.h; sourceTree = "<group>"; };
206+
DF16042E233BFDD000A4231D /* RCTMGLTileSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTMGLTileSource.m; sourceTree = "<group>"; };
204207
/* End PBXFileReference section */
205208

206209
/* Begin PBXFrameworksBuildPhase section */
@@ -418,6 +421,8 @@
418421
C4FB11091F71D09E0055AE1F /* RCTMGLShapeSource.m */,
419422
C4FB110B1F71D0B10055AE1F /* RCTMGLShapeSourceManager.h */,
420423
C4FB110C1F71D0B10055AE1F /* RCTMGLShapeSourceManager.m */,
424+
DF16042D233BFDD000A4231D /* RCTMGLTileSource.h */,
425+
DF16042E233BFDD000A4231D /* RCTMGLTileSource.m */,
421426
C4FB122B1F7972A00055AE1F /* RCTMGLRasterSource.h */,
422427
C4FB122C1F7972A00055AE1F /* RCTMGLRasterSource.m */,
423428
C4FB122E1F7972B40055AE1F /* RCTMGLRasterSourceManager.h */,
@@ -532,6 +537,7 @@
532537
C4EAF1271F6083C70016DEE8 /* CameraUpdateItem.m in Sources */,
533538
C470F5B81F9E79D400614A69 /* RCTMGLImageQueue.m in Sources */,
534539
C45339CD204780EB00888553 /* RCTMGLImageQueueOperation.m in Sources */,
540+
DF16042F233BFDD100A4231D /* RCTMGLTileSource.m in Sources */,
535541
C4D144531F4E190C00396F26 /* MGLModule.m in Sources */,
536542
C4C87B7B1F8FEBF50064AE95 /* RCTMGLPointAnnotationManager.m in Sources */,
537543
C43CA50A1F50C145000B9CB7 /* RCTMGLEvent.m in Sources */,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-mapbox-gl/maps",
33
"description": "A Mapbox GL react native module for creating custom maps",
4-
"version": "7.0.5",
4+
"version": "7.0.6",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)