Skip to content

Commit a8254a5

Browse files
committed
fix: unused Podfile code
1 parent cadbcb6 commit a8254a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

example/ios/Podfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ require Pod::Executable.execute_command('node', ['-p',
1010
platform :ios, min_ios_version_supported
1111
prepare_react_native_project!
1212

13-
# This helps with header search paths when using frameworks
14-
def fix_cplusplus_header_paths(installer)
1513
linkage = ENV['USE_FRAMEWORKS']
1614
if linkage != nil
1715
Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green
@@ -27,8 +25,6 @@ target 'NitroSQLiteExample' do
2725
:app_path => "#{Pod::Config.instance.installation_root}/.."
2826
)
2927

30-
# pod 'RNNitroSQLite', :path => '../../package'
31-
3228
target 'NitroSQLiteExampleTests' do
3329
inherit! :complete
3430
# Pods for testing

0 commit comments

Comments
 (0)