com.xd.sdk.account 6.26.2 → 6.28.0

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.
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 37bca74229f3a45709b4ef19d53fe650
2
+ guid: 9491f21dfa052431480ebc2a287505f5
3
3
  PluginImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -22,3 +22,4 @@ FOUNDATION_EXPORT const unsigned char XDAccountSDKVersionString[];
22
22
  #import <XDAccountSDK/XDGAccountVersion.h>
23
23
  #import <XDAccountSDK/XDGLogger+Account.h>
24
24
  #import <XDAccountSDK/XDGRoleInfo.h>
25
+ #import <XDAccountSDK/XDGTapLoginPermissionDialog.h>
@@ -4,6 +4,6 @@
4
4
  //
5
5
  // Created by Fattycat on 2023/4/14.
6
6
  //
7
- #define XDGAccount_VERSION @"6.26.2"
8
- #define XDSAccount_VERSION_CODE @"6026020"
9
- // HASH 3e572e74
7
+ #define XDGAccount_VERSION @"6.28.0"
8
+ #define XDSAccount_VERSION_CODE @"6028000"
9
+ // HASH cbb163ac
@@ -12,17 +12,70 @@ PluginImporter:
12
12
  isExplicitlyReferenced: 0
13
13
  validateReferences: 1
14
14
  platformData:
15
+ - first:
16
+ : Any
17
+ second:
18
+ enabled: 0
19
+ settings:
20
+ Exclude Android: 1
21
+ Exclude Editor: 1
22
+ Exclude Linux64: 1
23
+ Exclude OSXUniversal: 1
24
+ Exclude Win: 1
25
+ Exclude Win64: 1
26
+ Exclude iOS: 0
27
+ - first:
28
+ Android: Android
29
+ second:
30
+ enabled: 0
31
+ settings:
32
+ CPU: ARMv7
15
33
  - first:
16
34
  Any:
17
35
  second:
18
- enabled: 1
36
+ enabled: 0
19
37
  settings: {}
20
38
  - first:
21
39
  Editor: Editor
22
40
  second:
23
41
  enabled: 0
24
42
  settings:
43
+ CPU: AnyCPU
25
44
  DefaultValueInitialized: true
45
+ OS: AnyOS
46
+ - first:
47
+ Standalone: Linux64
48
+ second:
49
+ enabled: 0
50
+ settings:
51
+ CPU: None
52
+ - first:
53
+ Standalone: OSXUniversal
54
+ second:
55
+ enabled: 0
56
+ settings:
57
+ CPU: None
58
+ - first:
59
+ Standalone: Win
60
+ second:
61
+ enabled: 0
62
+ settings:
63
+ CPU: None
64
+ - first:
65
+ Standalone: Win64
66
+ second:
67
+ enabled: 0
68
+ settings:
69
+ CPU: None
70
+ - first:
71
+ iPhone: iOS
72
+ second:
73
+ enabled: 1
74
+ settings:
75
+ AddToEmbeddedBinaries: false
76
+ CPU: AnyCPU
77
+ CompileFlags:
78
+ FrameworkDependencies:
26
79
  userData:
27
80
  assetBundleName:
28
81
  assetBundleVariant:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "com.xd.sdk.account",
3
3
  "displayName": "XDSDK Account",
4
- "version": "6.26.2",
4
+ "version": "6.28.0",
5
5
  "description": "XDSDK",
6
6
  "unity": "2018.3",
7
7
  "license": "MIT",