We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d8d8e commit 0dec5c9Copy full SHA for 0dec5c9
3 files changed
.github/workflows/release.yml
ExportOptions.plist
@@ -2,11 +2,13 @@
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
+ <key>compileBitcode</key>
6
+ <false/>
7
<key>method</key>
- <string>developer-id</string>
- <key>teamID</key>
8
- <string>LES39EU5G5</string>
9
- <key>signingStyle</key>
10
- <string>automatic</string>
+ <string>mac-application</string>
+ <key>stripSwiftSymbols</key>
+ <true/>
11
+ <key>thinning</key>
12
+ <string><none></string>
13
</dict>
14
</plist>
0 commit comments