-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b48ef95
commit 3ced3e0
Showing
5 changed files
with
121 additions
and
0 deletions.
There are no files selected for viewing
68 changes: 68 additions & 0 deletions
68
...meworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>BuildMachineOSBuild</key> | ||
<string>20A241133</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleExecutable</key> | ||
<string>MTLCompilerService</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.MTLCompilerService</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>MTLCompilerService</string> | ||
<key>CFBundlePackageType</key> | ||
<string>XPC!</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>263.8</string> | ||
<key>CFBundleSignature</key> | ||
<string>1</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>263.8</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>13E6049a</string> | ||
<key>DTPlatformName</key> | ||
<string>macosx</string> | ||
<key>DTPlatformVersion</key> | ||
<string>12.5</string> | ||
<key>DTSDKBuild</key> | ||
<string>21G55</string> | ||
<key>DTSDKName</key> | ||
<string>macosx12.5.internal</string> | ||
<key>DTXcode</key> | ||
<string>1330</string> | ||
<key>DTXcodeBuild</key> | ||
<string>13E6049a</string> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>12.5</string> | ||
<key>XPCService</key> | ||
<dict> | ||
<key>EnvironmentVariables</key> | ||
<dict> | ||
<key>MallocNanoZone</key> | ||
<string>1</string> | ||
</dict> | ||
<key>ServiceType</key> | ||
<string>Application</string> | ||
<key>_AdditionalProperties</key> | ||
<dict> | ||
<key>RunningBoard</key> | ||
<dict> | ||
<key>DisableFreezing</key> | ||
<true/> | ||
</dict> | ||
</dict> | ||
<key>_MultipleInstances</key> | ||
<true/> | ||
</dict> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+195 KB
...framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService
Binary file not shown.
37 changes: 37 additions & 0 deletions
37
...ework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/_CodeSignature/CodeResources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>files</key> | ||
<dict/> | ||
<key>files2</key> | ||
<dict/> | ||
<key>rules</key> | ||
<dict> | ||
<key>^.*</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
</dict> | ||
<key>rules2</key> | ||
<dict> | ||
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key> | ||
<dict> | ||
<key>nested</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>0.0</real> | ||
</dict> | ||
<key>^.*</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
16 changes: 16 additions & 0 deletions
16
...orks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/version.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>BuildVersion</key> | ||
<string>27</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>263.8</string> | ||
<key>CFBundleVersion</key> | ||
<string>263.8</string> | ||
<key>ProjectName</key> | ||
<string>Metal</string> | ||
<key>SourceVersion</key> | ||
<string>263008000000000</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+5.09 MB
Universal-Binaries/13.2.1-22/System/Library/Frameworks/Metal.framework/Versions/A/Metal
Binary file not shown.