download-provisioning-profiles
download-provisioning-profiles copied to clipboard
Github Action for downloading provisioning profiles from Apple AppStore Connect
Noticed that [build failures have started popping up recently](https://github.com/Apple-Actions/download-provisioning-profiles/actions/runs/1776810541), so investigated a bit and found that `npm install` resolves a commit of the `appstoreconnect` dependency that doesn't contain the latest...
Hi, I have the 'x.CIExample' bundle id create but the **Run Apple-Actions/download-provisioning-profiles@v1** give a: ##[error]Unable to find 'ACTIVE' profiles for bundleId 'x.CIExample'. Run Apple-Actions/download-provisioning-profiles@v1 with: bundle-id: x.CIExample profile-type: IOS_APP_STORE issuer-id:...
I believe this is an untested bug. On the line: https://github.com/Apple-Actions/download-provisioning-profiles/blob/4360bde0e8fb288b9ea8a35fdb5ac1b7a5cc7164/src/main.ts#L34 For mac the extension for a provisioning profile should be `provisionprofile` not `mobileprovision` I suggest something like: ```typescript function...
Currently this action downloads all provisioning profiles matching a bundle id. Ideally if this action just download a single profile we could expose the provisioning profile udid as an action...
Hello, Node.js 16 actions have reached their end of life. We kindly request an update for this actions to use node 20. Further details can be found here: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
When the action run it seems it use old deprecated api
Hi, I implemented Apple-Actions/import-codesign-certs@v1 to get the certificates but when running Apple-Actions/download-provisioning-profiles@v1 im getting the following error: Error: error:0909006C:PEM routines:get_name:no start line I event forked your Example project, put in...