{"id":26621674,"url":"https://github.com/zhitrend/ipapython","last_synced_at":"2025-03-24T09:17:39.737Z","repository":{"id":87498888,"uuid":"73812646","full_name":"zhitrend/ipaPython","owner":"zhitrend","description":"基于Python封装xcodebuild 打包app","archived":false,"fork":false,"pushed_at":"2016-11-15T12:47:54.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-27T08:14:25.311Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhitrend.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-15T12:43:15.000Z","updated_at":"2017-10-16T09:46:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"309a8de1-15b3-4336-a33a-86b886238200","html_url":"https://github.com/zhitrend/ipaPython","commit_stats":null,"previous_names":["zhitrend/ipapython"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhitrend%2FipaPython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhitrend%2FipaPython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhitrend%2FipaPython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhitrend%2FipaPython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhitrend","download_url":"https://codeload.github.com/zhitrend/ipaPython/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245240835,"owners_count":20583102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-24T09:17:39.261Z","updated_at":"2025-03-24T09:17:39.722Z","avatar_url":"https://github.com/zhitrend.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#基于 http://www.jianshu.com/p/cc54b84bfb88 修改\n\n#基于Python封装xcodebuild\n\n# ipaPython\n\niOS项目自动打包脚本\n\n\n1.脚本自动打包\n\n2.上传到fir.im\n\n3.上传到指定服务器\n\n4.发送邮件给测试人员\n\n\n\n###需要安装的相关指令软件:\n\n1.python 2.7\n\n2.xcode\n\n3.fir.im指令\n\n\n\n###使用方法:\n\n1.安装xcode\n\n2.安装fir.im的指令,安装方法见 https://github.com/FIRHQ/fir-cli/blob/master/README.md\n\n3.配置相关信息 python ipa.py -c 或者 python ipa.py --config\n\ntargetName:工程的名称,如：我的工程是BossZP.xcodeproj,所以我的targetName就是BossZP\n\ngitPath:工程的git地址,如：我的git地址是http://git.xxx.org/xxxxxx/xxxxxx.git\n\ncertificateName:证书名称,如：我的是iPhone Developer: YANG YU (7XC3UZCAZM)\n\nfirToken:在fir.im上创建应用后的token,如：我的是2ac8uf3j9z3ur98d7gxxxxxxxx\n\n下面的是邮件设置:\n\nemailFromUser:我的邮箱,如：xxxxxx@163.com\n\nemailToUser:测试人员的邮箱，如 xxxxxx@163.com\n\nemailPassword:我的邮箱的密码\n\nemailHost:邮箱的host，可以去邮箱网页查看,如：我的是smtp.163.com\n\nkeychainPassword:(选填)远程SSH连接打包的话需要设置这个参数，内容为你电脑的密码\n\n4.配置完信息，可以通过 --help 或者 -h 查看基本的使用方法\n\n-h, --help            查看帮助信息\n\n-c, --config          配置基本信息\n\n-s, --showTags        显示git上所有的版本\n\n-t TAG, --tag=TAG     设置打包时的版本\n\n● 如果你不喜欢我把放在Documents下面，你可以把脚本的第28行改成你喜欢的目录，如:target_path = \"/Users/yuyang/clone/BossZP\"\n\n###你可以这样使用:\n\npython ipa.py -h\n\npython ipa.py --help\n\npython ipa.py -c\n\npython ipa.py --config\n\npython ipa.py -s\n\npython ipa.py --showTags\n\npython ipa.py -t v3.0 (打包时候这样使用，后面的v3.0参数可以使用python ipa.py -s获取)\n\npython ipa.py -tag v3.0 (打包时候这样使用，后面的v3.0参数可以使用python ipa.py -s获取)\n\npython ipa.py (tag不写，默认是master)\n\n***\n\n2016.03.04更新：\n\n\u003e 修改远程SSH连接打包失败的问题，添加设置参数keychainPassword\n(选填)远程SSH连接打包的话需要设置这个参数，内容为你电脑的密码\n\n***\n\n2016.11.15更新:\n\n\u003e 添加对workspace xcode8的支持\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhitrend%2Fipapython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhitrend%2Fipapython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhitrend%2Fipapython/lists"}