com.xd.sdk.account 7.6.1 → 7.6.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.
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "XD.SDK.Account.Editor",
3
+ "rootNamespace": "",
4
+ "references": [
5
+ "XD.SDK.Foundation.Editor"
6
+ ],
7
+ "includePlatforms": [
8
+ "Editor"
9
+ ],
10
+ "excludePlatforms": [],
11
+ "allowUnsafeCode": false,
12
+ "overrideReferences": false,
13
+ "precompiledReferences": [],
14
+ "autoReferenced": true,
15
+ "defineConstraints": [],
16
+ "versionDefines": [],
17
+ "noEngineReferences": false
18
+ }
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: cad79e5e7b464458abecb787ed3e6f21
3
+ AssemblyDefinitionImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -4,6 +4,6 @@
4
4
  //
5
5
  // Created by Fattycat on 2023/4/14.
6
6
  //
7
- #define XDGAccount_VERSION @"7.6.1"
8
- #define XDSAccount_VERSION_CODE @"7060100"
9
- // HASH fbff8e7e
7
+ #define XDGAccount_VERSION @"7.6.3"
8
+ #define XDSAccount_VERSION_CODE @"7060300"
9
+ // HASH 3451ec11
@@ -14,7 +14,7 @@ NS_ASSUME_NONNULL_BEGIN
14
14
 
15
15
  + (void)accountLog:(NSString *)content;
16
16
 
17
- + (void)accountSecureLog:(NSString *)content;
17
+ + (void)accountLog:(NSString *)content secureContent:(NSString *_Nullable)secureContent;
18
18
 
19
19
  + (void)accountTapLog:(NSString *)content;
20
20
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "com.xd.sdk.account",
3
3
  "displayName": "XDGSDK Account",
4
- "version": "7.6.1",
4
+ "version": "7.6.3",
5
5
  "description": "XDGSDK",
6
6
  "unity": "2019.3",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.xd.sdk.common": "7.6.1"
9
+ "com.xd.sdk.common": "7.6.3"
10
10
  }
11
11
  }