Skip to content

Commit 2ef106b

Browse files
build: recompile ImmutableWebView.bundle with UnityPostMessage alias
Recompiled the macOS WebView plugin to include the UnityPostMessage alias added in the previous commit. This ensures the JavaScript game-bridge can successfully call back to Unity via UnityPostMessage on macOS.
1 parent 53520cd commit 2ef106b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/Packages/Passport/Runtime/ThirdParty/Gree/Assets/Plugins/ImmutableWebView.bundle/Contents/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>25B78</string>
6+
<string>25C56</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>English</string>
99
<key>CFBundleExecutable</key>
@@ -29,19 +29,19 @@
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
32-
<string>25B74</string>
32+
<string>25A352</string>
3333
<key>DTPlatformName</key>
3434
<string>macosx</string>
3535
<key>DTPlatformVersion</key>
36-
<string>26.1</string>
36+
<string>26.0</string>
3737
<key>DTSDKBuild</key>
38-
<string>25B74</string>
38+
<string>25A352</string>
3939
<key>DTSDKName</key>
40-
<string>macosx26.1</string>
40+
<string>macosx26.0</string>
4141
<key>DTXcode</key>
42-
<string>2611</string>
42+
<string>2601</string>
4343
<key>DTXcodeBuild</key>
44-
<string>17B100</string>
44+
<string>17A400</string>
4545
<key>LSMinimumSystemVersion</key>
4646
<string>12.4</string>
4747
</dict>

0 commit comments

Comments
 (0)