Skip to content

Commit

Permalink
It's possible to compile arm64e hacks on device, just make sure your …
Browse files Browse the repository at this point in the history
…theos is up to date.
  • Loading branch information
joeyjurjens committed Sep 6, 2020
1 parent 4d0ac8a commit 32cbb0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions template/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# If you want to compile for arm64e, you'll need a macOS device or a arm64e device that's able to compile for arm64e.
# Once done that, uncomment the "#arm64e" by removing the "#"

# THEOS_DEVICE_IP = 127.0.0.1 -p 2222 # install to device from pc
ARCHS = arm64 #arm64e
ARCHS = arm64 arm64e
DEBUG = 0
FINALPACKAGE = 1
FOR_RELEASE = 1
Expand Down
2 changes: 1 addition & 1 deletion template/versionCheck.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION='0.6.8'
VERSION='0.6.9'
# Don't remove the above line. Serves as the version this script will fetch. Only update when a new version is out.

ERROR='\033[1;31m[*] Error:\033[1;37m '
Expand Down

0 comments on commit 32cbb0b

Please sign in to comment.