Skip to content

Commit

Permalink
update version label to 1.8 rootless
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkuj committed Aug 18, 2023
1 parent 4003d3c commit 0c4770b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Controllers/IPARAccountAndCreditsController.m
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ - (void)loadView {
UILabel *angelXwindLabel = [self createLabelWithText:@"angelXwind (appinst)" fontSize:14.0];
[contentView addSubview:angelXwindLabel];

UILabel *versionLabel = [self createLabelWithText:@"Version 1.7 (rootless)" fontSize:14.0];
UILabel *versionLabel = [self createLabelWithText:@"Version 1.8 (rootless)" fontSize:14.0];
[contentView addSubview:versionLabel];

[NSLayoutConstraint activateConstraints:@[
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ARCHS = arm64 arm64e
include $(THEOS)/makefiles/common.mk
GO_EASY_ON_ME = 1
APPLICATION_NAME = IPARanger
DEBUG = 1

SOURCES = $(shell find . -name 'IPAR*.m')

Expand Down
2 changes: 1 addition & 1 deletion layout/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: com.0xkuj.iparanger
Name: IPA Ranger
Version: 1.7
Version: 1.8
Architecture: iphoneos-arm64
Description: GUI Based Application for ipatool
Depends: gawk, unzip, plutil
Expand Down
4 changes: 2 additions & 2 deletions layout/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

FILES_DIR="//var/jb/Library/IPARanger/"
if [ -d $FILES_DIR ]; then
echo "/var/jb/Library/IPARanger/ Already exists!"
echo "$FILES_DIR Already exists!"
else
echo "/var/jb/Library/IPARanger/ Does not exists, Creating directory.."
echo "$FILES_DIR Does not exists, Creating directory.."
mkdir $FILES_DIR
fi

Expand Down
Binary file not shown.

1 comment on commit 0c4770b

@kuang123321
Copy link

Choose a reason for hiding this comment

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

游侠失效了,什么时候可以修复。
image

Please sign in to comment.