Assist
Assist copied to clipboard
App Store Connect API access via CLI written in Swift
This article helps with that: https://extrawurst.medium.com/github-actions-homebrew-%EF%B8%8F-2789ae5023fd
### What is your wish? Using the xcodebuild parameter [-testProductsPath](https://keith.github.io/xcode-man-pages/xcodebuild.1.html#testProductsPath) lets you `build-for-testing` once a folder with all necessary files is generated that theoretically can be used to distribute testing....
Code to delete user in specific groups: `curl -g -s -X DELETE "$url/betaTesters/$uid/relationships/betaGroups" -H "$json_content_type" -H "Authorization: $ASC_AUTH_HEADER" -d '{"data": [{ "id": "'$gid'", "type": "betaGroups" }] }'` To uniquely identify...
When adding a new beta tester it is currently impossible to see the app where the user has been added to. This should be changed by requesting the app relationship...
# The Problem Many companies need to download the reports for theirs app(s) on a regular basis. For manually downloading these reports they need to navigate the clunky website from...
# Changes - replace inset by `\t` - the emoji log levels are removed
- [ ] Inject a file path (environments.txt) that must contain information to identify the env files `.env.` files for which apps should be processed. These `.env ` files are...
``` Error: requestFailed(underlyingErrors: [Engine.NetworkError.invalidStatusCode(code: 429, underlying: Optional(Error Domain= Code=0 "{ "errors": [{ "status": "429", "code": "RATE_LIMIT_EXCEEDED", "title": "The request rate limit has been reached.", "detail": "We've received too many requests...
``` mint run --verbose Blackjacx/Assist snap --workspace /Users/stherold/dev/projects/db/beiwagen/Beiwagen.xcworkspace $(read_file_omit_comments /Users/stherold/dev/projects/db/beiwagen/fastlane/environments.txt | awk -v pfx="--scheme " '{print pfx$1}' | xargs) --destination-dir $(mktemp -d) --zip-file-name "Screenshots-$(date +"%Y-%m-%dT%H:%M:%S%z").zip" --appearances dark light --devices iPhone12Pro...
This project contains executables that each can run on different platforms. Distributing them in one opackage has the following disadvantages: - platform the whole package is restricted to the lowest...