diff --git a/app/FileProvider/Info.plist b/app/FileProvider/Info.plist index 25bc2b074f..61cd3a663f 100644 --- a/app/FileProvider/Info.plist +++ b/app/FileProvider/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 1.0.2 CFBundleVersion - 78 + 79 NSExtension NSExtensionFileProviderDocumentGroup diff --git a/app/Info.plist b/app/Info.plist index bef9197400..f64061b462 100644 --- a/app/Info.plist +++ b/app/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 1.0.2 CFBundleVersion - 78 + 79 LSRequiresIPhoneOS NSLocationAlwaysAndWhenInUseUsageDescription diff --git a/fastlane/changelog.txt b/fastlane/changelog.txt index 27bd4845a6..66975be54d 100644 --- a/fastlane/changelog.txt +++ b/fastlane/changelog.txt @@ -1,5 +1,6 @@ Fixed bugs: -- Crash when trying to boot or import a filesystem after closing and reopening the filesystems page -- Crash in the file provider when you open it before opening the app for the first time +- Upside-down orientation is disabled to match other apps on notchless iPhones +- Crash when tapping Done in settings +- UAF after typing exit on iPhone iSH is on the app store now! https://apps.apple.com/us/app/ish-shell/id1436902243 diff --git a/iSH.xcodeproj/project.pbxproj b/iSH.xcodeproj/project.pbxproj index 9b82fbf277..0cb5fd01db 100644 --- a/iSH.xcodeproj/project.pbxproj +++ b/iSH.xcodeproj/project.pbxproj @@ -1844,7 +1844,7 @@ CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CURRENT_PROJECT_VERSION = 78; + CURRENT_PROJECT_VERSION = 79; DEVELOPMENT_TEAM = CK5SXRTBR7; ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1887,7 +1887,7 @@ CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CURRENT_PROJECT_VERSION = 78; + CURRENT_PROJECT_VERSION = 79; DEVELOPMENT_TEAM = CK5SXRTBR7; ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES;