MACOS/IPHONE: Sign whole bundle
Add signing to MacOS for arm64 builds
This commit is contained in:
parent
b82669a7ad
commit
0ff00cca2a
3 changed files with 5 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>$(EXECUTABLE_NAME)</string>
|
<string>ScummVM</string>
|
||||||
<key>CFBundleIcons</key>
|
<key>CFBundleIcons</key>
|
||||||
<dict/>
|
<dict/>
|
||||||
<key>CFBundleIcons~ipad</key>
|
<key>CFBundleIcons~ipad</key>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>$(EXECUTABLE_NAME)</string>
|
<string>ScummVM</string>
|
||||||
<key>CFBundleIcons</key>
|
<key>CFBundleIcons</key>
|
||||||
<dict/>
|
<dict/>
|
||||||
<key>CFBundleIcons~ipad</key>
|
<key>CFBundleIcons~ipad</key>
|
||||||
|
|
5
ports.mk
5
ports.mk
|
@ -166,6 +166,7 @@ ifdef USE_DOCKTILEPLUGIN
|
||||||
mkdir -p $(bundle_name)/Contents/PlugIns
|
mkdir -p $(bundle_name)/Contents/PlugIns
|
||||||
cp -r scummvm.docktileplugin $(bundle_name)/Contents/PlugIns/
|
cp -r scummvm.docktileplugin $(bundle_name)/Contents/PlugIns/
|
||||||
endif
|
endif
|
||||||
|
codesign -s - --deep --force $(bundle_name)
|
||||||
|
|
||||||
ifdef USE_DOCKTILEPLUGIN
|
ifdef USE_DOCKTILEPLUGIN
|
||||||
bundle: scummvm-static scummvm.docktileplugin bundle-pack
|
bundle: scummvm-static scummvm.docktileplugin bundle-pack
|
||||||
|
@ -188,12 +189,12 @@ ifdef DIST_FILES_VKEYBD
|
||||||
cp $(DIST_FILES_VKEYBD) $(bundle_name)/
|
cp $(DIST_FILES_VKEYBD) $(bundle_name)/
|
||||||
endif
|
endif
|
||||||
$(STRIP) scummvm
|
$(STRIP) scummvm
|
||||||
ldid -S scummvm
|
|
||||||
chmod 755 scummvm
|
chmod 755 scummvm
|
||||||
cp scummvm $(bundle_name)/ScummVM
|
cp scummvm $(bundle_name)/ScummVM
|
||||||
cp $(srcdir)/dists/iphone/icon.png $(bundle_name)/
|
cp $(srcdir)/dists/iphone/icon.png $(bundle_name)/
|
||||||
cp $(srcdir)/dists/iphone/icon-72.png $(bundle_name)/
|
cp $(srcdir)/dists/iphone/icon-72.png $(bundle_name)/
|
||||||
cp $(srcdir)/dists/iphone/Default.png $(bundle_name)/
|
cp $(srcdir)/dists/iphone/Default.png $(bundle_name)/
|
||||||
|
codesign -s - --deep --force $(bundle_name)
|
||||||
|
|
||||||
ios7bundle: iphone
|
ios7bundle: iphone
|
||||||
mkdir -p $(bundle_name)
|
mkdir -p $(bundle_name)
|
||||||
|
@ -303,7 +304,6 @@ ifdef DIST_FILES_VKEYBD
|
||||||
cp $(DIST_FILES_VKEYBD) $(bundle_name)/
|
cp $(DIST_FILES_VKEYBD) $(bundle_name)/
|
||||||
endif
|
endif
|
||||||
$(STRIP) scummvm
|
$(STRIP) scummvm
|
||||||
ldid -S scummvm
|
|
||||||
chmod 755 scummvm
|
chmod 755 scummvm
|
||||||
cp scummvm $(bundle_name)/ScummVM
|
cp scummvm $(bundle_name)/ScummVM
|
||||||
cp $(srcdir)/dists/ios7/Images.xcassets/AppIcon.appiconset/icon4-29@2x.png $(bundle_name)/AppIcon29x29@2x.png
|
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-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-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
|
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
|
ifndef WITHOUT_SDL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue