File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4902,6 +4902,9 @@ int main (int argc, char* argv[]) {
49024902 }
49034903 }
49044904
4905+ if (settings[" ios_distribution_method" ].empty ()) {
4906+ settings[" ios_distribution_method" ] = " " ;
4907+ }
49054908 writeFile (paths.platformSpecificOutputPath / " exportOptions.plist" , tmpl (gXCodeExportOptions , settings));
49064909 writeFile (paths.platformSpecificOutputPath / " Info.plist" , tmpl (gIOSInfoPList , settings));
49074910 writeFile (pathToProject / " project.pbxproj" , tmpl (gXCodeProject , xCodeProjectVariables));
Original file line number Diff line number Diff line change @@ -1196,7 +1196,7 @@ constexpr auto gIOSInfoPList = R"XML(<?xml version="1.0" encoding="UTF-8"?>
11961196 <string>{{meta_bundle_identifier}}</string>
11971197
11981198 <key>CFBundleDisplayName</key>
1199- <string>{{build_name }}</string>
1199+ <string>{{meta_title }}</string>
12001200
12011201 <key>CFBundleName</key>
12021202 <string>{{build_name}}</string>
You can’t perform that action at this time.
0 commit comments