Skip to content

Commit a5f43c1

Browse files
committed
Restore accidental 14.0 B1 folder deletion
1 parent 6828c21 commit a5f43c1

File tree

7 files changed

+157
-0
lines changed

7 files changed

+157
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
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>BuildMachineOSBuild</key>
6+
<string>22A380010</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>English</string>
9+
<key>CFBundleExecutable</key>
10+
<string>AppleCamera</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>com.apple.cmio.DAL.AppleCamera</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>Apple Camera</string>
17+
<key>CFBundlePackageType</key>
18+
<string>BNDL</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>400.7.13</string>
21+
<key>CFBundleSignature</key>
22+
<string>????</string>
23+
<key>CFBundleSupportedPlatforms</key>
24+
<array>
25+
<string>MacOSX</string>
26+
</array>
27+
<key>CFBundleVersion</key>
28+
<string>AppleCameraDeviceAbstractionLayer-7.13.0</string>
29+
<key>CFPlugInFactories</key>
30+
<dict>
31+
<key>3A06A710-6A71-48F1-93CE-1521DC01C0E7</key>
32+
<string>AppleCameraNewPlugIn</string>
33+
</dict>
34+
<key>CFPlugInTypes</key>
35+
<dict>
36+
<key>30010C1C-93BF-11D8-8B5B-000A95AF9C6A</key>
37+
<array>
38+
<string>3A06A710-6A71-48F1-93CE-1521DC01C0E7</string>
39+
</array>
40+
</dict>
41+
<key>CMIOHardwareAssistantServiceNames</key>
42+
<array>
43+
<string>com.apple.cmio.AppleCameraAssistant</string>
44+
</array>
45+
<key>CMIOHardwarePlugInLazyLoadingInfo</key>
46+
<array>
47+
<dict>
48+
<key>IOClass</key>
49+
<string>AppleCamIn</string>
50+
<key>IOPCIMatch</key>
51+
<string>0x157014E4</string>
52+
<key>IOPCITunnelCompatible</key>
53+
<true/>
54+
<key>IOProviderClass</key>
55+
<string>IOPCIDevice</string>
56+
</dict>
57+
</array>
58+
<key>DTCompiler</key>
59+
<string>com.apple.compilers.llvm.clang.1_0</string>
60+
<key>DTPlatformBuild</key>
61+
<string>22F80</string>
62+
<key>DTPlatformName</key>
63+
<string>macosx</string>
64+
<key>DTPlatformVersion</key>
65+
<string>13.4</string>
66+
<key>DTSDKBuild</key>
67+
<string>22F80</string>
68+
<key>DTSDKName</key>
69+
<string>macosx13.4.internal</string>
70+
<key>DTXcode</key>
71+
<string>1430</string>
72+
<key>DTXcodeBuild</key>
73+
<string>14E6097d</string>
74+
<key>LSMinimumSystemVersion</key>
75+
<string>13.4</string>
76+
</dict>
77+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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>files</key>
6+
<dict/>
7+
<key>files2</key>
8+
<dict/>
9+
<key>rules</key>
10+
<dict>
11+
<key>^.*</key>
12+
<dict>
13+
<key>omit</key>
14+
<true/>
15+
<key>weight</key>
16+
<real>20</real>
17+
</dict>
18+
</dict>
19+
<key>rules2</key>
20+
<dict>
21+
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
22+
<dict>
23+
<key>nested</key>
24+
<true/>
25+
<key>weight</key>
26+
<real>0.0</real>
27+
</dict>
28+
<key>^.*</key>
29+
<dict>
30+
<key>omit</key>
31+
<true/>
32+
<key>weight</key>
33+
<real>20</real>
34+
</dict>
35+
</dict>
36+
</dict>
37+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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>BuildVersion</key>
6+
<string>1216</string>
7+
<key>CFBundleShortVersionString</key>
8+
<string>400.7.13</string>
9+
<key>CFBundleVersion</key>
10+
<string>AppleCameraDeviceAbstractionLayer-7.13.0</string>
11+
<key>ProjectName</key>
12+
<string>AppleCameraInterface</string>
13+
<key>SourceVersion</key>
14+
<string>7013000000000</string>
15+
</dict>
16+
</plist>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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>Label</key>
6+
<string>com.apple.cmio.AppleCameraAssistant</string>
7+
<key>MachServices</key>
8+
<dict>
9+
<key>com.apple.cmio.AppleCameraAssistant</key>
10+
<true/>
11+
</dict>
12+
<key>ProgramArguments</key>
13+
<array>
14+
<string>/System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/AppleCamera.plugin/Contents/Resources/AppleCameraAssistant</string>
15+
</array>
16+
<key>ThrottleInterval</key>
17+
<integer>1</integer>
18+
<key>ProcessType</key>
19+
<string>Interactive</string>
20+
<key>LegacyTimers</key>
21+
<true/>
22+
<key>UserName</key>
23+
<string>_cmiodalassistants</string>
24+
<key>GroupName</key>
25+
<string>_cmiodalassistants</string>
26+
</dict>
27+
</plist>

0 commit comments

Comments
 (0)