Skip to content

Commit 2904345

Browse files
committed
20250502-1
1 parent ca39757 commit 2904345

File tree

12 files changed

+219
-4
lines changed

12 files changed

+219
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ obj/
1919
.DS_Store
2020

2121
Packages/packages-lock.json
22-
Packages/com.unity.ide.visualstudio/Editor/COMIntegration/Release/build/
23-
Packages/com.unity.ide.visualstudio/Editor/COMIntegration/Release/COMIntegration.exe
24-
Packages/com.unity.ide.visualstudio/Editor/Plugins/AppleEventIntegration.bundle/
25-
!Packages/com.unity.ide.visualstudio/Editor/Plugins/AppleEventIntegration.bundle/**/*.meta
22+
#Packages/com.unity.ide.visualstudio/Editor/COMIntegration/Release/build/
23+
#Packages/com.unity.ide.visualstudio/Editor/COMIntegration/Release/COMIntegration.exe
24+
#Packages/com.unity.ide.visualstudio/Editor/Plugins/AppleEventIntegration.bundle/
25+
!Packages/com.unity.ide.visualstudio/Editor/Plugins/AppleEventIntegration.bundle/**/*.meta
Binary file not shown.

Packages/com.unity.ide.visualstudio/Editor/COMIntegration/Release/COMIntegration.exe.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/com.unity.ide.visualstudio/Editor/Plugins/AppleEventIntegration.bundle/Contents.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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>19G2021</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>en</string>
9+
<key>CFBundleExecutable</key>
10+
<string>AppleEventIntegration</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>com.unity.visualstudio.AppleEventIntegration</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>AppleEventIntegration</string>
17+
<key>CFBundlePackageType</key>
18+
<string>BNDL</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>1.0</string>
21+
<key>CFBundleSupportedPlatforms</key>
22+
<array>
23+
<string>MacOSX</string>
24+
</array>
25+
<key>CFBundleVersion</key>
26+
<string>1</string>
27+
<key>DTCompiler</key>
28+
<string>com.apple.compilers.llvm.clang.1_0</string>
29+
<key>DTPlatformBuild</key>
30+
<string>12B45b</string>
31+
<key>DTPlatformName</key>
32+
<string>macosx</string>
33+
<key>DTPlatformVersion</key>
34+
<string>11.0</string>
35+
<key>DTSDKBuild</key>
36+
<string>20A2408</string>
37+
<key>DTSDKName</key>
38+
<string>macosx11.0</string>
39+
<key>DTXcode</key>
40+
<string>1220</string>
41+
<key>DTXcodeBuild</key>
42+
<string>12B45b</string>
43+
<key>LSMinimumSystemVersion</key>
44+
<string>10.13</string>
45+
<key>NSHumanReadableCopyright</key>
46+
<string>Copyright © 2019 Unity. All rights reserved.</string>
47+
</dict>
48+
</plist>

Packages/com.unity.ide.visualstudio/Editor/Plugins/AppleEventIntegration.bundle/Contents/Info.plist.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/com.unity.ide.visualstudio/Editor/Plugins/AppleEventIntegration.bundle/Contents/MacOS.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/com.unity.ide.visualstudio/Editor/Plugins/AppleEventIntegration.bundle/Contents/MacOS/AppleEventIntegration.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/com.unity.ide.visualstudio/Editor/Plugins/AppleEventIntegration.bundle/Contents/_CodeSignature.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)