SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 3fe9de88a2fac60b776a875db0b4a7f38845bb2d parent 86cf0c4d845d2d116dd53d435bafdcfbfb80a682 Author: Lior Halphon <LIJI32@gmail.com> Date: Fri, 12 Apr 2024 13:57:21 +0300 Sign reregister at build time Diffstat:
| M | Makefile | 5 | +++-- |
| M | iOS/deb-postinst | 1 | - |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile @@ -449,8 +449,9 @@ ifeq ($(CONF), release) $(STRIP) $@ endif -$(OBJ)/reregister: iOS/reregister.m +$(OBJ)/reregister: iOS/reregister.m iOS/reregister.entitlements $(CC) $< -o $@ $(REREGISTER_LDFLAGS) $(CFLAGS) + codesign -fs - --entitlements iOS/reregister.entitlements $@ # Cocoa Port @@ -699,7 +700,7 @@ $(BIN)/SameBoy-iOS.deb: $(OBJ)/debian-binary $(OBJ)/control.tar.gz $(OBJ)/data.t $(OBJ)/data.tar.gz: ios iOS/jailbreak.entitlements $(MKDIR) -p $(OBJ)/Applications cp -rf $(BIN)/SameBoy-iOS.app $(OBJ)/Applications/SameBoy-iOS.app - cp build/obj-ios/reregister iOS/reregister.entitlements $(OBJ)/Applications/SameBoy-iOS.app + cp build/obj-ios/reregister $(OBJ)/Applications/SameBoy-iOS.app codesign -fs - --entitlements iOS/jailbreak.entitlements $(OBJ)/Applications/SameBoy-iOS.app (cd $(OBJ) && tar -czf $(abspath $@) --format ustar --uid 501 --gid 501 --numeric-owner ./Applications) rm -rf $(OBJ)/Applications diff --git a/iOS/deb-postinst b/iOS/deb-postinst @@ -1,3 +1,2 @@ #!/bin/bash -ldid -S/Applications/SameBoy-iOS.app/reregister.entitlements /Applications/SameBoy-iOS.app/reregister /Applications/SameBoy-iOS.app/reregister
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.