Skip to content

Commit 04e93b4

Browse files
committed
Sync the emoji positions with Apple's
1 parent b9dddb5 commit 04e93b4

3 files changed

Lines changed: 102 additions & 105 deletions

File tree

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
PACKAGE_VERSION = 1.7.0~b1
2-
31
ifeq ($(SIMULATOR),1)
42
TARGET = simulator:clang:latest:8.0
53
ARCHS = arm64 x86_64 i386
64
else
75
ifeq ($(THEOS_PACKAGE_SCHEME),rootless)
86
TARGET = iphone:clang:latest:15.0
9-
ARCHS = arm64 arm64e
107
else ifeq ($(THEOS_PACKAGE_SCHEME),roothide)
118
TARGET = iphone:clang:latest:15.0
12-
ARCHS = arm64 arm64e
139
else
1410
TARGET = iphone:clang:14.5:5.0
1511
export PREFIX = $(THEOS)/toolchain/Xcode11.xctoolchain/usr/bin/

0 commit comments

Comments
 (0)