You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-14 22:30:10 +00:00
## [2.0.9] - 2021-05-04 Project generation: Added support for CLI. Integration: Improved performance when discovering Visual Studio installations. Warn when legacy assemblies are present in the project. Warn when the package version is not up-to-date.
49 lines
1.4 KiB
Plaintext
49 lines
1.4 KiB
Plaintext
<?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>19H1030</string>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>AppleEventIntegration</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.unity.visualstudio.AppleEventIntegration</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>AppleEventIntegration</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>BNDL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0</string>
|
|
<key>CFBundleSupportedPlatforms</key>
|
|
<array>
|
|
<string>MacOSX</string>
|
|
</array>
|
|
<key>CFBundleVersion</key>
|
|
<string>1</string>
|
|
<key>DTCompiler</key>
|
|
<string>com.apple.compilers.llvm.clang.1_0</string>
|
|
<key>DTPlatformBuild</key>
|
|
<string>12D4e</string>
|
|
<key>DTPlatformName</key>
|
|
<string>macosx</string>
|
|
<key>DTPlatformVersion</key>
|
|
<string>11.1</string>
|
|
<key>DTSDKBuild</key>
|
|
<string>20C63</string>
|
|
<key>DTSDKName</key>
|
|
<string>macosx11.1</string>
|
|
<key>DTXcode</key>
|
|
<string>1240</string>
|
|
<key>DTXcodeBuild</key>
|
|
<string>12D4e</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.13</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright © 2019 Unity. All rights reserved.</string>
|
|
</dict>
|
|
</plist>
|