Skip to content

Commit 485983e

Browse files
committed
2.0 public beta6
1: fix issues where some plugins were not working properly (getprogname broken on beta4/5) 2: fix the issue where tweaks could not be loaded in apps signing with a developer certificate.
1 parent 2babb96 commit 485983e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Bootstrap.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@
593593
"$(PROJECT_DIR)",
594594
"$(PROJECT_DIR)/basebin/common/lib",
595595
);
596-
MARKETING_VERSION = "2.0-beta5";
596+
MARKETING_VERSION = "2.0-beta6";
597597
OTHER_LDFLAGS = "";
598598
PRODUCT_BUNDLE_IDENTIFIER = com.roothide.Bootstrap;
599599
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -639,7 +639,7 @@
639639
"$(PROJECT_DIR)",
640640
"$(PROJECT_DIR)/basebin/common/lib",
641641
);
642-
MARKETING_VERSION = "2.0-beta5";
642+
MARKETING_VERSION = "2.0-beta6";
643643
OTHER_LDFLAGS = "";
644644
PRODUCT_BUNDLE_IDENTIFIER = com.roothide.Bootstrap;
645645
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)