Skip to content

Commit

Permalink
Bump version to 0.3.2, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mologie committed Aug 31, 2024
1 parent 0d3f11c commit 76ff099
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NXBoot.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MARKETING_VERSION = 0.3.1;
MARKETING_VERSION = 0.3.2;
PRODUCT_BUNDLE_IDENTIFIER = com.mologie.NXBoot;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -821,7 +821,7 @@
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MARKETING_VERSION = 0.3.1;
MARKETING_VERSION = 0.3.2;
PRODUCT_BUNDLE_IDENTIFIER = com.mologie.NXBoot;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
7 changes: 7 additions & 0 deletions docs/_includes/changelog.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<p class="h">0.3.2:</p>
<ul>
<li>Fix payload import via in-app file picker on iOS 9-10</li>
<li>Fix AppCenter feature toggles in settings</li>
<li>Auto-disable AppCenter on 31st of March 2025 when Microsoft retires the service</li>
</ul>

<p class="h">0.3.1:</p>
<ul>
<li>Add rootless jailbreak support</li>
Expand Down

0 comments on commit 76ff099

Please sign in to comment.