Skip to content

Commit

Permalink
Fix Xcode 12 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinshin1013 committed Oct 1, 2020
1 parent c57cad5 commit 983eb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNExitApp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Pod::Spec.new do |s|
s.preserve_paths = 'README.md', 'package.json', '*.js'
s.source_files = 'ios/RNExitApp/**/*.{h,m}'

s.dependency 'React'
s.dependency 'React-Core'
end

1 comment on commit 983eb21

@MoOx
Copy link

@MoOx MoOx commented on 983eb21 Jun 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to have this released :)

Please sign in to comment.