Skip to content

Commit

Permalink
Release build 66 to testflight
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed May 4, 2020
1 parent 81912c6 commit 5a0bea7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 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>65</string>
<string>66</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>65</string>
<string>66</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
Expand Down
22 changes: 10 additions & 12 deletions fastlane/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
New stuff:
- Half-broken tmpfs implementation
- Caps lock mapping is now gone on iOS 13, because 13.4 adds a system-wide option
- Kerberos works
- AltStore installation is officially supported
- adb works for connecting to Android devices over the network (not USB)
- Added a way to fix your iSH setup if you mess up the launch/boot commands
- Pressing the spacebar or using force touch on the keyboard and then dragging simulates arrow key presses
- Go programs get off the ground
- git-annex mostly works
- You can mount directories from the Files app in iSH, using mount -t ios foo <destination>

More on that last thing: The command is `mount -t ios <source> <destination>`. The `<source>` is ignored, the `<destination>` is where to mount the directory. This will pop up a directory picker, and mount the directory you selected. Not all file providers support selecting directories. iCloud Drive, local files ("On My iPad"), and Working Copy are known to work.

Fixed bugs:
- ceil(3) returning 4
- R's nlm demo crashing
- fish having some trouble changing process groups
- git clone failing dramatically when your device only has one CPU
- SO_ERROR codes not being translated
- Java sockets failing with "not a tty"
- writev not being atomic, which caused a race condition on mtr startup
- Selection being impossible on iOS 13.4 (the keyboard goes away now which sucks, but at least is not impossible)
- ssh with control master hanging randomly
- Status bar not appearing on devices with rounded corners

Send bug reports or feedback here: https://github.com/tbodt/ish/issues (or by email, if you prefer)
Follow iSH on Twitter: https://twitter.com/iSH_app
Expand Down
4 changes: 2 additions & 2 deletions iSH.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 65;
CURRENT_PROJECT_VERSION = 66;
DEVELOPMENT_TEAM = CK5SXRTBR7;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1344,7 +1344,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 65;
CURRENT_PROJECT_VERSION = 66;
DEVELOPMENT_TEAM = CK5SXRTBR7;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down

0 comments on commit 5a0bea7

Please sign in to comment.