IOS: Remove UILaunchStoryboardName from Info.plist in ios7bundle target
Currently only Xcode knows how to compile storyboard files. But if we keep the UILaunchStoryboardName in the Info.plist this causes a black screen on launch, and removing it allows getting the UILaunchImages instead.
This commit is contained in:
parent
51c620ba78
commit
1964516000
1 changed files with 1 additions and 0 deletions
1
ports.mk
1
ports.mk
|
@ -269,6 +269,7 @@ ios7bundle: iphone
|
|||
s==0 {print $$0}\
|
||||
s > 0 { s-- }' $(srcdir)/dists/ios7/Info.plist >$(bundle_name)/Info.plist
|
||||
sed -i'' -e 's/$$(PRODUCT_BUNDLE_IDENTIFIER)/org.scummvm.scummvm/' $(bundle_name)/Info.plist
|
||||
sed -i'' -e '/UILaunchStoryboardName/{N;d;}' $(bundle_name)/Info.plist
|
||||
cp $(DIST_FILES_DOCS) $(bundle_name)/
|
||||
cp $(DIST_FILES_THEMES) $(bundle_name)/
|
||||
ifdef DIST_FILES_NETWORKING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue