Skip to content

Commit

Permalink
added glog
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Nov 21, 2024
1 parent 5bdaa6f commit 33cc160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/box/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use_modular_headers!

# Resolve react_native_pods.rb with node to allow for hoisting
require Pod::Executable.execute_command('node', ['-p',
'require.resolve(
Expand Down Expand Up @@ -28,6 +29,7 @@ end

target 'Box' do
pod 'Fula', :podspec => 'https://raw.githubusercontent.com/functionland/go-fula/main/Fula.podspec'
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec', :modular_headers => false
config = use_native_modules!

# Flags change depending on the env values.
Expand Down
2 changes: 1 addition & 1 deletion apps/box/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,6 @@ SPEC CHECKSUMS:
WnfsBindings: 10742440a02c258dd9c065d8f29f24e7029955c3
Yoga: d0003f849d2b5224c072cef6568b540d8bb15cd3

PODFILE CHECKSUM: 4005c7a02b5168c648172919a8e926270f5b5946
PODFILE CHECKSUM: ddbc7f8f7312701e5595b295fb156995ebfb2a9d

COCOAPODS: 1.16.2

0 comments on commit 33cc160

Please sign in to comment.