Skip to content

Commit

Permalink
Tweaked build_unsigned target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Apr 24, 2024
1 parent c9da6ed commit 2caefa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ build_unsigned:
xcodebuild -parallelizeTargets \
-project "$(XCODE_PROJ)" \
-target "$(APP_NAME)" \
-configuration "Debug" \
-configuration "Release" \
CONFIGURATION_BUILD_DIR="$(BUILD_DIR)" \
CODE_SIGN_IDENTITY="" \
CODE_SIGNING_REQUIRED=NO \
CODE_SIGNING_ALLOWED=NO \
clean build

build_signed:
Expand Down

0 comments on commit 2caefa4

Please sign in to comment.