com.xd.sdk.common 0.0.1

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.
Files changed (545) hide show
  1. package/ChangeLog.md +1 -0
  2. package/ChangeLog.md.meta +7 -0
  3. package/Editor/Plist.cs +938 -0
  4. package/Editor/Plist.cs.meta +11 -0
  5. package/Editor/XD.SDK.Common.Editor.asmdef +18 -0
  6. package/Editor/XD.SDK.Common.Editor.asmdef.meta +7 -0
  7. package/Editor/XDCommonProcessBuild.cs +18 -0
  8. package/Editor/XDCommonProcessBuild.cs.meta +3 -0
  9. package/Editor/XDConfigModel.cs +123 -0
  10. package/Editor/XDConfigModel.cs.meta +3 -0
  11. package/Editor/XDGAndroidCommonProcessor.cs +57 -0
  12. package/Editor/XDGAndroidCommonProcessor.cs.meta +11 -0
  13. package/Editor/XDGAndroidProcessor.cs +194 -0
  14. package/Editor/XDGAndroidProcessor.cs.meta +11 -0
  15. package/Editor/XDGCommonEditorUtils.cs +52 -0
  16. package/Editor/XDGCommonEditorUtils.cs.meta +3 -0
  17. package/Editor/XDGCommonGradleContextProvider.cs +194 -0
  18. package/Editor/XDGCommonGradleContextProvider.cs.meta +3 -0
  19. package/Editor/XDGIOSCommonProcessor.cs +476 -0
  20. package/Editor/XDGIOSCommonProcessor.cs.meta +11 -0
  21. package/Editor/XDGScriptHandlerProcessor.cs +101 -0
  22. package/Editor/XDGScriptHandlerProcessor.cs.meta +11 -0
  23. package/Editor.meta +8 -0
  24. package/Mobile/Config/XDGConfigsMobile.cs +25 -0
  25. package/Mobile/Config/XDGConfigsMobile.cs.meta +11 -0
  26. package/Mobile/Config.meta +8 -0
  27. package/Mobile/Constant.cs +15 -0
  28. package/Mobile/Constant.cs.meta +3 -0
  29. package/Mobile/Editor/XD.SDK.Common.Mobile.Editor.asmdef +22 -0
  30. package/Mobile/Editor/XD.SDK.Common.Mobile.Editor.asmdef.meta +3 -0
  31. package/Mobile/Editor/XDCommonMobileProcessBuild.cs +20 -0
  32. package/Mobile/Editor/XDCommonMobileProcessBuild.cs.meta +3 -0
  33. package/Mobile/Editor.meta +3 -0
  34. package/Mobile/Http/XDGCommonHttpConfigMobile.cs +30 -0
  35. package/Mobile/Http/XDGCommonHttpConfigMobile.cs.meta +11 -0
  36. package/Mobile/Http.meta +8 -0
  37. package/Mobile/LocalConfigInfo.cs +39 -0
  38. package/Mobile/LocalConfigInfo.cs.meta +11 -0
  39. package/Mobile/Net/EventManager.cs +11 -0
  40. package/Mobile/Net/EventManager.cs.meta +3 -0
  41. package/Mobile/Net/MiniJSON.cs +556 -0
  42. package/Mobile/Net/MiniJSON.cs.meta +3 -0
  43. package/Mobile/Net/Net.cs +172 -0
  44. package/Mobile/Net/Net.cs.meta +3 -0
  45. package/Mobile/Net.meta +3 -0
  46. package/Mobile/Plugins/Android/com/xd/common/bridge/XDGCommonBridge.java +14 -0
  47. package/Mobile/Plugins/Android/com/xd/common/bridge/XDGCommonBridge.java.meta +32 -0
  48. package/Mobile/Plugins/Android/com/xd/common/bridge.meta +8 -0
  49. package/Mobile/Plugins/Android/com/xd/common.meta +8 -0
  50. package/Mobile/Plugins/Android/com/xd.meta +8 -0
  51. package/Mobile/Plugins/Android/com.meta +8 -0
  52. package/Mobile/Plugins/Android.meta +8 -0
  53. package/Mobile/Plugins/iOS/XDCommonBridge.m +23 -0
  54. package/Mobile/Plugins/iOS/XDCommonBridge.m.meta +37 -0
  55. package/Mobile/Plugins/iOS.meta +8 -0
  56. package/Mobile/Plugins.meta +8 -0
  57. package/Mobile/XD.SDK.Common.Mobile.Runtime.asmdef +22 -0
  58. package/Mobile/XD.SDK.Common.Mobile.Runtime.asmdef.meta +7 -0
  59. package/Mobile/XDGBridgeWrapper.cs +77 -0
  60. package/Mobile/XDGBridgeWrapper.cs.meta +11 -0
  61. package/Mobile/XDGCommonMobile.cs +123 -0
  62. package/Mobile/XDGCommonMobile.cs.meta +11 -0
  63. package/Mobile/XDGCommonMobileImpl.cs +547 -0
  64. package/Mobile/XDGCommonMobileImpl.cs.meta +11 -0
  65. package/Mobile/XDGErrorMobile.cs +47 -0
  66. package/Mobile/XDGErrorMobile.cs.meta +11 -0
  67. package/Mobile/XDGRegionInfoMobile.cs +27 -0
  68. package/Mobile/XDGRegionInfoMobile.cs.meta +11 -0
  69. package/Mobile/XDGSettingsMobile.cs +13 -0
  70. package/Mobile/XDGSettingsMobile.cs.meta +3 -0
  71. package/Mobile/XDGTool.cs +50 -0
  72. package/Mobile/XDGTool.cs.meta +11 -0
  73. package/Mobile/XDGUserStatusChangeWrapper.cs +23 -0
  74. package/Mobile/XDGUserStatusChangeWrapper.cs.meta +11 -0
  75. package/Mobile.meta +8 -0
  76. package/Plugins/Android/libs/XDGCommon_6.21.1.aar +0 -0
  77. package/Plugins/Android/libs/XDGCommon_6.21.1.aar.meta +32 -0
  78. package/Plugins/Android/libs.meta +8 -0
  79. package/Plugins/Android.meta +8 -0
  80. package/Plugins/iOS/Resource/Blank.swift +8 -0
  81. package/Plugins/iOS/Resource/Blank.swift.meta +33 -0
  82. package/Plugins/iOS/Resource/XDResources.bundle/agreement/Agreement_local_cn.json +12 -0
  83. package/Plugins/iOS/Resource/XDResources.bundle/agreement/Agreement_local_cn.json.meta +7 -0
  84. package/Plugins/iOS/Resource/XDResources.bundle/agreement/Agreement_local_df.json +223 -0
  85. package/Plugins/iOS/Resource/XDResources.bundle/agreement/Agreement_local_df.json.meta +7 -0
  86. package/Plugins/iOS/Resource/XDResources.bundle/agreement/Agreement_local_kr.json +38 -0
  87. package/Plugins/iOS/Resource/XDResources.bundle/agreement/Agreement_local_kr.json.meta +7 -0
  88. package/Plugins/iOS/Resource/XDResources.bundle/agreement.meta +8 -0
  89. package/Plugins/iOS/Resource/XDResources.bundle/de.lproj/Localizable.strings +84 -0
  90. package/Plugins/iOS/Resource/XDResources.bundle/de.lproj/Localizable.strings.meta +7 -0
  91. package/Plugins/iOS/Resource/XDResources.bundle/de.lproj.meta +8 -0
  92. package/Plugins/iOS/Resource/XDResources.bundle/en.lproj/Localizable.strings +84 -0
  93. package/Plugins/iOS/Resource/XDResources.bundle/en.lproj/Localizable.strings.meta +7 -0
  94. package/Plugins/iOS/Resource/XDResources.bundle/en.lproj.meta +8 -0
  95. package/Plugins/iOS/Resource/XDResources.bundle/es.lproj/Localizable.strings +84 -0
  96. package/Plugins/iOS/Resource/XDResources.bundle/es.lproj/Localizable.strings.meta +7 -0
  97. package/Plugins/iOS/Resource/XDResources.bundle/es.lproj.meta +8 -0
  98. package/Plugins/iOS/Resource/XDResources.bundle/fr.lproj/Localizable.strings +84 -0
  99. package/Plugins/iOS/Resource/XDResources.bundle/fr.lproj/Localizable.strings.meta +7 -0
  100. package/Plugins/iOS/Resource/XDResources.bundle/fr.lproj.meta +8 -0
  101. package/Plugins/iOS/Resource/XDResources.bundle/id.lproj/Localizable.strings +84 -0
  102. package/Plugins/iOS/Resource/XDResources.bundle/id.lproj/Localizable.strings.meta +7 -0
  103. package/Plugins/iOS/Resource/XDResources.bundle/id.lproj.meta +8 -0
  104. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_back_circle@3x.png +0 -0
  105. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_back_circle@3x.png.meta +7 -0
  106. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_back_circle_pressed@3x.png +0 -0
  107. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_back_circle_pressed@3x.png.meta +7 -0
  108. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_back_thin@3x.png +0 -0
  109. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_back_thin@3x.png.meta +7 -0
  110. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_back_thin_pressed@3x.png +0 -0
  111. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_back_thin_pressed@3x.png.meta +7 -0
  112. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_large_color@3x.png +0 -0
  113. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_large_color@3x.png.meta +7 -0
  114. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_large_color_disabled@3x.png +0 -0
  115. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_large_color_disabled@3x.png.meta +7 -0
  116. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_large_color_pressed@3x.png +0 -0
  117. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_large_color_pressed@3x.png.meta +7 -0
  118. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_medium_color@3x.png +0 -0
  119. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_medium_color@3x.png.meta +7 -0
  120. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_medium_color_pressed@3x.png +0 -0
  121. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_medium_color_pressed@3x.png.meta +7 -0
  122. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_taplogin@3x.png +0 -0
  123. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_taplogin@3x.png.meta +7 -0
  124. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_taplogin_disabled@3x.png +0 -0
  125. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_taplogin_disabled@3x.png.meta +7 -0
  126. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_taplogin_pressed@3x.png +0 -0
  127. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_taplogin_pressed@3x.png.meta +7 -0
  128. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_checkbox_check@3x.png +0 -0
  129. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_checkbox_check@3x.png.meta +7 -0
  130. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_checkbox_rc_check@3x.png +0 -0
  131. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_checkbox_rc_check@3x.png.meta +7 -0
  132. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_checkbox_rc_checking@3x.png +0 -0
  133. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_checkbox_rc_checking@3x.png.meta +7 -0
  134. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_checkbox_rc_uncheck@3x.png +0 -0
  135. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_checkbox_rc_uncheck@3x.png.meta +7 -0
  136. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_checkbox_solid_check@3x.png +0 -0
  137. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_checkbox_solid_check@3x.png.meta +7 -0
  138. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_checkbox_solid_uncheck@3x.png +0 -0
  139. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_checkbox_solid_uncheck@3x.png.meta +7 -0
  140. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_checkbox_static_check@3x.png +0 -0
  141. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_checkbox_static_check@3x.png.meta +7 -0
  142. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_checkbox_uncheck@3x.png +0 -0
  143. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_checkbox_uncheck@3x.png.meta +7 -0
  144. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_close_circle@3x.png +0 -0
  145. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_close_circle@3x.png.meta +7 -0
  146. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_close_circle_pressed@3x.png +0 -0
  147. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_close_circle_pressed@3x.png.meta +7 -0
  148. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_close_thin@3x.png +0 -0
  149. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_close_thin@3x.png.meta +7 -0
  150. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_close_thin_pressed@3x.png +0 -0
  151. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_close_thin_pressed@3x.png.meta +7 -0
  152. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_color_white@3x.png +0 -0
  153. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_color_white@3x.png.meta +7 -0
  154. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_color_white_pressed@3x.png +0 -0
  155. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_color_white_pressed@3x.png.meta +7 -0
  156. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_color_white_pressed_2@3x.png +0 -0
  157. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_color_white_pressed_2@3x.png.meta +7 -0
  158. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_copy@3x.png +0 -0
  159. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_copy@3x.png.meta +7 -0
  160. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_copy_pressed@3x.png +0 -0
  161. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_copy_pressed@3x.png.meta +7 -0
  162. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_indicator@3x.png +0 -0
  163. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_indicator@3x.png.meta +7 -0
  164. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_apple_icon@3x.png +0 -0
  165. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_apple_icon@3x.png.meta +7 -0
  166. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_apple_icon_pressed@3x.png +0 -0
  167. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_apple_icon_pressed@3x.png.meta +7 -0
  168. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_apple_long@3x.png +0 -0
  169. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_apple_long@3x.png.meta +7 -0
  170. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_apple_long_pressed@3x.png +0 -0
  171. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_apple_long_pressed@3x.png.meta +7 -0
  172. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_facebook_icon@3x.png +0 -0
  173. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_facebook_icon@3x.png.meta +7 -0
  174. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_facebook_icon_pressed@3x.png +0 -0
  175. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_facebook_icon_pressed@3x.png.meta +7 -0
  176. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_facebook_long@3x.png +0 -0
  177. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_facebook_long@3x.png.meta +7 -0
  178. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_facebook_long_pressed@3x.png +0 -0
  179. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_facebook_long_pressed@3x.png.meta +7 -0
  180. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_google_icon@3x.png +0 -0
  181. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_google_icon@3x.png.meta +7 -0
  182. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_google_icon_pressed@3x.png +0 -0
  183. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_google_icon_pressed@3x.png.meta +7 -0
  184. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_google_icon_uc@3x.png +0 -0
  185. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_google_icon_uc@3x.png.meta +7 -0
  186. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_google_long@3x.png +0 -0
  187. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_google_long@3x.png.meta +7 -0
  188. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_google_long_pressed@3x.png +0 -0
  189. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_google_long_pressed@3x.png.meta +7 -0
  190. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_guest_icon@3x.png +0 -0
  191. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_guest_icon@3x.png.meta +7 -0
  192. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_guest_icon_pressed@3x.png +0 -0
  193. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_guest_icon_pressed@3x.png.meta +7 -0
  194. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_guest_long@3x.png +0 -0
  195. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_guest_long@3x.png.meta +7 -0
  196. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_guest_long_pressed@3x.png +0 -0
  197. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_guest_long_pressed@3x.png.meta +7 -0
  198. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_line_icon@3x.png +0 -0
  199. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_line_icon@3x.png.meta +7 -0
  200. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_line_icon_pressed@3x.png +0 -0
  201. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_line_icon_pressed@3x.png.meta +7 -0
  202. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_line_long@3x.png +0 -0
  203. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_line_long@3x.png.meta +7 -0
  204. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_line_long_pressed@3x.png +0 -0
  205. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_line_long_pressed@3x.png.meta +7 -0
  206. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_phone_icon@3x.png +0 -0
  207. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_phone_icon@3x.png.meta +7 -0
  208. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_steam_icon@3x.png +0 -0
  209. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_steam_icon@3x.png.meta +7 -0
  210. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_steam_icon_pressed@3x.png +0 -0
  211. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_steam_icon_pressed@3x.png.meta +7 -0
  212. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_steam_long@3x.png +0 -0
  213. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_steam_long@3x.png.meta +7 -0
  214. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_steam_long_pressed@3x.png +0 -0
  215. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_steam_long_pressed@3x.png.meta +7 -0
  216. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_taptap_icon@3x.png +0 -0
  217. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_taptap_icon@3x.png.meta +7 -0
  218. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_taptap_icon_pressed@3x.png +0 -0
  219. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_taptap_icon_pressed@3x.png.meta +7 -0
  220. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_taptap_long@3x.png +0 -0
  221. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_taptap_long@3x.png.meta +7 -0
  222. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_taptap_long_pressed@3x.png +0 -0
  223. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_taptap_long_pressed@3x.png.meta +7 -0
  224. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_twitter_icon@3x.png +0 -0
  225. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_twitter_icon@3x.png.meta +7 -0
  226. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_twitter_icon_pressed@3x.png +0 -0
  227. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_twitter_icon_pressed@3x.png.meta +7 -0
  228. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_twitter_long@3x.png +0 -0
  229. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_twitter_long@3x.png.meta +7 -0
  230. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_twitter_long_pressed@3x.png +0 -0
  231. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_twitter_long_pressed@3x.png.meta +7 -0
  232. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_more_icon@3x.png +0 -0
  233. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_more_icon@3x.png.meta +7 -0
  234. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_payback_button@3x.png +0 -0
  235. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_payback_button@3x.png.meta +7 -0
  236. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_payback_button_pressed@3x.png +0 -0
  237. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_payback_button_pressed@3x.png.meta +7 -0
  238. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_payback_tip@3x.png +0 -0
  239. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_payback_tip@3x.png.meta +7 -0
  240. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_phone_edit@3x.png +0 -0
  241. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_phone_edit@3x.png.meta +7 -0
  242. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_phone_edit_pressed@3x.png +0 -0
  243. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_phone_edit_pressed@3x.png.meta +7 -0
  244. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_tap_logo_cn@3x.png +0 -0
  245. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_tap_logo_cn@3x.png.meta +7 -0
  246. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_uc_error_refresh@3x.png +0 -0
  247. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_uc_error_refresh@3x.png.meta +7 -0
  248. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_uc_load_fail@3x.png +0 -0
  249. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_uc_load_fail@3x.png.meta +7 -0
  250. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_xd_logo_cn@3x.png +0 -0
  251. package/Plugins/iOS/Resource/XDResources.bundle/images/tds_xd_logo_cn@3x.png.meta +7 -0
  252. package/Plugins/iOS/Resource/XDResources.bundle/images.meta +8 -0
  253. package/Plugins/iOS/Resource/XDResources.bundle/ja.lproj/Localizable.strings +84 -0
  254. package/Plugins/iOS/Resource/XDResources.bundle/ja.lproj/Localizable.strings.meta +7 -0
  255. package/Plugins/iOS/Resource/XDResources.bundle/ja.lproj.meta +8 -0
  256. package/Plugins/iOS/Resource/XDResources.bundle/ko.lproj/Localizable.strings +84 -0
  257. package/Plugins/iOS/Resource/XDResources.bundle/ko.lproj/Localizable.strings.meta +7 -0
  258. package/Plugins/iOS/Resource/XDResources.bundle/ko.lproj.meta +8 -0
  259. package/Plugins/iOS/Resource/XDResources.bundle/pt.lproj/Localizable.strings +84 -0
  260. package/Plugins/iOS/Resource/XDResources.bundle/pt.lproj/Localizable.strings.meta +7 -0
  261. package/Plugins/iOS/Resource/XDResources.bundle/pt.lproj.meta +8 -0
  262. package/Plugins/iOS/Resource/XDResources.bundle/ru.lproj/Localizable.strings +84 -0
  263. package/Plugins/iOS/Resource/XDResources.bundle/ru.lproj/Localizable.strings.meta +7 -0
  264. package/Plugins/iOS/Resource/XDResources.bundle/ru.lproj.meta +8 -0
  265. package/Plugins/iOS/Resource/XDResources.bundle/th.lproj/Localizable.strings +84 -0
  266. package/Plugins/iOS/Resource/XDResources.bundle/th.lproj/Localizable.strings.meta +7 -0
  267. package/Plugins/iOS/Resource/XDResources.bundle/th.lproj.meta +8 -0
  268. package/Plugins/iOS/Resource/XDResources.bundle/tr.lproj/Localizable.strings +84 -0
  269. package/Plugins/iOS/Resource/XDResources.bundle/tr.lproj/Localizable.strings.meta +7 -0
  270. package/Plugins/iOS/Resource/XDResources.bundle/tr.lproj.meta +8 -0
  271. package/Plugins/iOS/Resource/XDResources.bundle/vi.lproj/Localizable.strings +84 -0
  272. package/Plugins/iOS/Resource/XDResources.bundle/vi.lproj/Localizable.strings.meta +7 -0
  273. package/Plugins/iOS/Resource/XDResources.bundle/vi.lproj.meta +8 -0
  274. package/Plugins/iOS/Resource/XDResources.bundle/zh-Hans.lproj/Localizable.strings +84 -0
  275. package/Plugins/iOS/Resource/XDResources.bundle/zh-Hans.lproj/Localizable.strings.meta +7 -0
  276. package/Plugins/iOS/Resource/XDResources.bundle/zh-Hans.lproj.meta +8 -0
  277. package/Plugins/iOS/Resource/XDResources.bundle/zh-Hant.lproj/Localizable.strings +84 -0
  278. package/Plugins/iOS/Resource/XDResources.bundle/zh-Hant.lproj/Localizable.strings.meta +7 -0
  279. package/Plugins/iOS/Resource/XDResources.bundle/zh-Hant.lproj.meta +8 -0
  280. package/Plugins/iOS/Resource/XDResources.bundle.meta +81 -0
  281. package/Plugins/iOS/Resource.meta +8 -0
  282. package/Plugins/iOS/XDCommonSDK.framework/Headers/NSBundle+XDG.h +21 -0
  283. package/Plugins/iOS/XDCommonSDK.framework/Headers/NSBundle+XDG.h.meta +7 -0
  284. package/Plugins/iOS/XDCommonSDK.framework/Headers/NSDictionary+TDSGlobalJson.h +17 -0
  285. package/Plugins/iOS/XDCommonSDK.framework/Headers/NSDictionary+TDSGlobalJson.h.meta +7 -0
  286. package/Plugins/iOS/XDCommonSDK.framework/Headers/NSString+TDSGlobalTools.h +24 -0
  287. package/Plugins/iOS/XDCommonSDK.framework/Headers/NSString+TDSGlobalTools.h.meta +7 -0
  288. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalAutoLayout.h +55 -0
  289. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalAutoLayout.h.meta +7 -0
  290. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalCommonUtility.h +33 -0
  291. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalCommonUtility.h.meta +7 -0
  292. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalDeviceInfoTool.h +37 -0
  293. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalDeviceInfoTool.h.meta +7 -0
  294. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalNetStatusManager.h +10 -0
  295. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalNetStatusManager.h.meta +7 -0
  296. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalNotifications.h +44 -0
  297. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalNotifications.h.meta +7 -0
  298. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalPopWindowManager.h +27 -0
  299. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalPopWindowManager.h.meta +7 -0
  300. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalRouterSchemes.h +62 -0
  301. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalRouterSchemes.h.meta +7 -0
  302. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalTimer.h +22 -0
  303. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalTimer.h.meta +7 -0
  304. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalUIDefine.h +44 -0
  305. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalUIDefine.h.meta +7 -0
  306. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalViewControllerBase.h +49 -0
  307. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalViewControllerBase.h.meta +7 -0
  308. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalWKCookieWebview.h +14 -0
  309. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalWKCookieWebview.h.meta +7 -0
  310. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalWebController.h +21 -0
  311. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalWebController.h.meta +7 -0
  312. package/Plugins/iOS/XDCommonSDK.framework/Headers/UIApplication+XDG.h +18 -0
  313. package/Plugins/iOS/XDCommonSDK.framework/Headers/UIApplication+XDG.h.meta +7 -0
  314. package/Plugins/iOS/XDCommonSDK.framework/Headers/UIImage+TDSSDK.h +18 -0
  315. package/Plugins/iOS/XDCommonSDK.framework/Headers/UIImage+TDSSDK.h.meta +7 -0
  316. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDAdjustInfo.h +22 -0
  317. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDAdjustInfo.h.meta +7 -0
  318. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDAppleInfo.h +17 -0
  319. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDAppleInfo.h.meta +7 -0
  320. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDAppsFlyerInfo.h +19 -0
  321. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDAppsFlyerInfo.h.meta +7 -0
  322. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDCommon-Pch.pch +41 -0
  323. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDCommon-Pch.pch.meta +7 -0
  324. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDCommonSDK.h +95 -0
  325. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDCommonSDK.h.meta +7 -0
  326. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDConfigManager.h +67 -0
  327. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDConfigManager.h.meta +7 -0
  328. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDDouYinInfo.h +18 -0
  329. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDDouYinInfo.h.meta +7 -0
  330. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDFacebookInfo.h +20 -0
  331. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDFacebookInfo.h.meta +7 -0
  332. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDFirebaseInfo.h +17 -0
  333. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDFirebaseInfo.h.meta +7 -0
  334. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGALIAuthUtil.h +19 -0
  335. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGALIAuthUtil.h.meta +7 -0
  336. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGAccessToken.h +32 -0
  337. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGAccessToken.h.meta +7 -0
  338. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGAgreement.h +18 -0
  339. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGAgreement.h.meta +7 -0
  340. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGAgreementConfig.h +50 -0
  341. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGAgreementConfig.h.meta +7 -0
  342. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGAgreementManager.h +47 -0
  343. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGAgreementManager.h.meta +7 -0
  344. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGAlertView.h +67 -0
  345. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGAlertView.h.meta +7 -0
  346. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGBaseDialog.h +20 -0
  347. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGBaseDialog.h.meta +7 -0
  348. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGButton.h +29 -0
  349. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGButton.h.meta +7 -0
  350. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCardView.h +21 -0
  351. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCardView.h.meta +7 -0
  352. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCheckBox.h +43 -0
  353. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCheckBox.h.meta +7 -0
  354. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCloudLogHelper.h +29 -0
  355. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCloudLogHelper.h.meta +7 -0
  356. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCloudLogProperties.h +52 -0
  357. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCloudLogProperties.h.meta +7 -0
  358. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGConfig.h +106 -0
  359. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGConfig.h.meta +7 -0
  360. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGConstants.h +21 -0
  361. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGConstants.h.meta +7 -0
  362. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCoreService.h +93 -0
  363. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCoreService.h.meta +7 -0
  364. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGDialog.h +62 -0
  365. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGDialog.h.meta +7 -0
  366. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGDouYinShareParam.h +38 -0
  367. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGDouYinShareParam.h.meta +7 -0
  368. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGEntryType.h +41 -0
  369. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGEntryType.h.meta +7 -0
  370. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGErrorView.h +19 -0
  371. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGErrorView.h.meta +7 -0
  372. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGFacebookShareParam.h +34 -0
  373. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGFacebookShareParam.h.meta +7 -0
  374. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGGameBindEntry.h +22 -0
  375. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGGameBindEntry.h.meta +7 -0
  376. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGHttp.h +20 -0
  377. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGHttp.h.meta +7 -0
  378. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGHttpRequest.h +41 -0
  379. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGHttpRequest.h.meta +7 -0
  380. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGHttpResponse.h +26 -0
  381. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGHttpResponse.h.meta +7 -0
  382. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGHttpUtils.h +16 -0
  383. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGHttpUtils.h.meta +7 -0
  384. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGInputCheckDialog.h +21 -0
  385. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGInputCheckDialog.h.meta +7 -0
  386. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGLineShareParam.h +34 -0
  387. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGLineShareParam.h.meta +7 -0
  388. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGLocalizeManager.h +47 -0
  389. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGLocalizeManager.h.meta +7 -0
  390. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGLogger.h +32 -0
  391. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGLogger.h.meta +7 -0
  392. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGLoginLogger.h +91 -0
  393. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGLoginLogger.h.meta +7 -0
  394. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGNavicationBar.h +21 -0
  395. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGNavicationBar.h.meta +7 -0
  396. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGPaymentLogger.h +65 -0
  397. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGPaymentLogger.h.meta +7 -0
  398. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGProgressHUD.h +59 -0
  399. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGProgressHUD.h.meta +7 -0
  400. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGQQShareParam.h +57 -0
  401. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGQQShareParam.h.meta +7 -0
  402. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGRegionInfo.h +29 -0
  403. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGRegionInfo.h.meta +7 -0
  404. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGReportManager.h +25 -0
  405. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGReportManager.h.meta +7 -0
  406. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGSDK.h +116 -0
  407. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGSDK.h.meta +7 -0
  408. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGSDKSettings.h +55 -0
  409. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGSDKSettings.h.meta +7 -0
  410. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGShare.h +68 -0
  411. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGShare.h.meta +7 -0
  412. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGShareParamBase.h +60 -0
  413. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGShareParamBase.h.meta +7 -0
  414. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGShareService.h +25 -0
  415. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGShareService.h.meta +7 -0
  416. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGSharing.h +30 -0
  417. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGSharing.h.meta +7 -0
  418. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGSharingService.h +37 -0
  419. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGSharingService.h.meta +7 -0
  420. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGTapTapShareParam.h +46 -0
  421. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGTapTapShareParam.h.meta +7 -0
  422. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGThirdSDKHelper.h +41 -0
  423. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGThirdSDKHelper.h.meta +7 -0
  424. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGThirdSDKProtocol.h +44 -0
  425. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGThirdSDKProtocol.h.meta +7 -0
  426. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGThirdTokenManager.h +22 -0
  427. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGThirdTokenManager.h.meta +7 -0
  428. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGTrackerManager.h +55 -0
  429. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGTrackerManager.h.meta +7 -0
  430. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGTwitterShareParam.h +34 -0
  431. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGTwitterShareParam.h.meta +7 -0
  432. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGUser.h +68 -0
  433. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGUser.h.meta +7 -0
  434. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGUserDataManager.h +29 -0
  435. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGUserDataManager.h.meta +7 -0
  436. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGWeChatShareParam.h +51 -0
  437. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGWeChatShareParam.h.meta +7 -0
  438. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGWeiboShareParam.h +43 -0
  439. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGWeiboShareParam.h.meta +7 -0
  440. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGXHSShareParam.h +40 -0
  441. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGXHSShareParam.h.meta +7 -0
  442. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGoogleInfo.h +19 -0
  443. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGoogleInfo.h.meta +7 -0
  444. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDLineInfo.h +17 -0
  445. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDLineInfo.h.meta +7 -0
  446. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDPlateWebController.h +23 -0
  447. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDPlateWebController.h.meta +7 -0
  448. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDQQInfo.h +20 -0
  449. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDQQInfo.h.meta +7 -0
  450. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDShare.h +68 -0
  451. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDShare.h.meta +7 -0
  452. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDShareService.h +25 -0
  453. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDShareService.h.meta +7 -0
  454. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDTwitterInfo.h +21 -0
  455. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDTwitterInfo.h.meta +7 -0
  456. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDVersion.h +9 -0
  457. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDVersion.h.meta +7 -0
  458. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDWeChatInfo.h +19 -0
  459. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDWeChatInfo.h.meta +7 -0
  460. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDWeiboInfo.h +19 -0
  461. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDWeiboInfo.h.meta +7 -0
  462. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDXHSInfo.h +19 -0
  463. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDXHSInfo.h.meta +7 -0
  464. package/Plugins/iOS/XDCommonSDK.framework/Headers.meta +8 -0
  465. package/Plugins/iOS/XDCommonSDK.framework/Info.plist +0 -0
  466. package/Plugins/iOS/XDCommonSDK.framework/Info.plist.meta +7 -0
  467. package/Plugins/iOS/XDCommonSDK.framework/Modules/module.modulemap +6 -0
  468. package/Plugins/iOS/XDCommonSDK.framework/Modules/module.modulemap.meta +7 -0
  469. package/Plugins/iOS/XDCommonSDK.framework/Modules.meta +8 -0
  470. package/Plugins/iOS/XDCommonSDK.framework/XDCommonSDK +0 -0
  471. package/Plugins/iOS/XDCommonSDK.framework/XDCommonSDK.meta +7 -0
  472. package/Plugins/iOS/XDCommonSDK.framework.meta +28 -0
  473. package/Plugins/iOS.meta +8 -0
  474. package/Plugins.meta +8 -0
  475. package/README.md +0 -0
  476. package/README.md.meta +7 -0
  477. package/Runtime/Internal/Config/IXDConfigs.cs +6 -0
  478. package/Runtime/Internal/Config/IXDConfigs.cs.meta +11 -0
  479. package/Runtime/Internal/Config/XDConfigs.cs +23 -0
  480. package/Runtime/Internal/Config/XDConfigs.cs.meta +11 -0
  481. package/Runtime/Internal/Config.meta +8 -0
  482. package/Runtime/Internal/Encryption/EncryptionUtils.cs +72 -0
  483. package/Runtime/Internal/Encryption/EncryptionUtils.cs.meta +11 -0
  484. package/Runtime/Internal/Encryption.meta +8 -0
  485. package/Runtime/Internal/Exception/XDException.cs +38 -0
  486. package/Runtime/Internal/Exception/XDException.cs.meta +11 -0
  487. package/Runtime/Internal/Exception/XDHttpException.cs +22 -0
  488. package/Runtime/Internal/Exception/XDHttpException.cs.meta +11 -0
  489. package/Runtime/Internal/Exception.meta +8 -0
  490. package/Runtime/Internal/Http/IXDCommonHttpConfig.cs +7 -0
  491. package/Runtime/Internal/Http/IXDCommonHttpConfig.cs.meta +11 -0
  492. package/Runtime/Internal/Http/Response/BaseResponse.cs +17 -0
  493. package/Runtime/Internal/Http/Response/BaseResponse.cs.meta +11 -0
  494. package/Runtime/Internal/Http/Response/ErrorResponse.cs +9 -0
  495. package/Runtime/Internal/Http/Response/ErrorResponse.cs.meta +11 -0
  496. package/Runtime/Internal/Http/Response.meta +8 -0
  497. package/Runtime/Internal/Http/XDCommonHttpConfig.cs +28 -0
  498. package/Runtime/Internal/Http/XDCommonHttpConfig.cs.meta +11 -0
  499. package/Runtime/Internal/Http/XDDelegatingHandler.cs +41 -0
  500. package/Runtime/Internal/Http/XDDelegatingHandler.cs.meta +3 -0
  501. package/Runtime/Internal/Http/XDHttpClient.cs +160 -0
  502. package/Runtime/Internal/Http/XDHttpClient.cs.meta +11 -0
  503. package/Runtime/Internal/Http/XDHttpClientFactory.cs +82 -0
  504. package/Runtime/Internal/Http/XDHttpClientFactory.cs.meta +11 -0
  505. package/Runtime/Internal/Http/XDHttpUtils.cs +65 -0
  506. package/Runtime/Internal/Http/XDHttpUtils.cs.meta +11 -0
  507. package/Runtime/Internal/Http/XDUrlUtils.cs +35 -0
  508. package/Runtime/Internal/Http/XDUrlUtils.cs.meta +11 -0
  509. package/Runtime/Internal/Http.meta +8 -0
  510. package/Runtime/Internal/IXDGCommon.cs +58 -0
  511. package/Runtime/Internal/IXDGCommon.cs.meta +3 -0
  512. package/Runtime/Internal/IXDGSettings.cs +7 -0
  513. package/Runtime/Internal/IXDGSettings.cs.meta +3 -0
  514. package/Runtime/Internal/LangType.cs +20 -0
  515. package/Runtime/Internal/LangType.cs.meta +11 -0
  516. package/Runtime/Internal/ShareFlavors.cs +9 -0
  517. package/Runtime/Internal/ShareFlavors.cs.meta +11 -0
  518. package/Runtime/Internal/XDGAgreement.cs +8 -0
  519. package/Runtime/Internal/XDGAgreement.cs.meta +3 -0
  520. package/Runtime/Internal/XDGError.cs +14 -0
  521. package/Runtime/Internal/XDGError.cs.meta +3 -0
  522. package/Runtime/Internal/XDGRegionInfo.cs +10 -0
  523. package/Runtime/Internal/XDGRegionInfo.cs.meta +3 -0
  524. package/Runtime/Internal/XDGRegionInfoWrapper.cs +7 -0
  525. package/Runtime/Internal/XDGRegionInfoWrapper.cs.meta +3 -0
  526. package/Runtime/Internal/XDGShareCallback.cs +9 -0
  527. package/Runtime/Internal/XDGShareCallback.cs.meta +11 -0
  528. package/Runtime/Internal/XDUtility.cs +23 -0
  529. package/Runtime/Internal/XDUtility.cs.meta +3 -0
  530. package/Runtime/Internal.meta +3 -0
  531. package/Runtime/Public/Log/XDGLogLevel.cs +11 -0
  532. package/Runtime/Public/Log/XDGLogLevel.cs.meta +11 -0
  533. package/Runtime/Public/Log/XDGLogger.cs +48 -0
  534. package/Runtime/Public/Log/XDGLogger.cs.meta +11 -0
  535. package/Runtime/Public/Log.meta +8 -0
  536. package/Runtime/Public/XDGSettings.cs +33 -0
  537. package/Runtime/Public/XDGSettings.cs.meta +3 -0
  538. package/Runtime/Public.meta +8 -0
  539. package/Runtime/XD.SDK.Common.asmdef +15 -0
  540. package/Runtime/XD.SDK.Common.asmdef.meta +7 -0
  541. package/Runtime/XDGCommon.cs +170 -0
  542. package/Runtime/XDGCommon.cs.meta +3 -0
  543. package/Runtime.meta +3 -0
  544. package/package.json +11 -0
  545. package/package.json.meta +7 -0
