Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ios/NewExpensify.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@
"${PODS_CONFIGURATION_BUILD_DIR}/boost/boost_privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/glog/glog_privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb_Privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/react-native-blob-util/ReactNativeBlobUtilPrivacyInfo.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
Expand Down Expand Up @@ -756,6 +757,7 @@
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/boost_privacy.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/glog_privacy.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/nanopb_Privacy.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ReactNativeBlobUtilPrivacyInfo.bundle",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
10 changes: 10 additions & 0 deletions ios/NewExpensify/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>C617.1</string>
<string>0A2A.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>85F4.1</string>
<string>E174.1</string>
</array>
</dict>
<dict>
Expand Down
6 changes: 3 additions & 3 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-blob-util (0.19.4):
- react-native-blob-util (0.22.2):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -3812,8 +3812,8 @@ SPEC CHECKSUMS:
React-microtasksnativemodule: 8fc1bfccd27980ed6cfec1f52ffcd6af336f48f7
react-native-advanced-input-mask: e5fa44f25ae16ab5b8da75b5aed4236a5400a770
react-native-airship: ff2599900d29e0e64ff2b2dd9f897c0c220a9163
react-native-app-logs: 45d7515e7a92e61be56dffb10f315b578dedee01
react-native-blob-util: a013bd1bb12de304a726c2308cc0e219f34ab66c
react-native-app-logs: 6540c5f6f66f33cb52d0bb62f0a10131ff3a9589
react-native-blob-util: 68f288ed8fd64a191a4d83ffa5a1dd375dc786d2
react-native-cameraroll: d98f8a64b53620754864c33a034e054ca4a3b360
react-native-config: ab9f9cc16883aed5355ca43478fe39e6aec5ebb9
react-native-document-picker: 06ad77eb1650e628def114ff74f9f767f1888edd
Expand Down
26 changes: 5 additions & 21 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"react-native-advanced-input-mask": "1.4.6",
"react-native-android-location-enabler": "^3.0.1",
"react-native-app-logs": "0.3.1",
"react-native-blob-util": "0.19.4",
"react-native-blob-util": "0.22.2",
"react-native-collapsible": "^1.6.2",
"react-native-config": "1.5.3",
"react-native-device-info": "10.3.1",
Expand Down
Loading