diff --git a/Controllers/IPARAccountAndCreditsController.m b/Controllers/IPARAccountAndCreditsController.m index ff52740..059d2c6 100644 --- a/Controllers/IPARAccountAndCreditsController.m +++ b/Controllers/IPARAccountAndCreditsController.m @@ -91,7 +91,7 @@ - (void)loadView { UILabel *angelXwindLabel = [self createLabelWithText:@"angelXwind (appinst)" fontSize:14.0]; [contentView addSubview:angelXwindLabel]; - UILabel *versionLabel = [self createLabelWithText:@"Version 1.6 (rootless)" fontSize:14.0]; + UILabel *versionLabel = [self createLabelWithText:@"Version 1.7 (rootless)" fontSize:14.0]; [contentView addSubview:versionLabel]; [NSLayoutConstraint activateConstraints:@[ diff --git a/Controllers/IPARLoginScreenViewController.m b/Controllers/IPARLoginScreenViewController.m index b9b5fa7..3ba5d27 100644 --- a/Controllers/IPARLoginScreenViewController.m +++ b/Controllers/IPARLoginScreenViewController.m @@ -69,7 +69,7 @@ - (void)setupUnderlabel { - (void)setupVersionLabel { UILabel *versionLabel = [[UILabel alloc] initWithFrame:CGRectZero]; versionLabel.translatesAutoresizingMaskIntoConstraints = NO; - versionLabel.text = @"Version 1.6 (rootless)"; + versionLabel.text = @"Version 1.7 (rootless)"; versionLabel.textColor = [UIColor whiteColor]; [self.view addSubview:versionLabel]; [NSLayoutConstraint activateConstraints:@[ diff --git a/layout/DEBIAN/control b/layout/DEBIAN/control index 52e1e13..46c1a67 100644 --- a/layout/DEBIAN/control +++ b/layout/DEBIAN/control @@ -1,6 +1,6 @@ Package: com.0xkuj.iparanger Name: IPA Ranger -Version: 1.6 +Version: 1.7 Architecture: iphoneos-arm64 Description: GUI Based Application for ipatool Depends: gawk, unzip, plutil diff --git a/packages/com.0xkuj.iparanger_1.6_iphoneos-arm64.deb b/packages/com.0xkuj.iparanger_1.6_iphoneos-arm64.deb deleted file mode 100644 index 4a4dfca..0000000 Binary files a/packages/com.0xkuj.iparanger_1.6_iphoneos-arm64.deb and /dev/null differ diff --git a/packages/com.0xkuj.iparanger_1.7_iphoneos-arm.deb b/packages/com.0xkuj.iparanger_1.7_iphoneos-arm.deb new file mode 100644 index 0000000..0c587da Binary files /dev/null and b/packages/com.0xkuj.iparanger_1.7_iphoneos-arm.deb differ diff --git a/packages/com.0xkuj.iparanger_1.7_iphoneos-arm64.deb b/packages/com.0xkuj.iparanger_1.7_iphoneos-arm64.deb new file mode 100644 index 0000000..0209961 Binary files /dev/null and b/packages/com.0xkuj.iparanger_1.7_iphoneos-arm64.deb differ