この記事はREALITY Advent Calendar 2024の3日目の記事です。 REALITY - Qiita Advent Calendar 2024 - Qiita Calendar page for Qiita Advent Calendar 2024 regarding REALIT qiita.com 昨日は漫喫さんの『自作スクリプトからUnityのSearch ...
Many of the scripts hosted on GitHub do not work with more recent Xcode releases. This script uses Apple's Xcode CLI tool, agvtool, to automatically bump build numbers and release versions. It uses a ...
もう9割ぐらい完成しているものの、1つの用例だけできておらず、早々に出したい気持ちでいっぱいです。 こんなん作っています Xcode上でAppleScriptによるアプリを作って、実際にMac App Storeに出しています。とくにAppleScriptだから邪険にされるということも ...
SCRIPT_DIR="$(CDPATH= cd -- "$(dirname "$0")" && pwd)" REPO_ROOT="$(CDPATH= cd -- "$SCRIPT_DIR/.." && pwd)" # Xcode GUI builds do not inherit the same PATH as an ...
I’ve been working on a Python script to streamline the process of creating .xcassets folders and corresponding Swift enums for Xcode projects. This tool can save you a lot of time and make your ...