From 10fe26eb8ba06be449919e73f3a3c9ad3570fa42 Mon Sep 17 00:00:00 2001 From: Theodore Dubois Date: Mon, 1 Jun 2020 20:38:43 -0700 Subject: [PATCH] Release build 70 to testflight --- app/FileProvider/Info.plist | 2 +- app/Info.plist | 2 +- fastlane/changelog.txt | 8 ++++++++ iSH.xcodeproj/project.pbxproj | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/app/FileProvider/Info.plist b/app/FileProvider/Info.plist index 5f8a0e7cbd..5ff5d28155 100644 --- a/app/FileProvider/Info.plist +++ b/app/FileProvider/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 68 + 70 NSExtension NSExtensionFileProviderDocumentGroup diff --git a/app/Info.plist b/app/Info.plist index 37e93fe8b4..254a328668 100644 --- a/app/Info.plist +++ b/app/Info.plist @@ -17,7 +17,7 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 68 + 70 LSRequiresIPhoneOS NSLocationAlwaysAndWhenInUseUsageDescription diff --git a/fastlane/changelog.txt b/fastlane/changelog.txt index f537c3bdfe..30329b7294 100644 --- a/fastlane/changelog.txt +++ b/fastlane/changelog.txt @@ -1,3 +1,11 @@ +Fixed bugs: +- Keyboard hiding not working at all + - This was caused by the extra key hiding setting, and fixed by reverting it. I'll figure out what was up in the next release. +- sqrt(0) returning NaN +- Hang when any iOSFS syscall tries to return an error + +This is a small bug fix release so here's the previous changelog for your convenience: + New stuff: - Most Go prebuilt binaries iSH will work (such as ngrok) - iOS file picker works on iOS 11 and 12 (thanks @kkk669) diff --git a/iSH.xcodeproj/project.pbxproj b/iSH.xcodeproj/project.pbxproj index a41cd9ecbc..d37c923ef7 100644 --- a/iSH.xcodeproj/project.pbxproj +++ b/iSH.xcodeproj/project.pbxproj @@ -1300,7 +1300,7 @@ CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CURRENT_PROJECT_VERSION = 68; + CURRENT_PROJECT_VERSION = 70; DEVELOPMENT_TEAM = CK5SXRTBR7; ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1343,7 +1343,7 @@ CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CURRENT_PROJECT_VERSION = 68; + CURRENT_PROJECT_VERSION = 70; DEVELOPMENT_TEAM = CK5SXRTBR7; ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES;