Matthew Raymer
09a3d5159c
docs(ios): add comprehensive iOS code signing guide
Created iOS code signing documentation:
Signing Scenarios:
- Simulator builds (signing disabled - faster)
- Device builds with automatic signing (recommended)
- Device builds with manual signing (advanced)
Configuration:
- Command-line build flags for each scenario
- Xcode project settings
- Environment variables
Troubleshooting:
- Common signing errors and solutions
- Certificate and provisioning profile issues
- Bundle identifier conflicts
- Verification commands
Quick Reference:
- Simulator: CODE_SIGNING_REQUIRED=NO
- Device (auto): CODE_SIGN_STYLE=Automatic + DEVELOPMENT_TEAM
- Device (manual): CODE_SIGN_STYLE=Manual + PROVISIONING_PROFILE
Updated SETUP.md:
- Added code signing section
- Quick reference for simulator vs device builds
- Link to comprehensive guide
Result: Complete signing guide for all iOS build scenarios
2025-11-11 19:09:45 -08:00
..
2025-10-23 10:29:13 +00:00
2025-10-08 06:19:14 +00:00
2025-10-24 11:13:48 +00:00
2025-10-27 10:14:00 +00:00
2025-10-14 06:17:03 +00:00
2025-10-14 06:17:03 +00:00
2025-10-08 08:58:32 +00:00
2025-10-24 09:42:10 +00:00
2025-11-11 01:42:44 -08:00
2025-10-14 08:02:16 +00:00
2025-11-04 22:22:02 -08:00
2025-10-31 13:02:30 +00:00
2025-11-06 06:28:00 +00:00
2025-11-06 06:28:00 +00:00
2025-10-08 06:26:38 +00:00
2025-10-08 09:02:03 +00:00
2025-10-29 12:46:41 +00:00
2025-10-08 06:32:17 +00:00
2025-10-29 12:46:41 +00:00
2025-10-30 07:04:40 +00:00
2025-10-29 13:04:49 +00:00
2025-10-29 13:04:49 +00:00
2025-11-11 19:09:45 -08:00
2025-11-11 02:28:06 -08:00
2025-11-11 01:42:44 -08:00
2025-11-11 01:30:31 -08:00
2025-11-11 01:30:31 -08:00
2025-11-11 01:37:05 -08:00
2025-11-04 22:22:02 -08:00
2025-10-08 06:19:14 +00:00
2025-10-29 12:46:41 +00:00
2025-10-08 06:19:14 +00:00
2025-10-30 10:03:47 +00:00
2025-11-11 01:45:48 -08:00
2025-11-06 10:08:18 +00:00
2025-10-08 06:19:14 +00:00
2025-10-28 09:35:33 +00:00
2025-10-27 12:40:04 +00:00
2025-10-14 06:17:03 +00:00
2025-10-14 06:17:03 +00:00
2025-10-13 03:10:26 +00:00
2025-11-04 01:40:38 -08:00
2025-10-14 08:02:16 +00:00
2025-10-14 06:31:07 +00:00
2025-10-24 13:01:50 +00:00
2025-11-04 22:22:02 -08:00
2025-11-04 01:40:38 -08:00