[Scummvm-git-logs] scummvm master -> 4d36385ccb1fb35b062360193b41ef589d150039

sev- sev at scummvm.org
Mon Sep 10 12:21:00 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4d36385ccb Fix launch on recent iOS device (iOS 11.4.1)


Commit: 4d36385ccb1fb35b062360193b41ef589d150039
    https://github.com/scummvm/scummvm/commit/4d36385ccb1fb35b062360193b41ef589d150039
Author: Jonny Bergström (jonnybergstrom at gmail.com)
Date: 2018-09-10T12:20:56+02:00

Commit Message:
Fix launch on recent iOS device (iOS 11.4.1)

Changed paths:
    dists/ios7/Info.plist
    dists/ios7/Info.plist.in


diff --git a/dists/ios7/Info.plist b/dists/ios7/Info.plist
index b730b41..617c499 100644
--- a/dists/ios7/Info.plist
+++ b/dists/ios7/Info.plist
@@ -5,7 +5,7 @@
 	<key>CFBundleDevelopmentRegion</key>
 	<string>en</string>
 	<key>CFBundleExecutable</key>
-	<string>ScummVM</string>
+	<string>$(EXECUTABLE_NAME)</string>
 	<key>CFBundleIcons</key>
 	<dict/>
 	<key>CFBundleIcons~ipad</key>
diff --git a/dists/ios7/Info.plist.in b/dists/ios7/Info.plist.in
index 447677e..dd6789a 100644
--- a/dists/ios7/Info.plist.in
+++ b/dists/ios7/Info.plist.in
@@ -5,7 +5,7 @@
 	<key>CFBundleDevelopmentRegion</key>
 	<string>en</string>
 	<key>CFBundleExecutable</key>
-	<string>ScummVM</string>
+	<string>$(EXECUTABLE_NAME)</string>
 	<key>CFBundleIcons</key>
 	<dict/>
 	<key>CFBundleIcons~ipad</key>





More information about the Scummvm-git-logs mailing list