Skip to content

Commit 8f648fc

Browse files
committed
[control] 2.5
1 parent c8cc55e commit 8f648fc

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

Fonts/control

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Description: Optional extra fonts for NewTerm
88
Maintainer: HASHBANG Productions <support@hbang.ws>
99
Author: HASHBANG Productions <support@hbang.ws>
1010
Section: Terminal Support
11-
Icon: https://cdn.chariz.com/icon/newterm-fonts/icon@3x.png
12-
Depiction: https://repo.chariz.com/package/ws.hbang.newtermfonts/
11+
Icon: https://chariz.com/cdn/icon/newterm-fonts/icon@3x.png
12+
Depiction: https://chariz.com/get/newterm-fonts
1313
Support: https://hashbang.productions/support/
14-
Tag: compatible::ios10, compatible::ios11, compatible::ios12, compatible::ios13
14+
Tag: compatible_min::ios10.0

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ifeq ($(PLATFORM),mac)
22
export TARGET = uikitformac:latest:13.0
33
else
4-
export TARGET = iphone:13.2:10.0
5-
export ARCHS = arm64
4+
export TARGET = iphone:13.7:10.0
5+
export ARCHS = armv7 arm64
66
LINK_CEPHEI := 1
77
endif
88

NewTerm.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@
12091209
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
12101210
CODE_SIGN_STYLE = Automatic;
12111211
COPY_PHASE_STRIP = NO;
1212-
CURRENT_PROJECT_VERSION = 9;
1212+
CURRENT_PROJECT_VERSION = 10;
12131213
DEBUG_INFORMATION_FORMAT = dwarf;
12141214
DEVELOPMENT_TEAM = "";
12151215
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1250,7 +1250,7 @@
12501250
"$(THEOS_VENDOR_LIBRARY_PATH)",
12511251
"$(THEOS_LIBRARY_PATH)",
12521252
);
1253-
MARKETING_VERSION = 2.3;
1253+
MARKETING_VERSION = 2.5;
12541254
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
12551255
MTL_FAST_MATH = YES;
12561256
ONLY_ACTIVE_ARCH = YES;
@@ -1306,7 +1306,7 @@
13061306
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
13071307
CODE_SIGN_STYLE = Automatic;
13081308
COPY_PHASE_STRIP = NO;
1309-
CURRENT_PROJECT_VERSION = 9;
1309+
CURRENT_PROJECT_VERSION = 10;
13101310
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13111311
DEVELOPMENT_TEAM = "";
13121312
ENABLE_NS_ASSERTIONS = NO;
@@ -1341,7 +1341,7 @@
13411341
"$(THEOS_VENDOR_LIBRARY_PATH)",
13421342
"$(THEOS_LIBRARY_PATH)",
13431343
);
1344-
MARKETING_VERSION = 2.3;
1344+
MARKETING_VERSION = 2.5;
13451345
MTL_ENABLE_DEBUG_INFO = NO;
13461346
MTL_FAST_MATH = YES;
13471347
OTHER_CFLAGS = "$(LINK_CEPHEI)";

control

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Package: ws.hbang.newterm2
2-
Name: NewTerm (iOS 10 – 13)
3-
Depends: firmware (>= 10.0), firmware (>= 12.2) | org.swift.libswift, firmware (>= 13.0) | ws.hbang.newtermfonts, ws.hbang.common (>= 1.14), bash, coreutils, ncurses, system-cmds, gettext-localizations | com.linusyang.localeutf8
2+
Name: NewTerm 2
3+
Depends: firmware (>= 10.0), firmware (>= 12.2) | org.swift.libswift, ws.hbang.common (>= 1.16), bash, coreutils, ncurses, system-cmds, gettext-localizations | com.linusyang.localeutf8
44
Conflicts: ws.hbang.newterm, com.lint.ntarrows
55
Replaces: ws.hbang.newterm, com.lint.ntarrows
6-
Version: 2.4
6+
Version: 2.5
77
Architecture: iphoneos-arm
88
Description: A powerful terminal app for iOS
99
Maintainer: HASHBANG Productions <support@hbang.ws>
1010
Author: HASHBANG Productions <support@hbang.ws>
1111
Section: Terminal Support
1212
Icon: https://chariz.com/cdn/icon/newterm/icon@3x.png
13-
Depiction: https://repo.chariz.com/package/ws.hbang.newterm2/
13+
Depiction: https://chariz.com/get/newterm
1414
Support: https://hashbang.productions/support/
15-
Tag: compatible::ios10, compatible::ios11, compatible::ios12, compatible::ios13
15+
Tag: compatible_min::ios10.0

0 commit comments

Comments
 (0)