Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayaryin authored and opyh committed Nov 28, 2024
1 parent 9464f99 commit c8b9fbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ platform :android do
project_host_name = ENV['PROJECT_HOST_NAME']
set_xml_attribute(manifest_file, '//manifest/application/intent-filter/data[1][@android:scheme]', 'android:host', project_host_name)
set_xml_attribute(manifest_file, '//manifest/application/intent-filter/data[2][@android:scheme]', 'android:host', project_host_name)
# xml_set_attribute(path_to_xml_file: manifest_file, xml_path: '//manifest//application//intent-filter//data[1][@android:scheme]', attribute_name: 'android:host', attribute_value: ENV['PROJECT_HOST_NAME'])
# xml_set_attribute(path_to_xml_file: manifest_file, xml_path: '//manifest//application//intent-filter//data[2][@android:scheme]', attribute_name: 'android:host', attribute_value: ENV['PROJECT_HOST_NAME'])

# set project app name
project_app_name = ENV['PROJECT_APP_NAME']
Expand Down

0 comments on commit c8b9fbd

Please sign in to comment.