Skip to content

Commit 7688692

Browse files
committed
ios: Specify provisioning profile in ios/upload.plist
With this, I was finally able to do `tools/ios build` and `tools/ios upload` without issue.
1 parent 5bebd5a commit 7688692

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ios/upload.plist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,13 @@
66
<string>app-store</string>
77
<key>destination</key>
88
<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>
917
</dict>
1018
</plist>

0 commit comments

Comments
 (0)