We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ios/upload.plist
1 parent 5bebd5a commit 7688692Copy full SHA for 7688692
ios/upload.plist
@@ -6,5 +6,13 @@
6
<string>app-store</string>
7
<key>destination</key>
8
<string>upload</string>
9
+ <key>signingStyle</key>
10
+ <string>manual</string>
11
+ <key>provisioningProfiles</key>
12
+ <dict>
13
+ <key>org.zulip.Zulip</key>
14
+ <!-- TODO: Try a name that doesn't have to change when we renew -->
15
+ <string>iOS app distribution 2022</string>
16
+ </dict>
17
</dict>
18
</plist>
0 commit comments