Makefile Entry Creation
Nucleic-Session: 68BC2F7D-7E9C-45FD-BA8B-CAD374976C8F Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user