Skip to content

Commit

Permalink
Release build 73 to testflight
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Jul 16, 2020
1 parent a54eb69 commit 8774dc6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 19 deletions.
2 changes: 1 addition & 1 deletion app/FileProvider/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>72</string>
<string>73</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionFileProviderDocumentGroup</key>
Expand Down
2 changes: 1 addition & 1 deletion app/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>72</string>
<string>73</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
Expand Down
20 changes: 5 additions & 15 deletions fastlane/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
New stuff:
- The SSE2 bit in cpuid is enabled! Enough instructions have been implemented for gcc, openssl, and node (mostly).
- Unknown errors will log a message instead of crashing the app
- The new filesystems management screen lets you export and import your data, and have multiple root filesystems so you can "dual boot"
- New switch to hide the extra row of keys when a hardware keyboard is connected
- procmail seems to work

Fixed bugs:
- ghc-alt-libc installation failing (it doesn't fail quite as much now)
- execve leaking a copy of its arguments
- ag (the silver searcher) and node hanging on exit, due to missing FUTEX_REQUEUE
- Scrolling not behaving sanely on iOS 11 and 12
- Ctrl-C in bash and fish not doing anything
- GPG being broken on alpine 3.12
- Ligatures not working
Bug fixes and stability improvements!
- Recovery mode now allows you to make the app open straight into settings, so you can still change settings if the app crashes on launch
- Fixed node/npm segfaulting randomly
- Fixed crash if the filesystem's root can't be opened, which would happen when importing an Ubuntu Base rootfs (now shows an error instead)
- Importing a filesystem now always creats a root inode
4 changes: 2 additions & 2 deletions iSH.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 72;
CURRENT_PROJECT_VERSION = 73;
DEVELOPMENT_TEAM = CK5SXRTBR7;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1411,7 +1411,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 72;
CURRENT_PROJECT_VERSION = 73;
DEVELOPMENT_TEAM = CK5SXRTBR7;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down

0 comments on commit 8774dc6

Please sign in to comment.