@simplysm/sd-cli 12.16.14 → 12.16.15

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,10 +1,8 @@
1
1
  import { ISdClientBuilderCapacitorConfig } from "../types/config/ISdProjectConfig";
2
2
  export declare class SdCliCapacitor {
3
3
  private readonly _opt;
4
- private readonly _CAPACITOR_DIR_NAME;
5
- private readonly _CONFIG_FILE_NAME;
6
- private readonly _KEYSTORE_FILE_NAME;
7
- private readonly _ICON_DIR_NAME;
4
+ private readonly _ANDROID_KEYSTORE_FILE_NAME;
5
+ private readonly _capPath;
8
6
  private readonly _platforms;
9
7
  private readonly _npmConfig;
10
8
  constructor(_opt: {
@@ -14,26 +12,21 @@ export declare class SdCliCapacitor {
14
12
  private static readonly _logger;
15
13
  private static _execAsync;
16
14
  initializeAsync(): Promise<void>;
17
- private _initializeCapacitorProjectAsync;
18
- private _createCapacitorConfigAsync;
19
- private _managePlatformsAsync;
20
- private _managePluginsAsync;
21
- private _setupAndroidSignAsync;
22
- private _setupIconAndSplashScreenAsync;
23
- private _createCenteredImageAsync;
24
- private _cleanupExistingIconsAsync;
25
- private _configureAndroidNativeAsync;
26
- private _configureAndroidStylesAsync;
27
- private _configureAndroidGradlePropertiesAsync;
28
- private _findJava21;
29
- private _configureSdkPathAsync;
15
+ private _initCapAsync;
16
+ private _setupNpmConfAsync;
17
+ private _writeCapConfAsync;
18
+ private _addPlatformsAsync;
19
+ private _setupIconAsync;
20
+ private _configureAndroidAsync;
21
+ private _configureAndroidJavaHomePathAsync;
22
+ private _findJava21Async;
23
+ private _configureAndroidSdkPathAsync;
24
+ private _findAndroidSdk;
30
25
  private _configureAndroidManifestAsync;
31
26
  private _configureAndroidBuildGradleAsync;
32
- private _configureAndroidStringsAsync;
33
27
  buildAsync(outPath: string): Promise<void>;
34
28
  private _buildAndroidAsync;
35
29
  private _copyAndroidBuildOutputAsync;
36
- private _findAndroidSdk;
37
30
  static runWebviewOnDeviceAsync(opt: {
38
31
  platform: string;
39
32
  package: string;