File tree Expand file tree Collapse file tree 3 files changed +38
-1
lines changed
imageCropPicker.xcodeproj Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,10 @@ Pod::Spec.new do |s|
13
13
s . platform = :ios , "8.0"
14
14
s . dependency 'React-Core'
15
15
s . dependency 'React-RCTImage'
16
- s . dependency 'TOCropViewController'
16
+ s . dependency 'TOCropViewController' , '~> 2.7.3'
17
+ s . resource_bundles = {
18
+ 'RNImageCropPickerPrivacyInfo' => [ 'ios/PrivacyInfo.xcprivacy' ] ,
19
+ }
17
20
18
21
s . subspec 'QBImagePickerController' do |qb |
19
22
qb . name = "QBImagePickerController"
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 >3B52.1</string >
11
+ </array >
12
+ <key >NSPrivacyAccessedAPIType</key >
13
+ <string >NSPrivacyAccessedAPICategoryFileTimestamp</string >
14
+ </dict >
15
+ </array >
16
+ <key >NSPrivacyCollectedDataTypes</key >
17
+ <array >
18
+ <dict >
19
+ <key >NSPrivacyCollectedDataType</key >
20
+ <string >NSPrivacyCollectedDataTypePhotosorVideos</string >
21
+ <key >NSPrivacyCollectedDataTypeLinked</key >
22
+ <false />
23
+ <key >NSPrivacyCollectedDataTypeTracking</key >
24
+ <false />
25
+ <key >NSPrivacyCollectedDataTypePurposes</key >
26
+ <array >
27
+ <string >NSPrivacyCollectedDataTypePurposeAppFunctionality</string >
28
+ </array >
29
+ </dict >
30
+ </array >
31
+ </dict >
32
+ </plist >
Original file line number Diff line number Diff line change 33
33
347ACA051E4B2B2F0068D500 /* libRCTImage.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libRCTImage.a; path = "../../../../Library/Developer/Xcode/DerivedData/example-grvsvunjwoajzcfynrlckgmefufr/Build/Products/Debug-iphonesimulator/libRCTImage.a"; sourceTree = "<group>"; };
34
34
34963A931D6B919800F9CA2F /* UIImage+Resize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+Resize.h"; sourceTree = "<group>"; };
35
35
34963A941D6B919800F9CA2F /* UIImage+Resize.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+Resize.m"; sourceTree = "<group>"; };
36
+ F2E728362BCE586000953E6E /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
36
37
/* End PBXFileReference section */
37
38
38
39
/* Begin PBXFrameworksBuildPhase section */
50
51
3400A7FF1CEB54A6008A0BC7 = {
51
52
isa = PBXGroup;
52
53
children = (
54
+ F2E728362BCE586000953E6E /* PrivacyInfo.xcprivacy */,
53
55
34ECC8E3204DEEA90053BBC0 /* src */,
54
56
34434E251D6F5E5600BF5063 /* Libraries */,
55
57
3400A8091CEB54A6008A0BC7 /* Products */,
You can’t perform that action at this time.
0 commit comments