Skip to content

Commit fb0a65f

Browse files
added 11.6.3
1 parent 3e989b5 commit fb0a65f

File tree

422 files changed

+60845
-36007
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

422 files changed

+60845
-36007
lines changed

AcuantCamera/AcuantCamera.xcodeproj/project.pbxproj

Lines changed: 45 additions & 43 deletions
Large diffs are not rendered by default.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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>NSPrivacyTrackingDomains</key>
6+
<array/>
7+
<key>NSPrivacyAccessedAPITypes</key>
8+
<array/>
9+
<key>NSPrivacyCollectedDataTypes</key>
10+
<array>
11+
<dict>
12+
<key>NSPrivacyCollectedDataType</key>
13+
<string>NSPrivacyCollectedDataTypeName</string>
14+
<key>NSPrivacyCollectedDataTypeLinked</key>
15+
<false/>
16+
<key>NSPrivacyCollectedDataTypeTracking</key>
17+
<false/>
18+
<key>NSPrivacyCollectedDataTypePurposes</key>
19+
<array>
20+
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
21+
</array>
22+
</dict>
23+
<dict>
24+
<key>NSPrivacyCollectedDataType</key>
25+
<string>NSPrivacyCollectedDataTypeSensitiveInfo</string>
26+
<key>NSPrivacyCollectedDataTypeLinked</key>
27+
<false/>
28+
<key>NSPrivacyCollectedDataTypeTracking</key>
29+
<false/>
30+
<key>NSPrivacyCollectedDataTypePurposes</key>
31+
<array>
32+
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
33+
</array>
34+
</dict>
35+
</array>
36+
<key>NSPrivacyTracking</key>
37+
<false/>
38+
</dict>
39+
</plist>

AcuantFaceCapture/AcuantFaceCapture.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
83F0BFB823D8B7E600140A06 /* AcuantFaceState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F0BFB723D8B7E600140A06 /* AcuantFaceState.swift */; };
1717
83F0BFBA23D8B81200140A06 /* AcuantFaceCaptureSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F0BFB923D8B81200140A06 /* AcuantFaceCaptureSession.swift */; };
1818
83F0BFBC23D8B87F00140A06 /* AcuantFaceDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F0BFBB23D8B87F00140A06 /* AcuantFaceDetails.swift */; };
19+
D91F16182BD6A7E50077C31C /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = D91F16172BD6A7E50077C31C /* PrivacyInfo.xcprivacy */; };
1920
D9395F4626C5D1EC0057EE4D /* ImagePlaceholderLayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9395F4526C5D1EC0057EE4D /* ImagePlaceholderLayer.swift */; };
2021
D9395F4826C6CF910057EE4D /* AlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9395F4726C6CF910057EE4D /* AlertView.swift */; };
2122
D9395F8026C726510057EE4D /* UIWindowExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9395F7F26C726510057EE4D /* UIWindowExtensions.swift */; };
@@ -35,6 +36,7 @@
3536
83F0BFB723D8B7E600140A06 /* AcuantFaceState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AcuantFaceState.swift; sourceTree = "<group>"; };
3637
83F0BFB923D8B81200140A06 /* AcuantFaceCaptureSession.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AcuantFaceCaptureSession.swift; sourceTree = "<group>"; };
3738
83F0BFBB23D8B87F00140A06 /* AcuantFaceDetails.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AcuantFaceDetails.swift; sourceTree = "<group>"; };
39+
D91F16172BD6A7E50077C31C /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
3840
D9395F4526C5D1EC0057EE4D /* ImagePlaceholderLayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagePlaceholderLayer.swift; sourceTree = "<group>"; };
3941
D9395F4726C6CF910057EE4D /* AlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlertView.swift; sourceTree = "<group>"; };
4042
D9395F7F26C726510057EE4D /* UIWindowExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIWindowExtensions.swift; sourceTree = "<group>"; };
@@ -89,6 +91,7 @@
8991
83F0BFB923D8B81200140A06 /* AcuantFaceCaptureSession.swift */,
9092
83F0BF7423D8B28E00140A06 /* AcuantFaceCapture.h */,
9193
83F0BF7523D8B28E00140A06 /* Info.plist */,
94+
D91F16172BD6A7E50077C31C /* PrivacyInfo.xcprivacy */,
9295
);
9396
path = AcuantFaceCapture;
9497
sourceTree = "<group>";
@@ -194,6 +197,7 @@
194197
isa = PBXResourcesBuildPhase;
195198
buildActionMask = 2147483647;
196199
files = (
200+
D91F16182BD6A7E50077C31C /* PrivacyInfo.xcprivacy in Resources */,
197201
);
198202
runOnlyForDeploymentPostprocessing = 0;
199203
};
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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>NSPrivacyTrackingDomains</key>
6+
<array/>
7+
<key>NSPrivacyAccessedAPITypes</key>
8+
<array/>
9+
<key>NSPrivacyCollectedDataTypes</key>
10+
<array>
11+
<dict>
12+
<key>NSPrivacyCollectedDataType</key>
13+
<string>NSPrivacyCollectedDataTypeHead</string>
14+
<key>NSPrivacyCollectedDataTypeLinked</key>
15+
<false/>
16+
<key>NSPrivacyCollectedDataTypeTracking</key>
17+
<false/>
18+
<key>NSPrivacyCollectedDataTypePurposes</key>
19+
<array>
20+
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
21+
</array>
22+
</dict>
23+
<dict>
24+
<key>NSPrivacyCollectedDataType</key>
25+
<string>NSPrivacyCollectedDataTypeSensitiveInfo</string>
26+
<key>NSPrivacyCollectedDataTypeLinked</key>
27+
<true/>
28+
<key>NSPrivacyCollectedDataTypeTracking</key>
29+
<false/>
30+
<key>NSPrivacyCollectedDataTypePurposes</key>
31+
<array>
32+
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
33+
</array>
34+
</dict>
35+
</array>
36+
<key>NSPrivacyTracking</key>
37+
<false/>
38+
</dict>
39+
</plist>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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>ArchiveVersion</key>
6+
<integer>2</integer>
7+
<key>CreationDate</key>
8+
<date>2023-10-05T18:00:47Z</date>
9+
<key>Name</key>
10+
<string>AcuantFaceCapture</string>
11+
<key>SchemeName</key>
12+
<string>AcuantFaceCapture</string>
13+
</dict>
14+
</plist>

0 commit comments

Comments
 (0)