diff --git a/AltDaemon/package/DEBIAN/control b/AltDaemon/package/DEBIAN/control index 94b9b40d..07730821 100644 --- a/AltDaemon/package/DEBIAN/control +++ b/AltDaemon/package/DEBIAN/control @@ -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 diff --git a/AltDaemon/package/usr/bin/AltDaemon b/AltDaemon/package/usr/bin/AltDaemon index c08c7b18..d45a1588 100755 Binary files a/AltDaemon/package/usr/bin/AltDaemon and b/AltDaemon/package/usr/bin/AltDaemon differ diff --git a/AltStore.xcodeproj/project.pbxproj b/AltStore.xcodeproj/project.pbxproj index 0d935728..6e31f3da 100644 --- a/AltStore.xcodeproj/project.pbxproj +++ b/AltStore.xcodeproj/project.pbxproj @@ -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"; diff --git a/AltStore/Resources/AltDaemon.deb b/AltStore/Resources/AltDaemon.deb index 92a274a9..492e1803 100644 Binary files a/AltStore/Resources/AltDaemon.deb and b/AltStore/Resources/AltDaemon.deb differ