misselvexu / xpak

iOS App Re-sign ; Android app file unpack and pack ;
Apache License 2.0
0 stars 0 forks source link

xpak

iOS App Re-sign for mac ; Android app file unpack and pack ;

Contact Me

WeChat: AlsOnline

ios-resign

ios-resign allows iDevice app bundles (.ipa) files to be signed or resigned with a digital certificate from Apple for distribution. It can also create signed iDevice app bundles (.ipa) files from .xcarchive files. This tool is aimed at enterprises users, for enterprise deployment, when the person signing the app is different than the person(s) developing it.

how to use

ios-resign allows you to re-sign any unencrypted ipa-file with any certificate for which you hold the corresponding private key. ios-resign can also created a signed ipa-file from an xcarchive file.

1. python3 main.py 'fads' 'test.source.ipa' 'Phone Developer: Test (T9423S3D3P)' 'CodeResignDevelopment.mobileprovision' 'test.dest.ipa'

SEE DOC

License

Copyright (c) 2016 vopen.xyz

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

android-xpak

TODO