Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

有批量添加签名配置文件的功能吗 #9

Open
LYC-Android opened this issue Mar 20, 2024 · 2 comments
Open

有批量添加签名配置文件的功能吗 #9

LYC-Android opened this issue Mar 20, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@LYC-Android
Copy link

系统类型

Windows

系统版本

1

软件版本

1

问题描述

有批量添加签名配置文件的功能吗

复现步骤

@LYC-Android LYC-Android added the bug Something isn't working label Mar 20, 2024
@jixiaoyong jixiaoyong added enhancement New feature or request good first issue Good for newcomers and removed bug Something isn't working labels Mar 20, 2024
@jixiaoyong
Copy link
Owner

好想法,可以考虑添加这个功能。

还没想好交互以及数据格式,比如使用json还是使用gradle中的格式,单个签名配置需要有如下信息:

storeFileAlias "" // APP自定义的属性“签名别名”,用来区分多个签名文件,下面其他参数与android项目中配置一致
storeFile file('/path/to/key.keystore')
storePassword 'pwd'
keyAlias 'keyAlias'
keyPassword 'pwd'

@424385117
Copy link

好想法,可以考虑添加这个功能。

还没想好交互以及数据格式,比如使用json还是使用gradle中的格式,单个签名配置需要有如下信息:

storeFileAlias "" // APP自定义的属性“签名别名”,用来区分多个签名文件,下面其他参数与android项目中配置一致
storeFile file('/path/to/key.keystore')
storePassword 'pwd'
keyAlias 'keyAlias'
keyPassword 'pwd'

可以添加 包名和签名配置的功能吗?即选择apk 自动选择签名配置,这样就不用来回选择签名配置了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants