Skip to content

Commit

Permalink
correctd ios
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Oct 15, 2024
1 parent 70e7176 commit 8e6856b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions apps/box/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ target 'Box' do
# Pods for testing
end

permissions_path = '../node_modules/react-native-permissions/ios'
pod 'Permission-BluetoothPeripheral', :path => "#{permissions_path}/BluetoothPeripheral"

post_install do |installer|
PLIST_BUDDY_PATH = '/usr/libexec/PlistBuddy'
# https://github.com/facebook/react-native/issues/34997
Expand Down
3 changes: 2 additions & 1 deletion apps/box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"zustand": "*",
"@types/react-native-background-timer": "*",
"ethers": "*",
"whatwg-fetch": "*"
"whatwg-fetch": "*",
"react-native-permissions": "*"
},
"devDependencies": {
"@types/react-native-background-timer": "^2.0.2"
Expand Down

0 comments on commit 8e6856b

Please sign in to comment.