File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed
SkeletonViewCore/Sources/Supporting Files Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ let package = Package(
1717 targets: [
1818 . target(
1919 name: " SkeletonView " ,
20- path: " SkeletonViewCore/Sources "
20+ path: " SkeletonViewCore/Sources " ,
21+ resources: [ . copy( " Supporting Files/PrivacyInfo.xcprivacy " ) ] ,
2122 ) ,
2223 . testTarget(
2324 name: " SkeletonViewTests " ,
Original file line number Diff line number Diff line change 33 archiveVersion = 1;
44 classes = {
55 };
6- objectVersion = 52 ;
6+ objectVersion = 54 ;
77 objects = {
88
99/* Begin PBXBuildFile section */
153153/* End PBXContainerItemProxy section */
154154
155155/* Begin PBXFileReference section */
156+ 0AEC95C32AF537B600CD241A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
156157 F5225F29278C2BCE0061A9B0 /* SkeletonTextNumberOfLines.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SkeletonTextNumberOfLines.swift; sourceTree = "<group>"; };
157158 F53D731726D399E100249D46 /* SkeletonTreeNode+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SkeletonTreeNode+Extensions.swift"; sourceTree = "<group>"; };
158159 F53D731A26D3A35100249D46 /* SkeletonExtended.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SkeletonExtended.swift; sourceTree = "<group>"; };
349350 isa = PBXGroup;
350351 children = (
351352 F556F56226CD1D8500A80B83 /* Info.plist */,
353+ 0AEC95C32AF537B600CD241A /* PrivacyInfo.xcprivacy */,
352354 );
353355 path = "Supporting Files";
354356 sourceTree = "<group>";
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+ <key >NSPrivacyAccessedAPIType</key >
15+ <string >NSPrivacyAccessedAPICategoryUserDefaults</string >
16+ <key >NSPrivacyAccessedAPITypeReasons</key >
17+ <array >
18+ <string >CA92.1</string >
19+ </array >
20+ </dict >
21+ </array >
22+ </dict >
23+ </plist >
You can’t perform that action at this time.
0 commit comments