Commit Graph
7 Commits
Author SHA1 Message Date
blacktop c0359c0f69 fix(appstore): add platform flag to provision generate command
- Add `--platform` flag (ios, macos, tvos, catalyst) to select the
  correct certificate and profile types per platform
- Map each platform/type combination to the appropriate ProfileType
- Extract `profileTypeNeedsDevices` helper to cover all dev/adhoc
  profile types across platforms
- Auto-register the host Mac as a development device when no devices
  are found and platform is macos/catalyst
- Fix `DeviceCreateRequest` to omit `deviceClass` and `model` fields
  rather than hard-coding iPhone values
- Initialize profile relationship slices before appending so
  json.Marshal emits `[]` instead of `null`
2026-04-07 17:49:17 -06:00
blacktop 8e6f2c554b chore: modernize to 1.26
Refactor string concatenation to use strings.Builder for improved performance in multiple files
2026-02-12 10:02:01 -07:00
blacktop 2a0f846cf4 feat: add --jwt support to ipsw appstore commands 2023-09-05 12:15:01 -06:00
blacktop 22bf7c41b8 feat: add ipsw appstore device reg and mod cmds to add NEW devices and change the name of existing ones 2023-08-26 22:56:37 -06:00
blacktop 4bb378c9d6 fix: attempting to get multi-device prov profile creation to work 2023-08-26 20:01:57 -06:00
blacktop d95368637e feat: add 🆕 ipsw appstore device ls command 2023-08-26 17:47:41 -06:00
blacktop 063a82c444 feat: add 🆕 ipsw appstore profile ls and create commands to make new provisioning profiles 2023-08-26 17:36:34 -06:00