Skip to content

Commit

Permalink
SHA1 bins don’t natively run on iOS 13, update example Makefile to fi…
Browse files Browse the repository at this point in the history
…x this
  • Loading branch information
aydenp committed Oct 31, 2019
1 parent e14c33b commit d56fff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simjectExampleTweak/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ ifneq (,$(filter x86_64 i386,$(ARCHS)))
setup:: clean all
@rm -f /opt/simject/$(TWEAK_NAME).dylib
@cp -v $(THEOS_OBJ_DIR)/$(TWEAK_NAME).dylib /opt/simject/$(TWEAK_NAME).dylib
@codesign -f -s - /opt/simject/$(TWEAK_NAME).dylib
@cp -v $(PWD)/$(TWEAK_NAME).plist /opt/simject
endif

0 comments on commit d56fff9

Please sign in to comment.