com.xd.sdk.common 6.23.2 → 6.23.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -474,7 +474,7 @@ namespace XD.SDK.Common.Editor
474
474
  dict2.SetString("CFBundleURLName", "xhs");
475
475
  PlistElementArray array2 = dict2.CreateArray("CFBundleURLSchemes");
476
476
  array2 = dict2.CreateArray("CFBundleURLSchemes");
477
- array2.AddString(xhsId);
477
+ array2.AddString("xhs" + xhsId);
478
478
  }
479
479
 
480
480
  if (!string.IsNullOrEmpty(douyinId))
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 24c783f2664f84891bb2c58054afffbe
2
+ guid: f22c17cfd8dd94d50a024a1c46414703
3
3
  PluginImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -5,5 +5,5 @@
5
5
  // Created by Fattycat on 2022/5/13.
6
6
  //
7
7
 
8
- #define XDSDK_VERSION @"6.23.2"
9
- // HASH bac27863
8
+ #define XDSDK_VERSION @"6.23.3"
9
+ // HASH 21aa09f1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "com.xd.sdk.common",
3
3
  "displayName": "XDSDK Common",
4
- "version": "6.23.2",
4
+ "version": "6.23.3",
5
5
  "description": "XDSDK",
6
6
  "unity": "2018.3",
7
7
  "license": "MIT",