File tree 3 files changed +20
-0
lines changed
RNCAsyncStorage.xcodeproj
3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Pod::Spec.new do |s|
15
15
16
16
s . source = { :git => "https://github.com/react-native-async-storage/async-storage.git" , :tag => "v#{ s . version } " }
17
17
s . source_files = "ios/**/*.{h,m,mm}"
18
+ s . resource_bundles = { "RNCAsyncStorage_resources" => "ios/PrivacyInfo.xcprivacy" }
18
19
19
20
if fabric_enabled
20
21
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
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 >NSPrivacyAccessedAPIType</key >
9
+ <string >NSPrivacyAccessedAPICategoryFileTimestamp</string >
10
+ <key >NSPrivacyAccessedAPITypeReasons</key >
11
+ <array >
12
+ <string >C617.1</string >
13
+ </array >
14
+ </dict >
15
+ </array >
16
+ </dict >
17
+ </plist >
Original file line number Diff line number Diff line change 33
33
1990B9402233FE3A009E5EA1 /* RNCAsyncStorageDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNCAsyncStorageDelegate.h; sourceTree = "<group>"; };
34
34
B3E7B5881CC2AC0600A0062D /* RNCAsyncStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNCAsyncStorage.h; sourceTree = "<group>"; };
35
35
E29A30822BA9DF6000E66900 /* RNCAsyncStorage.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RNCAsyncStorage.mm; sourceTree = "<group>"; };
36
+ E29A30842BA9E0E600E66900 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
36
37
/* End PBXFileReference section */
37
38
38
39
/* Begin PBXFrameworksBuildPhase section */
57
58
58B511D21A9E6C8500147676 = {
58
59
isa = PBXGroup;
59
60
children = (
61
+ E29A30842BA9E0E600E66900 /* PrivacyInfo.xcprivacy */,
60
62
B3E7B5881CC2AC0600A0062D /* RNCAsyncStorage.h */,
61
63
E29A30822BA9DF6000E66900 /* RNCAsyncStorage.mm */,
62
64
1990B9402233FE3A009E5EA1 /* RNCAsyncStorageDelegate.h */,
You can’t perform that action at this time.
0 commit comments