Replace unsigned CODE_SIGNING_ALLOWED=NO build with proper ad-hoc signed archive using keychain, certificate, and provisioning profile. Update xtool.yml schema to match current xtool v1 format. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
347 B
YAML
9 lines
347 B
YAML
# xTool configuration — https://xtool.sh
|
|
# Run `xtool setup` once to configure your Apple ID credentials and extract the Darwin SDK.
|
|
# Then: `xtool dev` to build and deploy directly to a connected USB device.
|
|
|
|
version: 1
|
|
bundleID: uk.silverlabs.silverapple
|
|
infoPath: SilverApple/Info.plist
|
|
entitlementsPath: SilverApple/SilverApple.entitlements
|