codesign any dynamic lib inside /modules

This commit is contained in:
Jon Maddox 2013-04-05 14:58:09 -04:00
parent 2665bda1c8
commit fb5c0ae490

View File

@ -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