Makefile Entry Creation

Nucleic-Session: 68BC2F7D-7E9C-45FD-BA8B-CAD374976C8F
Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
2026-07-02 16:32:17 -07:00
co-authored by nucleic
parent 0a3f1c1e43
commit f8450422a8
+5
View File
@@ -107,8 +107,13 @@ xcodebuild \
clean archive
if [ "$ARCHIVE_ONLY" -eq 1 ]; then
# A real archive with this version now exists; keep the bump (don't let the trap revert it) so a
# later automated upload won't reuse the same build number, but leave it uncommitted since we
# didn't upload.
SUCCEEDED=1
echo "✓ Archive built: $ARCHIVE"
echo " Upload via Xcode → Window → Organizer → Distribute App → App Store Connect."
[ "$BUMPED" -eq 1 ] && echo " (ios/VERSION bumped to $MARKETING_VERSION build $BUILD_NUMBER, left uncommitted.)"
exit 0
fi