Skip to content

Commit d1fbeab

Browse files
authored
chore(💚): fix macos podfile
1 parent 6400345 commit d1fbeab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎apps/example/macos/Podfile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ws_dir = Pathname.new(__dir__)
22
ws_dir = ws_dir.parent until
3-
File.exist?("#{ws_dir}/node_modules/react-native-test-app/test_app.rb") ||
3+
File.exist?("#{ws_dir}/node_modules/react-native-test-app/macos/test_app.rb") ||
44
ws_dir.expand_path.to_s == '/'
5-
require "#{ws_dir}/node_modules/react-native-test-app/test_app.rb"
5+
require "#{ws_dir}/node_modules/react-native-test-app/macos/test_app.rb"
66

77
workspace 'Example.xcworkspace'
88

0 commit comments

Comments
 (0)