Commit d78e9fb
Fixing TestFlight Deployment (#65)
* fix(ci): add build processing validation and revert to build 2
- Revert build number to 2 (was incorrectly bumped without successful upload)
- Remove skip_waiting_for_build_processing to wait for Apple's validation
- Add wait_processing_timeout_duration: 1800 (30 min) for each app
- Add 90-minute timeout for deploy job to accommodate processing wait
- This will reveal any validation errors that caused build 2 to disappear
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* ci: temporarily add fix branch to deploy condition
* chore: bump build number to 3 [skip ci]
* fix(demo): use build settings for version numbers in Info.plist files
Replaces hardcoded CFBundleVersion and CFBundleShortVersionString values
with $(CURRENT_PROJECT_VERSION) and $(MARKETING_VERSION) respectively.
This allows CI to properly increment build numbers for TestFlight uploads.
Also resets build number to 2 since App Store Connect only has build 1.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* chore: bump build number to 3 [skip ci]
* fix(ci): remove temporary branch and gitignore generated plists [skip ci]
- Remove fix/build-2-upload-validation from deploy condition
- Add *.plist to gitignore for xcodegen-generated files
- Remove tracked Info.plist files (now auto-generated)
- Reset build number to 2
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent 20b791e commit d78e9fb
7 files changed
Lines changed: 15 additions & 117 deletions
File tree
- .github/workflows
- Examples/Sundial
- Fastlane
- Resources
- iOS
- watchOS
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
| 113 | + | |
| 114 | + | |
111 | 115 | | |
112 | 116 | | |
113 | 117 | | |
| |||
157 | 161 | | |
158 | 162 | | |
159 | 163 | | |
| 164 | + | |
| 165 | + | |
160 | 166 | | |
161 | 167 | | |
162 | 168 | | |
| |||
213 | 219 | | |
214 | 220 | | |
215 | 221 | | |
| 222 | + | |
| 223 | + | |
216 | 224 | | |
217 | 225 | | |
218 | 226 | | |
| |||
0 commit comments