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.
- package/Editor/XDGIOSCommonProcessor.cs +1 -1
- package/Plugins/Android/libs/XDGCommon_6.23.3.aar +0 -0
- package/Plugins/Android/libs/{XDGCommon_6.23.1.aar.meta → XDGCommon_6.23.3.aar.meta} +1 -1
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDVersion.h +2 -2
- package/Plugins/iOS/XDCommonSDK.framework/Info.plist +0 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDCommonSDK +0 -0
- package/package.json +1 -1
- package/Plugins/Android/libs/XDGCommon_6.23.1.aar +0 -0
|
@@ -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))
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|