Skip to content

Commit 2caefa4

Browse files
committed
Tweaked build_unsigned target in Makefile
1 parent c9da6ed commit 2caefa4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ build_unsigned:
2222
xcodebuild -parallelizeTargets \
2323
-project "$(XCODE_PROJ)" \
2424
-target "$(APP_NAME)" \
25-
-configuration "Debug" \
25+
-configuration "Release" \
2626
CONFIGURATION_BUILD_DIR="$(BUILD_DIR)" \
2727
CODE_SIGN_IDENTITY="" \
2828
CODE_SIGNING_REQUIRED=NO \
29+
CODE_SIGNING_ALLOWED=NO \
2930
clean build
3031

3132
build_signed:

0 commit comments

Comments
 (0)