mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 03:03:31 +01:00
[AltDaemon] Updates version to 0.3
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Package: com.rileytestut.altdaemon
|
Package: com.rileytestut.altdaemon
|
||||||
Name: AltDaemon
|
Name: AltDaemon
|
||||||
Depends:
|
Depends:
|
||||||
Version: 0.2
|
Version: 0.3
|
||||||
Architecture: iphoneos-arm
|
Architecture: iphoneos-arm
|
||||||
Description: AltDaemon allows AltStore to install and refresh apps without a computer.
|
Description: AltDaemon allows AltStore to install and refresh apps without a computer.
|
||||||
Maintainer: Riley Testut
|
Maintainer: Riley Testut
|
||||||
|
|||||||
Binary file not shown.
@@ -2520,7 +2520,7 @@
|
|||||||
"-lssl",
|
"-lssl",
|
||||||
);
|
);
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SKIP_INSTALL = YES;
|
SKIP_INSTALL = NO;
|
||||||
SWIFT_OBJC_BRIDGING_HEADER = "AltDaemon/AltDaemon-Bridging-Header.h";
|
SWIFT_OBJC_BRIDGING_HEADER = "AltDaemon/AltDaemon-Bridging-Header.h";
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
@@ -2563,7 +2563,7 @@
|
|||||||
"-lssl",
|
"-lssl",
|
||||||
);
|
);
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SKIP_INSTALL = YES;
|
SKIP_INSTALL = NO;
|
||||||
SWIFT_OBJC_BRIDGING_HEADER = "AltDaemon/AltDaemon-Bridging-Header.h";
|
SWIFT_OBJC_BRIDGING_HEADER = "AltDaemon/AltDaemon-Bridging-Header.h";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
TARGETED_DEVICE_FAMILY = "1,2";
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user