Commit c38c78e
committed
Simplify App Store release to manual upload via Xcode Organizer
The xcodebuild -exportArchive command fails with "Error Downloading
App Information" due to authentication issues with App Store Connect.
Changed approach:
- archive-appstore.sh now only creates the Xcode archive
- Switched from manual to automatic code signing
- Removed the export step that created .pkg files
- Removed upload-appstore.sh (no longer needed)
- Removed validate-appstore and archive-appstore commands from Justfile
- release-appstore now just builds and prints manual upload instructions
Upload is now done manually via Xcode Organizer:
1. Open the .xcarchive
2. Click Distribute App → App Store Connect
3. Follow prompts to upload1 parent e8d5016 commit c38c78e
3 files changed
Lines changed: 10 additions & 151 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 107 | + | |
130 | 108 | | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
| 109 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
| 63 | + | |
88 | 64 | | |
89 | 65 | | |
90 | 66 | | |
91 | | - | |
92 | 67 | | |
93 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
This file was deleted.
0 commit comments