File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed
Micmute.xcodeproj/project.xcworkspace/xcuserdata/artur.xcuserdatad Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -61,16 +61,10 @@ jobs:
61
61
62
62
- name : Generate Sparkle appcast and sign artifact
63
63
run : |
64
- pwd
65
-
66
64
echo "${{ secrets.SPARKLE_PRIVATE_KEY }}" | base64 --decode > private_key.pem
67
65
68
66
openssl dgst -sha256 -binary < $GITHUB_WORKSPACE/Micmute-Beta.zip | openssl dgst -sha256 -sign ./private_key.pem -out $GITHUB_WORKSPACE/Micmute-Beta.zip.sig
69
67
70
- ./generate_appcast --private-key ./private_key.pem --download-url-prefix "https://github.com/rokartur/Micmute/releases/latest/download/" $GITHUB_WORKSPACE
71
-
72
- mv appcast.xml $GITHUB_WORKSPACE/appcast.xml
73
-
74
68
- name : Commit appcast.xml
75
69
run : |
76
70
cd $GITHUB_WORKSPACE
Original file line number Diff line number Diff line change 2
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
<plist version =" 1.0" >
4
4
<dict >
5
- <key >com.apple.security.app-sandbox</key >
6
- <true />
7
- <key >com.apple.security.device.audio-input</key >
8
- <true />
9
- <key >com.apple.security.network.client</key >
10
- <true />
11
- <key >com.apple.security.network.server</key >
12
- <true />
13
5
<key >com.apple.security.temporary-exception.mach-lookup.global-name</key >
14
6
<array >
15
7
<string >$(PRODUCT_BUNDLE_IDENTIFIER)-spks</string >
You can’t perform that action at this time.
0 commit comments