@@ -0,0 +1,55 @@
1
+
2
+ // 简单自动布局类
3
+
4
+ #import <Foundation/Foundation.h>
5
+ #import <UIKit/UIKit.h>
6
+
7
+ NS_ASSUME_NONNULL_BEGIN
8
+
9
+ @interface TDSGlobalAutoLayout : NSObject
10
+
11
+ + (void)openAutoLayout:(UIView *)targetView;
12
+ + (void)safeAreaLayout:(BOOL)safe;
13
+
14
+ + (NSLayoutConstraint *)layoutHeight:(UIView *)targetView height:(CGFloat)height;
15
+ + (NSLayoutConstraint *)layoutWidth:(UIView *)targetView width:(CGFloat)width;
16
+
17
+ + (void)layoutViewEqual:(UIView *)view1 toView:(UIView *)view2;
18
+ + (NSLayoutConstraint *)layoutViewEqual:(UIView *)view1 toView:(UIView *)view2 attribute:(NSLayoutAttribute)attr;
19
+ + (NSLayoutConstraint *)layoutViewEqual:(UIView *)view1 toView:(UIView *)view2 attribute:(NSLayoutAttribute)attr offset:(CGFloat)offset;
20
+
21
+ /// 相等约束相等布局
22
+ /// @param view1 view1
23
+ /// @param attr1 view1 的约束
24
+ /// @param view2 view2
25
+ /// @param attr2 view2 的约束
26
+ + (NSLayoutConstraint *)layoutViewEqual:(UIView *)view1 attribute:(NSLayoutAttribute)attr1 toView:(UIView *)view2 attribute:(NSLayoutAttribute)attr2;
27
+
28
+
29
+ /// 约束两个view相等
30
+ /// @param view1 view1
31
+ /// @param attr1 view1约束
32
+ /// @param view2 view2
33
+ /// @param attr2 view2约束
34
+ /// @param constant 距离
35
+ + (NSLayoutConstraint *)layoutViewEqual:(UIView *)view1 attribute:(NSLayoutAttribute)attr1 toView:(UIView *)view2 attribute:(NSLayoutAttribute)attr2 constant:(CGFloat)constant;
36
+
37
+
38
+ /// 约束两个view,更大
39
+ /// @param view1 view1
40
+ /// @param attr1 view1约束
41
+ /// @param view2 view2
42
+ /// @param attr2 view2约束
43
+ /// @param constant 距离
44
+ + (NSLayoutConstraint *)layoutViewGreater:(UIView *)view1 attribute:(NSLayoutAttribute)attr1 toView:(UIView *)view2 attribute:(NSLayoutAttribute)attr2 constant:(CGFloat)constant;
45
+
46
+ /// 约束两个view,更小
47
+ /// @param view1 view1
48
+ /// @param attr1 view1约束
49
+ /// @param view2 view2
50
+ /// @param attr2 view2约束
51
+ /// @param constant 距离
52
+ + (NSLayoutConstraint *)layoutViewLess:(UIView *)view1 attribute:(NSLayoutAttribute)attr1 toView:(UIView *)view2 attribute:(NSLayoutAttribute)attr2 constant:(CGFloat)constant;
53
+ @end
54
+
55
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: b21b52d525f48455590fc1dd319113a9
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,33 @@
1
+
2
+ /// 工具类 公用方法
3
+
4
+ #import <Foundation/Foundation.h>
5
+ #import <UIKit/UIKit.h>
6
+
7
+ NS_ASSUME_NONNULL_BEGIN
8
+
9
+ /**
10
+ Dispatches the specified block on the main thread.
11
+ @param block the block to dispatch
12
+ */
13
+ extern void tdsg_dispatch_on_main_thread(dispatch_block_t block);
14
+
15
+ /**
16
+ Dispatches the specified block on the default thread.
17
+ @param block the block to dispatch
18
+ */
19
+ extern void tdsg_dispatch_on_default_thread(dispatch_block_t block);
20
+
21
+ @interface TDSGlobalCommonUtility : NSObject
22
+
23
+ /// 获取自定义错误
24
+ /// @param domain 错误domain
25
+ /// @param errorCode 错误码
26
+ /// @param errorDesc 错误描述
27
+ + (NSError *)customError:(NSString * _Nullable)domain code:(NSInteger)errorCode desc:(NSString *)errorDesc;
28
+
29
+ + (NSError *)customError:(NSString * _Nullable)domain code:(NSInteger)errorCode desc:(NSString *)errorDesc extraData:(NSDictionary *)extraMap;
30
+
31
+ @end
32
+
33
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 34e0acac7c2ee41e58bf57f8116b4191
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,37 @@
1
+ //
2
+ // DeviceInfoTool.h
3
+ // XdComPlatform
4
+ //
5
+ // Created by JiangJiahao on 2018/4/19.
6
+ // Copyright © 2018年 dyy. All rights reserved.
7
+ //
8
+
9
+ #import <Foundation/Foundation.h>
10
+
11
+ extern NSUInteger const DEVICEID_LENGTH;
12
+
13
+ @interface TDSGlobalDeviceInfoTool : NSObject
14
+
15
+ /**
16
+ 取出设备ID
17
+ 1、先取出UserDefaults字段,若有直接使用,若无,去KeyChain中字段。
18
+ 2、都无,生成一个UUID,存入UserDefaults和KeyChain。
19
+
20
+ @return 设备ID
21
+ */
22
+ + (NSString *)getDeviceId;
23
+
24
+ + (NSString *)getKeychainDataByKey:(NSString *)key;
25
+
26
+ + (void)setKeychainDataByKey:(NSString *)key data:(NSString *)data;
27
+
28
+
29
+ + (NSString *)getDeviceModel;
30
+ + (NSString *)getDeviceModelNoWhiteSpace;
31
+
32
+ + (NSString *)getCpuFrequency;
33
+
34
+ + (NSString *)getUUID;
35
+
36
+ + (void)requestWithCompletionHandler:(void(^)(NSUInteger status))completion;
37
+ @end
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 20bf9fda5b70e465ba276245b28d5a36
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,10 @@
1
+
2
+ #import <Foundation/Foundation.h>
3
+
4
+ NS_ASSUME_NONNULL_BEGIN
5
+
6
+ @interface TDSGlobalNetStatusManager : NSObject
7
+ + (BOOL)reachable;
8
+ @end
9
+
10
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 2e7388af88ffc4b3f9cebf17719d7d06
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,44 @@
1
+
2
+ #import <Foundation/Foundation.h>
3
+
4
+ NS_ASSUME_NONNULL_BEGIN
5
+ typedef NSString * const TDSGlobalNotification NS_TYPED_EXTENSIBLE_ENUM;
6
+ /* Login */
7
+ FOUNDATION_EXPORT TDSGlobalNotification TDSG_LOGIN_SUCCESS_NOTIFICATION;
8
+ FOUNDATION_EXPORT TDSGlobalNotification TDSG_LOGIN_FAIL_NOTIFICATION;
9
+
10
+ FOUNDATION_EXPORT TDSGlobalNotification TDSG_LOGOUT_SUCCESS_NOTIFICATION;
11
+
12
+ FOUNDATION_EXPORT TDSGlobalNotification XDG_PROTOCOL_AGREED_AFTER_LOGOUT_NOTIFICATION;
13
+
14
+ FOUNDATION_EXPORT TDSGlobalNotification TDSG_BIND_SUCCESS_NOTIFICATION;
15
+ FOUNDATION_EXPORT TDSGlobalNotification TDSG_BIND_FAIL_NOTIFICATION;
16
+
17
+ FOUNDATION_EXPORT TDSGlobalNotification TDSG_UNBIND_SUCCESS_NOTIFICATION;
18
+ FOUNDATION_EXPORT TDSGlobalNotification TDSG_UNBIND_FAIL_NOTIFICATION;
19
+
20
+ FOUNDATION_EXPORT TDSGlobalNotification XDG_LOGOUT_NOTIFICATION;
21
+
22
+
23
+ /* IAP */
24
+ FOUNDATION_EXPORT TDSGlobalNotification TDSG_PAY_SUCCESS_NOTIFICATION;
25
+ FOUNDATION_EXPORT TDSGlobalNotification TDSG_PAY_FAIL_NOTIFICATION;
26
+
27
+ FOUNDATION_EXPORT TDSGlobalNotification TDSG_RECEIPT_SEND_SUCCESS_NOTIFICATION;
28
+ FOUNDATION_EXPORT TDSGlobalNotification TDSG_RECEIPT_SEND_FAIL_NOTIFICATION;
29
+
30
+ /* Notifications */
31
+ FOUNDATION_EXPORT TDSGlobalNotification TDSG_NOTI_STATU_CHANGE_NOTIFICATION;
32
+
33
+ /* 微信网页端 */
34
+ FOUNDATION_EXPORT TDSGlobalNotification XDG_NOTI_WXWeb_NOTIFICATION;
35
+ /* 苹果网页端 */
36
+ FOUNDATION_EXPORT TDSGlobalNotification XDG_NOTI_APPLEWeb_NOTIFICATION;
37
+ /* Steam 网页端 */
38
+ FOUNDATION_EXPORT TDSGlobalNotification XDG_NOTI_STEAMWeb_NOTIFICATION;
39
+
40
+ @interface TDSGlobalNotifications : NSObject
41
+
42
+ @end
43
+
44
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 7203f69ec6a6a4ee99315926e7c5b679
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,27 @@
1
+
2
+ #import <Foundation/Foundation.h>
3
+ #import <UIKit/UIKit.h>
4
+
5
+ NS_ASSUME_NONNULL_BEGIN
6
+
7
+ @interface TDSGlobalPopWindowManager : NSObject
8
+ + (UIViewController *)getTopViewController;
9
+ // 弹窗界面
10
+ + (void)show:(UIViewController *)targetController;
11
+ // 全屏界面,浏览器等
12
+ + (void)showFullScreenController:(UIViewController *)targetController;
13
+ + (void)showFullScreenController:(UIViewController *)targetController animate:(BOOL)animate;
14
+
15
+ + (void)dismiss;
16
+ + (void)dismiss:(BOOL)animate;
17
+
18
+ /// 全局提示
19
+ + (void)showAutoHud:(NSString *)text;
20
+ + (void)showAutoHud:(NSString *)text completion:(nullable void (^)(void))completion;
21
+ + (void)showAutoHud:(NSString *)text duration:(CGFloat)duration completion:(nullable void (^)(void))completion;
22
+ /// 全局加载中
23
+ + (void)showLoading;
24
+ + (void)removeLoading;
25
+ @end
26
+
27
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 57d3f5e31bff148b781fdfd68bafb2a0
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,62 @@
1
+ //
2
+ // TDSGlobalRouterSchemes.h
3
+ // TDSGlobalSDKCommonKit
4
+ //
5
+ // Created by JiangJiahao on 2021/3/1.
6
+ //
7
+
8
+ #import <Foundation/Foundation.h>
9
+
10
+ NS_ASSUME_NONNULL_BEGIN
11
+ typedef NSString * const TDSGlobalRouterScheme NS_TYPED_EXTENSIBLE_ENUM;
12
+
13
+ /** 支付 */
14
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_STORE_INIT_SCHEME;
15
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_STORE_PAY_SCHEME;
16
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_STORE_CHECK_REFUND;
17
+
18
+ /** 事件 */
19
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_TRACK_AF_CUSTOMER_ID;
20
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_TRACK_INIT_SCHEME;
21
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_TRACK_EVENT_SCHEME;
22
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_TRACK_ACHIEVEMENT_SCHEME;
23
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_TRACK_TUTORIAL_SCHEME;
24
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_TRACK_CREATEROLE_SCHEME;
25
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_TRACK_SERVER_SCHEME;
26
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_TRACK_LEVEL_SCHEME;
27
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_TRACK_RATE_SCHEME;
28
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_TRACK_PAY_SUCCESS_SCHEME;
29
+
30
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_TRACK_OPEN_URL_SCHEME;
31
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_TRACK_CONTINUE_USER_ACTIVITY_SCHEME;
32
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_TRACK_RECEIVE_REMOTE_NOTIFICATION_SCHEME;
33
+
34
+ /** 登录 */
35
+
36
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_AUTH_GOOGLE;
37
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_AUTH_FACEBOOK;
38
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_AUTH_LINE;
39
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_AUTH_TWITTER;
40
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_AUTH_PHONE;
41
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_REFRESH_TOKEN;
42
+
43
+
44
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_SHARE_QQ;
45
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_SHARE_WECHAT;
46
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_SHARE_WEIBO;
47
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_SHARE_DOUYIN;
48
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_SHARE_XHS;
49
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_SHARE_TapTap;
50
+
51
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_SHARE_FACEBOOK;
52
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_SHARE_LINE;
53
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_SHARE_TWITTER;
54
+
55
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_FACEBOOK_INIT_SCHEME;
56
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_BYTEDANCE_INIT_SCHEME;
57
+
58
+ @interface TDSGlobalRouterSchemes : NSObject
59
+
60
+ @end
61
+
62
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 684e05d48565a4fc5827aa048c7d7948
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,22 @@
1
+
2
+
3
+ #import <Foundation/Foundation.h>
4
+
5
+ NS_ASSUME_NONNULL_BEGIN
6
+
7
+ @interface TDSGlobalTimer : NSObject
8
+
9
+ + (TDSGlobalTimer *)timerWithTimeInterval:(NSTimeInterval)ti target:(id)aTarget selector:(SEL)aSelector userInfo:(nullable id)userInfo repeats:(BOOL)yesOrNo;
10
+
11
+ + (TDSGlobalTimer *)timerWithTimeInterval:(NSTimeInterval)ti target:(id)aTarget selector:(SEL)aSelector userInfo:(nullable id)userInfo repeats:(BOOL)yesOrNo fireAtStart:(BOOL)fireAtStart;
12
+
13
+ - (void)invalidateTimer;
14
+
15
+ - (void)pause;
16
+
17
+ - (void)resume;
18
+
19
+ @end
20
+
21
+
22
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 5102a2c51e37c4b05b28ffa04a462938
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,44 @@
1
+
2
+ #import <Foundation/Foundation.h>
3
+ #import <UIKit/UIKit.h>
4
+
5
+
6
+ NS_ASSUME_NONNULL_BEGIN
7
+
8
+ /**
9
+ 大小,长宽,间距 等
10
+ */
11
+ extern CGFloat const LANDSCAPE_LOGIN_WINDOW_WIDTH;
12
+ extern CGFloat const LANDSCAPE_LOGIN_WINDOW_HEIGHT;
13
+ extern CGFloat const TDSG_BUTTON_BORDER_WIDTH;
14
+ extern CGFloat const TDSG_CONTAINER_CORNER_RADIUS;
15
+ extern CGFloat const TDSG_TOAST_TOP_BOTTOM_SPACE;
16
+ extern CGFloat const TDSG_TOAST_TEXT_FONT_SIZE;
17
+
18
+ /**
19
+ 颜色,字体 等
20
+ */
21
+ extern int const TDSG_MAIN_COLOR;
22
+ extern int const TDSG_BACKGROUND_OVERLAY_COLOR;
23
+ extern int const TDSG_MAIN_CONTENT_COLOR;
24
+ extern int const TDSG_CONTENT_BG_COLOR;
25
+ extern int const TDSG_CONTENT_COMMON_FONT_SIZE;
26
+ extern int const TDSG_CONTENT_DESC_FONT_COLOR;
27
+ extern int const TDSG_INFO_DESC_FONT_COLOR;
28
+
29
+ extern int const XDG_COLOR_CONTENT_BG;
30
+ extern int const XDG_COLOR_GRAY_2;
31
+ extern int const XDG_COLOR_GRAY_3;
32
+ extern int const XDG_COLOR_GRAY_4;
33
+ extern int const XDG_COLOR_GRAY_5;
34
+ extern int const XDG_COLOR_GRAY_6;
35
+ extern int const XDG_COLOR_GRAY_8;
36
+ extern int const XDG_COLOR_BLUE;
37
+ extern int const XDG_COLOR_RED;
38
+
39
+ @interface TDSGlobalUIDefine : NSObject
40
+
41
+
42
+ @end
43
+
44
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 28e68650a28664648a1c350075199243
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,49 @@
1
+
2
+ // 界面基类
3
+
4
+ #import <UIKit/UIKit.h>
5
+
6
+ NS_ASSUME_NONNULL_BEGIN
7
+
8
+ @interface TDSGlobalViewControllerBase : UIViewController
9
+
10
+ @property (nonatomic,strong) UIView *containerView;
11
+
12
+ // 内容宽度
13
+ - (CGFloat)getContainerWidth;
14
+ // 内容高度
15
+ - (CGFloat)getContainerHeight;
16
+
17
+ // 在containerView上布局
18
+ - (void)layoutContainerView;
19
+
20
+ #pragma mark - 弹窗提示(当前页面)
21
+ - (NSTimeInterval)autoHudDuration;
22
+ - (NSTimeInterval)hudGraceTime;
23
+ // 自动消失
24
+ - (void)showAutoHud:(NSString *)text;
25
+ - (void)showAutoHud:(NSString *)text completion:(nullable void (^)(void))completion;
26
+ - (void)hideHud;
27
+
28
+ - (void)showLoading;
29
+ - (void)showLoading:(nullable NSString *)text;
30
+ - (void)showLoading:(nullable NSString *)text graceTime:(NSTimeInterval)graceTime;
31
+ - (void)showLoading:(nullable NSString *)text graceTime:(NSTimeInterval)graceTime inView:(UIView *)targetView;
32
+
33
+ - (void)removeLoading;
34
+ - (void)removeLoadingForView:(UIView *)targetView;
35
+
36
+ #pragma mark - 带图案加载中
37
+ - (void)removeLoadingInfo;
38
+ - (void)loadInfoFail:(UIView *)targetView customMsg:(NSString *)msg tapAction:(void (^)(void))action;
39
+ - (void)loadInfoFail:(UIView *)targetView tapAction:(void (^)(void))action;
40
+ - (void)loadInfoFail:(UIView *)targetView networkFail:(BOOL)networkFail tapAction:(void (^)(void))action;
41
+ #pragma mark - 界面Push pop
42
+ - (void)push:(UIViewController *)controller;
43
+ - (void)goBack:(nullable id)sender;
44
+
45
+ - (void)dismiss;
46
+ - (void)dismiss:(BOOL)animate completion:(void (^ __nullable)(void))completion;
47
+ @end
48
+
49
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 1b2d2d7dae4f340a599a86a02a1a9f13
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,14 @@
1
+
2
+ // 处理wkwebview的cookie问题
3
+
4
+ #import <Foundation/Foundation.h>
5
+ #import <WebKit/WebKit.h>
6
+
7
+ NS_ASSUME_NONNULL_BEGIN
8
+
9
+ @interface TDSGlobalWKCookieWebview : WKWebView
10
+ - (id)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration *)configuration useRedirectCookie:(BOOL)useRedirectCookie;
11
+
12
+ @end
13
+
14
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: d66b34c9d3d5f428fa4a87fd552fa701
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,21 @@
1
+
2
+ // 简单的网页浏览器
3
+
4
+ #import <UIKit/UIKit.h>
5
+ #import <XDCommonSDK/TDSGlobalViewControllerBase.h>
6
+ #import <XDCommonSDK/XDGNavicationBar.h>
7
+ #import <XDCommonSDK/TDSGlobalWKCookieWebview.h>
8
+
9
+ NS_ASSUME_NONNULL_BEGIN
10
+
11
+ @interface TDSGlobalWebController : TDSGlobalViewControllerBase
12
+ @property (nonatomic, strong) XDGNavicationBar *navigationBar;
13
+ @property (nonatomic, strong) TDSGlobalWKCookieWebview *webView;
14
+ @property (nonatomic, copy) NSString *url;
15
+ @property (nonatomic, copy) NSString *webControllerTitle;
16
+
17
+ + (TDSGlobalWebController *)createWebController:(NSString *)url;
18
+
19
+ @end
20
+
21
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 6f5b7f70252834c49a8d463cf170b2bf
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,18 @@
1
+ //
2
+ // UIApplication+XDG.h
3
+ // XDCommonSDK
4
+ //
5
+ // Created by Fattycat on 2024/7/17.
6
+ //
7
+
8
+ #import <UIKit/UIApplication.h>
9
+
10
+ NS_ASSUME_NONNULL_BEGIN
11
+
12
+ @interface UIApplication (XDG)
13
+
14
+ - (UIWindow *)xdg_keyWindow;
15
+
16
+ @end
17
+
18
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: ed5fdf6e2a5f04df390b75889ba2e9f6
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,18 @@
1
+ //
2
+ // UIImage+TDSSDK.h
3
+ // TDSSDK
4
+ //
5
+ // Created by JiangJiahao on 2020/8/23.
6
+ // Copyright © 2020 JiangJiahao. All rights reserved.
7
+ //
8
+
9
+ #import <UIKit/UIKit.h>
10
+
11
+ NS_ASSUME_NONNULL_BEGIN
12
+
13
+ @interface UIImage (TDSSDK)
14
+ + (UIImage *)xdg_imageNamed:(NSString *)name;
15
+ + (UIImage *)xdg_resizeableImageNamed:(NSString *)name;
16
+ @end
17
+
18
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: f3f6b84d9808b4343b3a9a5cc35a98a4
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,22 @@
1
+ //
2
+ // XDAdjustInfo.h
3
+ // XDGCommonSDK
4
+ //
5
+ // Created by JiangJiahao on 2020/11/4.
6
+ //
7
+
8
+ #import <Foundation/Foundation.h>
9
+
10
+ NS_ASSUME_NONNULL_BEGIN
11
+
12
+ @interface XDAdjustInfo : NSObject
13
+ @property (nonatomic, copy) NSString *appToken;
14
+
15
+ @property (nonatomic, strong) NSDictionary *evensTokenDic;
16
+
17
+ + (instancetype)instanceWithInfoDic:(NSDictionary *)infoDic;
18
+
19
+ - (NSString *)eventTokenWithName:(NSString *)eventName;
20
+ @end
21
+
22
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: e32a872ea31ca45feb3634e124499332
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,17 @@
1
+ //
2
+ // XDAppleInfo.h
3
+ // XDCommonSDK
4
+ //
5
+ // Created by Fattycat on 2022/9/29.
6
+ //
7
+
8
+ #import <Foundation/Foundation.h>
9
+
10
+ NS_ASSUME_NONNULL_BEGIN
11
+
12
+ @interface XDAppleInfo : NSObject
13
+ @property (nonatomic, copy) NSString *serviceId;
14
+ + (instancetype)instanceWithInfoDic:(NSDictionary *)infoDic;
15
+ @end
16
+
17
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 1ae2e29c4f8774d24adb19bc42d5e13f
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,19 @@
1
+ //
2
+ // XDAppsFlyerInfo.h
3
+ // XDGCommonSDK
4
+ //
5
+ // Created by JiangJiahao on 2020/11/4.
6
+ //
7
+
8
+ #import <Foundation/Foundation.h>
9
+
10
+ NS_ASSUME_NONNULL_BEGIN
11
+
12
+ @interface XDAppsFlyerInfo : NSObject
13
+ @property (nonatomic, copy) NSString *devKey;
14
+ @property (nonatomic, copy) NSString *appId;
15
+
16
+ + (instancetype)instanceWithInfoDic:(NSDictionary *)infoDic;
17
+ @end
18
+
19
+ NS_ASSUME_NONNULL_END