Skip to content

Commit

Permalink
Updated the ARCHS in the preference bundle makefile to support arm64e
Browse files Browse the repository at this point in the history
  • Loading branch information
Kc57 committed Sep 3, 2021
1 parent 50d34dc commit afaf2f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: com.kc57.ihide
Name: iHide
Version: 1.0.2
Version: 1.0.3
Architecture: iphoneos-arm
Description: Utility for hiding jailbreak from applications
Maintainer: Rob Simon (@_Kc57)
Expand Down
1 change: 1 addition & 0 deletions ihideprefs/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
TARGET := iphone:11.2:10.0
ARCHS = armv7 arm64 arm64e

include $(THEOS)/makefiles/common.mk

Expand Down

1 comment on commit afaf2f6

@Kc57
Copy link
Owner Author

@Kc57 Kc57 commented on afaf2f6 Sep 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes Issue #3

Please sign in to comment.