Skip to content

Commit

Permalink
chore: add ios scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsolt Nagy committed Oct 31, 2024
1 parent 9ca6220 commit d917ace
Show file tree
Hide file tree
Showing 13 changed files with 18,770 additions and 1,627 deletions.
122 changes: 69 additions & 53 deletions example/ios/FindLocalDevicesExample.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
</plist>
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ require Pod::Executable.execute_command('node', ['-p',

platform :ios, min_ios_version_supported
prepare_react_native_project!

# If you are using a `react-native-flipper` your iOS build will fail when `NO_FLIPPER=1` is set.
# because `react-native-flipper` depends on (FlipperKit,...) that will be excluded
#
Expand All @@ -29,6 +28,7 @@ target 'FindLocalDevicesExample' do
config = use_native_modules!

use_react_native!(
:hermes_enabled => false,
:path => config[:reactNativePath],
# Enables Flipper.
#
Expand Down
Loading

0 comments on commit d917ace

Please sign in to comment.