Fix plist used for qa builds (#2220)
This commit is contained in:
parent
1a7a6cc118
commit
c8d799cb76
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<key>metadata</key>
|
||||
<dict>
|
||||
<key>bundle-identifier</key>
|
||||
<string><%= ENV['IOS_MAIN_APP_IDENTIFIER'] %></string>
|
||||
<string><%= ENV['MAIN_APP_IDENTIFIER'] %></string>
|
||||
<key>bundle-version</key>
|
||||
<string><%= current_build_number %></string>
|
||||
<key>kind</key>
|
||||
|
|
@ -36,4 +36,4 @@
|
|||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
</plist>
|
||||
|
|
|
|||
Loading…
Reference in a new issue