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

[feature]添加自动匹配包名和签名配置的功能 #10

Closed
jixiaoyong opened this issue Mar 24, 2024 · 2 comments
Closed

[feature]添加自动匹配包名和签名配置的功能 #10

jixiaoyong opened this issue Mar 24, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@jixiaoyong
Copy link
Owner

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

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

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

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

Originally posted by @424385117 in #9 (comment)

@424385117
Copy link

424385117 commented Mar 24, 2024 via email

@jixiaoyong jixiaoyong added the enhancement New feature or request label Mar 24, 2024
@jixiaoyong
Copy link
Owner Author

使用方法:

如果需要根据apk文件的包名自动匹配之前使用的签名,需要在设置页面开启【是否自动匹配签名】并配置appt目录:

image

这样在【签名APP】页面选择apk时就会默认自动匹配同一包名之前成功过的签名信息。

如果想切换为其他签名,选择修改签名即可:

image

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

No branches or pull requests

2 participants