Skip to content

Commit

Permalink
Merge pull request #108 from lord/master
Browse files Browse the repository at this point in the history
Add uilaunchstoryboardname key to ios plist files
  • Loading branch information
mdsteele authored Jan 8, 2022
2 parents 030a844 + b30d8ad commit 066249c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bundle/ios_bundle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ fn generate_info_plist(bundle_dir: &Path, settings: &Settings, icon_filenames: &
write!(file, " <key>CFBundleVersion</key>\n <string>{}</string>\n", settings.version_string())?;
write!(file, " <key>CFBundleShortVersionString</key>\n <string>{}</string>\n", settings.version_string())?;
write!(file, " <key>CFBundleDevelopmentRegion</key>\n <string>en_US</string>\n")?;
write!(file, " <key>UILaunchStoryboardName</key>\n <string></string>\n")?;


if !icon_filenames.is_empty() {
Expand Down

0 comments on commit 066249c

Please sign in to comment.