Skip to content

Commit

Permalink
[control] 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Mar 12, 2021
1 parent c8cc55e commit 8f648fc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Fonts/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description: Optional extra fonts for NewTerm
Maintainer: HASHBANG Productions <support@hbang.ws>
Author: HASHBANG Productions <support@hbang.ws>
Section: Terminal Support
Icon: https://cdn.chariz.com/icon/newterm-fonts/icon@3x.png
Depiction: https://repo.chariz.com/package/ws.hbang.newtermfonts/
Icon: https://chariz.com/cdn/icon/newterm-fonts/icon@3x.png
Depiction: https://chariz.com/get/newterm-fonts
Support: https://hashbang.productions/support/
Tag: compatible::ios10, compatible::ios11, compatible::ios12, compatible::ios13
Tag: compatible_min::ios10.0
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ifeq ($(PLATFORM),mac)
export TARGET = uikitformac:latest:13.0
else
export TARGET = iphone:13.2:10.0
export ARCHS = arm64
export TARGET = iphone:13.7:10.0
export ARCHS = armv7 arm64
LINK_CEPHEI := 1
endif

Expand Down
8 changes: 4 additions & 4 deletions NewTerm.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1250,7 +1250,7 @@
"$(THEOS_VENDOR_LIBRARY_PATH)",
"$(THEOS_LIBRARY_PATH)",
);
MARKETING_VERSION = 2.3;
MARKETING_VERSION = 2.5;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -1306,7 +1306,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
ENABLE_NS_ASSERTIONS = NO;
Expand Down Expand Up @@ -1341,7 +1341,7 @@
"$(THEOS_VENDOR_LIBRARY_PATH)",
"$(THEOS_LIBRARY_PATH)",
);
MARKETING_VERSION = 2.3;
MARKETING_VERSION = 2.5;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
OTHER_CFLAGS = "$(LINK_CEPHEI)";
Expand Down
10 changes: 5 additions & 5 deletions control
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Package: ws.hbang.newterm2
Name: NewTerm (iOS 10 – 13)
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
Name: NewTerm 2
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
Conflicts: ws.hbang.newterm, com.lint.ntarrows
Replaces: ws.hbang.newterm, com.lint.ntarrows
Version: 2.4
Version: 2.5
Architecture: iphoneos-arm
Description: A powerful terminal app for iOS
Maintainer: HASHBANG Productions <support@hbang.ws>
Author: HASHBANG Productions <support@hbang.ws>
Section: Terminal Support
Icon: https://chariz.com/cdn/icon/newterm/icon@3x.png
Depiction: https://repo.chariz.com/package/ws.hbang.newterm2/
Depiction: https://chariz.com/get/newterm
Support: https://hashbang.productions/support/
Tag: compatible::ios10, compatible::ios11, compatible::ios12, compatible::ios13
Tag: compatible_min::ios10.0

1 comment on commit 8f648fc

@23Aaron
Copy link

Choose a reason for hiding this comment

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

very cool thank you

Please sign in to comment.