Skip to content

Commit

Permalink
build arm64e slices
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanArbuckle committed Mar 1, 2021
1 parent 48e1670 commit c3518e2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARCHS = arm64
ARCHS = arm64 arm64e
TARGET = iphone:clang:13.5.1:13.5.1

include $(THEOS)/makefiles/common.mk
Expand Down
2 changes: 1 addition & 1 deletion carplayenableprefs/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARCHS = arm64
ARCHS = arm64 arm64e
TARGET = iphone:clang:13.5.1:13.5.1

include $(THEOS)/makefiles/common.mk
Expand Down
6 changes: 3 additions & 3 deletions control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: com.cortex.carplayenable
Name: carplayenable
Depends: firmware (>= 14.0), mobilesubstrate
Version: 0.0.1
Name: CarPlayEnable
Depends: firmware (>= 14.0), mobilesubstrate, preferenceloader
Version: 1.0.0
Architecture: iphoneos-arm
Description: Use any app with CarPlay
Maintainer: Cortex
Expand Down
2 changes: 1 addition & 1 deletion repo/push_deb_to_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from typing import Optional

REPO_IP_ADDRESS = "206.189.219.64"
REPO_PATH = "/var/www/repo.ghostbin.co"
REPO_PATH = "/var/www/html/ghostbinrepo"
DEBS_FOLDER = "debs"


Expand Down

0 comments on commit c3518e2

Please sign in to comment.