Skip to content

Commit 3a2db52

Browse files
whiteHatCipmfazekas
andcommitted
Renaming FollyImporter.h filename
The new filename will be RNMBXFollyConvert.h Co-Authored-By: Miklós Fazekas <[email protected]>
1 parent 4c372ac commit 3a2db52

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

ios/RNMBX/RNMBXModelsComponentView.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
#import "rnmapbox_maps-Swift.pre.h"
1414

15+
#import "RNMBXFollyConvert.h"
1516
#import "RNMBXFabricPropConvert.h"
16-
#import "FollyImporter.h"
1717

1818

1919
// TODO: use generated RNMBXModelsEventEmitter, but need 0.73+ for dynamic support

ios/RNMBX/RNMBXViewportComponentView.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#import "rnmapbox_maps-Swift.pre.h"
1414

15-
#import "FollyImporter.h"
15+
#import "RNMBXFollyConvert.h"
1616

1717

1818
// TODO: use generated RNMBXViewportEventEmitter, but need 0.73+ for dynamic support
File renamed without changes.

rnmapbox-maps.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Pod::Spec.new do |s|
253253
case $RNMapboxMapsImpl
254254
when 'mapbox'
255255
sp.source_files = "ios/RNMBX/**/*.{h,m,mm,swift}"
256-
sp.private_header_files = 'ios/RNMBX/RNMBXFabricHelpers.h', 'ios/RNMBX/RNMBXFabricPropConvert.h', 'ios/RNMBX/rnmapbox_maps-Swift.pre.h', 'ios/RNMBX/Utils/FollyImporter.h'
256+
sp.private_header_files = 'ios/RNMBX/RNMBXFabricHelpers.h', 'ios/RNMBX/RNMBXFabricPropConvert.h', 'ios/RNMBX/rnmapbox_maps-Swift.pre.h', 'ios/RNMBX/Utils/RNMBXFollyConvert.h'
257257
if new_arch_enabled
258258
sp.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
259259
install_modules_dependencies(sp)

0 commit comments

Comments
 (0)