mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
MACOS/IPHONE: Sign whole bundle
Add signing to MacOS for arm64 builds
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<string>ScummVM</string>
|
||||
<key>CFBundleIcons</key>
|
||||
<dict/>
|
||||
<key>CFBundleIcons~ipad</key>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<string>ScummVM</string>
|
||||
<key>CFBundleIcons</key>
|
||||
<dict/>
|
||||
<key>CFBundleIcons~ipad</key>
|
||||
|
||||
@@ -166,6 +166,7 @@ ifdef USE_DOCKTILEPLUGIN
|
||||
mkdir -p $(bundle_name)/Contents/PlugIns
|
||||
cp -r scummvm.docktileplugin $(bundle_name)/Contents/PlugIns/
|
||||
endif
|
||||
codesign -s - --deep --force $(bundle_name)
|
||||
|
||||
ifdef USE_DOCKTILEPLUGIN
|
||||
bundle: scummvm-static scummvm.docktileplugin bundle-pack
|
||||
@@ -188,12 +189,12 @@ ifdef DIST_FILES_VKEYBD
|
||||
cp $(DIST_FILES_VKEYBD) $(bundle_name)/
|
||||
endif
|
||||
$(STRIP) scummvm
|
||||
ldid -S scummvm
|
||||
chmod 755 scummvm
|
||||
cp scummvm $(bundle_name)/ScummVM
|
||||
cp $(srcdir)/dists/iphone/icon.png $(bundle_name)/
|
||||
cp $(srcdir)/dists/iphone/icon-72.png $(bundle_name)/
|
||||
cp $(srcdir)/dists/iphone/Default.png $(bundle_name)/
|
||||
codesign -s - --deep --force $(bundle_name)
|
||||
|
||||
ios7bundle: iphone
|
||||
mkdir -p $(bundle_name)
|
||||
@@ -303,7 +304,6 @@ ifdef DIST_FILES_VKEYBD
|
||||
cp $(DIST_FILES_VKEYBD) $(bundle_name)/
|
||||
endif
|
||||
$(STRIP) scummvm
|
||||
ldid -S scummvm
|
||||
chmod 755 scummvm
|
||||
cp scummvm $(bundle_name)/ScummVM
|
||||
cp $(srcdir)/dists/ios7/Images.xcassets/AppIcon.appiconset/icon4-29@2x.png $(bundle_name)/AppIcon29x29@2x.png
|
||||
@@ -327,6 +327,7 @@ endif
|
||||
cp $(srcdir)/dists/ios7/Images.xcassets/LaunchImage.launchimage/ScummVM-splash-1242x2208.png $(bundle_name)/LaunchImage-800-Portrait-736h@3x.png
|
||||
cp $(srcdir)/dists/ios7/Images.xcassets/LaunchImage.launchimage/ScummVM-splash-2208x1242.png $(bundle_name)/LaunchImage-800-Landscape-736h@3x.png
|
||||
cp $(srcdir)/dists/ios7/Images.xcassets/LaunchImage.launchimage/ScummVM-splash-750x1334.png $(bundle_name)/LaunchImage-800-667h@2x.png
|
||||
codesign -s - --deep --force $(bundle_name)
|
||||
|
||||
|
||||
ifndef WITHOUT_SDL
|
||||
|
||||
Reference in New Issue
Block a user