Skip to content

Commit

Permalink
codesign any dynamic lib inside /modules
Browse files Browse the repository at this point in the history
  • Loading branch information
maddox committed Apr 5, 2013
1 parent 2665bda commit fb5c0ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ios/script/build
Expand Up @@ -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

Expand Down

0 comments on commit fb5c0ae

Please sign in to comment.