File tree Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Pod::Spec.new do |s|
1616 s . ios . deployment_target = '12.4'
1717
1818 s . source = { :git => "https://github.com/sourcetoad/react-native-fs2" , :tag => "v#{ s . version } " }
19+ s . resource_bundles = { 'RNFS_PrivacyInfo' => 'ios/PrivacyInfo.xcprivacy' }
1920 s . source_files = "ios/*.{h,m}"
2021 s . preserve_paths = "src/*.{js,ts}"
2122
Original file line number Diff line number Diff line change @@ -1114,7 +1114,7 @@ PODS:
11141114 - React-jsi (= 0.73.1)
11151115 - React-logger (= 0.73.1)
11161116 - React-perflogger (= 0.73.1)
1117- - RNFS2 (3.1.0 ):
1117+ - RNFS2 (3.1.3 ):
11181118 - React-Core
11191119 - SocketRocket (0.6.1)
11201120 - Yoga (1.14.0)
@@ -1376,7 +1376,7 @@ SPEC CHECKSUMS:
13761376 React-runtimescheduler: 93a4c84e46a85c3fc9678abd4f6923b785226ea7
13771377 React-utils: debda2c206770ee2785bdebb7f16d8db9f18838a
13781378 ReactCommon: ddb128564dcbfa0287d3d1a2d10f8c7457c971f6
1379- RNFS2: 03a39d49f17da35fa89a2eb737979c985df29534
1379+ RNFS2: f66fe1311fc4a594c6f01e016d2f76353756e3c8
13801380 SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
13811381 Yoga: 2b33a7ac96c58cdaa7b810948fc6a2a76ed2d108
13821382
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >NSPrivacyAccessedAPITypes</key >
6+ <array >
7+ <dict >
8+ <key >NSPrivacyAccessedAPITypeReasons</key >
9+ <array >
10+ <string >0A2A.1</string >
11+ </array >
12+ <key >NSPrivacyAccessedAPIType</key >
13+ <string >NSPrivacyAccessedAPICategoryFileTimestamp</string >
14+ </dict >
15+ <dict >
16+ <key >NSPrivacyAccessedAPITypeReasons</key >
17+ <array >
18+ <string >85F4.1</string >
19+ </array >
20+ <key >NSPrivacyAccessedAPIType</key >
21+ <string >NSPrivacyAccessedAPICategoryDiskSpace</string >
22+ </dict >
23+ </array >
24+ <key >NSPrivacyTrackingDomains</key >
25+ <array />
26+ <key >NSPrivacyTracking</key >
27+ <false />
28+ <key >NSPrivacyCollectedDataTypes</key >
29+ <array />
30+ </dict >
31+ </plist >
You can’t perform that action at this time.
0 commit comments