Skip to content

Commit 5789e08

Browse files
committed
Fixing apple signing
1 parent eb3893f commit 5789e08

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
5050
mkdir -p QuickPass.app/Contents/MacOS
5151
cp target/release/QuickPass QuickPass.app/Contents/MacOS/
5252
53-
# Print entire Info.plist in one line, using \n for newlines:
54-
printf "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
53+
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
5554
<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n\
5655
<plist version=\"1.0\">\n\
5756
<dict>\n\
@@ -66,8 +65,6 @@ jobs:
6665
</dict>\n\
6766
</plist>\n" > QuickPass.app/Contents/Info.plist
6867

69-
70-
7168
# 6) Code sign the .app
7269
- name: Code Sign .app
7370
run: |

0 commit comments

Comments
 (0)