mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
codesign any dynamic lib inside /modules
This commit is contained in:
parent
2665bda1c8
commit
fb5c0ae490
@ -10,9 +10,7 @@ rm -rf build
|
||||
xcodebuild -verbose -sdk iphoneos -configuration Release
|
||||
|
||||
if ! $nocodesign ; then
|
||||
codesign -fs "$CODE_SIGN_IDENTITY" "$BUILD_PATH/RetroArch.app/modules/snes9x_next_libretro.dylib"
|
||||
codesign -fs "$CODE_SIGN_IDENTITY" "$BUILD_PATH/RetroArch.app/modules/nestopia_libretro.dylib"
|
||||
|
||||
codesign -fs "$CODE_SIGN_IDENTITY" "$BUILD_PATH/RetroArch.app/modules/*.dylib"
|
||||
xcrun -sdk iphoneos PackageApplication "$BUILD_PATH/RetroArch.app" -o "$BUILD_PATH/RetroArch.ipa" --sign "$CODE_SIGN_IDENTITY" --embed "$PROVISIONING"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user