Skip to content

Commit

Permalink
[control] 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Nov 17, 2019
1 parent 5a904a1 commit 97c15f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions NewTerm.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 9;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1274,7 +1274,7 @@
"$(THEOS_VENDOR_LIBRARY_PATH)",
"$(THEOS_LIBRARY_PATH)",
);
MARKETING_VERSION = 3.0;
MARKETING_VERSION = 2.3;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -1330,7 +1330,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 9;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
ENABLE_NS_ASSERTIONS = NO;
Expand Down Expand Up @@ -1373,7 +1373,7 @@
"$(THEOS_VENDOR_LIBRARY_PATH)",
"$(THEOS_LIBRARY_PATH)",
);
MARKETING_VERSION = 3.0;
MARKETING_VERSION = 2.3;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
OTHER_CFLAGS = "$(LINK_CEPHEI)";
Expand Down
4 changes: 2 additions & 2 deletions control
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: ws.hbang.newterm2
Name: NewTerm 2 (iOS 10 – 13)
Name: NewTerm (iOS 10 – 13)
Depends: firmware (>= 10.0), firmware (>= 12.2) | org.swift.libswift, ws.hbang.common (>= 1.13), bash, coreutils, ncurses, system-cmds, com.linusyang.localeutf8
Conflicts: ws.hbang.newterm
Replaces: ws.hbang.newterm
Version: 2.2.1
Version: 2.3
Architecture: iphoneos-arm
Description: A powerful terminal app for iOS
Maintainer: HASHBANG Productions <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions iOS/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIAppFonts</key>
Expand Down

0 comments on commit 97c15f3

Please sign in to comment.