60523b985a
Redesign the code signing from the ground up. Now all bundles and their embedded frameworks import the Shared.xcconfig file and enable its settings, so they may be signed with Apple Development instead of sign to run locally. This apparently isn't necessary for frameworks which are embedded in the main app bundle directly, only for the bundles and their frameworks. Signed-off-by: Christopher Snowhill <kode54@gmail.com> |
||
---|---|---|
.. | ||
generated/src | ||
sidplayfp@93e3a7cd36 | ||
sidplayfp.xcodeproj | ||
Info.plist | ||
README.md | ||
update-generated.sh |
README.md
update-generated.sh requires the following:
brew install libgcrypt xa coreutils
For these needs:
- libgcrypt is required by the autoreconf process, even if it is being configured as excluded or disabled.
- xa is required to assemble the SID player binary objects in the repository.
- coreutils is required for GNU od, because BSD od as included
with macOS does not support the -w switch. The included autoconf
scripts will prefer
god
if found.