[AltDaemon] Updates version to 0.3

This commit is contained in:
Riley Testut
2020-09-22 15:17:18 -07:00
parent af7fe484a2
commit 724f1fc22d
4 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
Package: com.rileytestut.altdaemon
Name: AltDaemon
Depends:
Version: 0.2
Version: 0.3
Architecture: iphoneos-arm
Description: AltDaemon allows AltStore to install and refresh apps without a computer.
Maintainer: Riley Testut

Binary file not shown.

View File

@@ -2520,7 +2520,7 @@
"-lssl",
);
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SKIP_INSTALL = NO;
SWIFT_OBJC_BRIDGING_HEADER = "AltDaemon/AltDaemon-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
@@ -2563,7 +2563,7 @@
"-lssl",
);
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SKIP_INSTALL = NO;
SWIFT_OBJC_BRIDGING_HEADER = "AltDaemon/AltDaemon-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";

Binary file not shown.