Skip to content

Commit

Permalink
Segment Ventura bins
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Jul 17, 2023
1 parent b48ef95 commit 3ced3e0
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 0 deletions.
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 not shown.
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>
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 not shown.

0 comments on commit 3ced3e0

Please sign in to comment.