Skip to content

Commit 5ee15a0

Browse files
authored
Disable code-signing
1 parent 0951808 commit 5ee15a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/objective-c-xcode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ls -Al
3131
rm -rf 'Bartender xcode15.xcodeproj'
3232
touch GoogleService-Info.plist
33-
xcodebuild -allowProvisioningUpdates clean build analyze -scheme Bartender -configuration Debug
33+
xcodebuild clean build analyze -scheme Bartender CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
3434
# if [ $scheme = default ]; then scheme=$(cat default); fi
3535
# if [ "`ls -A | grep -i \\.xcworkspace\$`" ]; then filetype_parameter="workspace" && file_to_build="`ls -A | grep -i \\.xcworkspace\$`"; else filetype_parameter="project" && file_to_build="`ls -A | grep -i \\.xcodeproj\$`"; fi
3636
# file_to_build=`echo $file_to_build | awk '{$1=$1;print}'`

0 commit comments

Comments
 (0)