File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 196196 CCC24EBE0A13E34D00A6D3E3 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = src/sample/main.m; sourceTree = SOURCE_ROOT; };
197197 CCC24EBF0A13E34D00A6D3E3 /* FMResultSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FMResultSet.h; path = src/fmdb/FMResultSet.h; sourceTree = SOURCE_ROOT; };
198198 CCC24EC00A13E34D00A6D3E3 /* FMResultSet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FMResultSet.m; path = src/fmdb/FMResultSet.m; sourceTree = SOURCE_ROOT; };
199+ CCF9B96E2B1539EE0023EB4C /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = privacy/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
199200 EE4290EF12B42F870088BD94 /* libFMDB.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libFMDB.a; sourceTree = BUILT_PRODUCTS_DIR; };
200201/* End PBXFileReference section */
201202
272273 08FB7794FE84155DC02AAC07 /* fmdb */ = {
273274 isa = PBXGroup;
274275 children = (
276+ CCF9B96E2B1539EE0023EB4C /* PrivacyInfo.xcprivacy */,
275277 83C73F301C326D8600FFC730 /* FMDB.podspec */,
276278 C6859EA2029092E104C91782 /* Documentation */,
277279 08FB7795FE84155DC02AAC07 /* Source */,
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 >NSPrivacyTracking</key >
6+ <false />
7+ <key >NSPrivacyTrackingDomains</key >
8+ <array />
9+ <key >NSPrivacyCollectedDataTypes</key >
10+ <array />
11+ <key >NSPrivacyAccessedAPITypes</key >
12+ <array />
13+ </dict >
14+ </plist >
You can’t perform that action at this time.
0 commit comments