Skip to content

Commit

Permalink
Release build 65 to testflight
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Mar 9, 2020
1 parent 7ec3193 commit 5e7dd0b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 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>64</string>
<string>65</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>64</string>
<string>65</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
Expand Down
19 changes: 14 additions & 5 deletions fastlane/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
I had planned to implement various cool features like opening directories in the file provider or supporting openrc, but all that took too long, so here's some accumulated bug fixes.

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

Fixed bugs:
- VNC being really really slow. It's now just slow, rather than really really slow.
- Deadlock that showed up for me when doing git clone
- Memory leak for every exited process
- Rare deadlock when running x11vnc
- A few emulator fixes for Java
- 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"

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 @@ -1295,7 +1295,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 64;
CURRENT_PROJECT_VERSION = 65;
DEVELOPMENT_TEAM = CK5SXRTBR7;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1338,7 +1338,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 64;
CURRENT_PROJECT_VERSION = 65;
DEVELOPMENT_TEAM = CK5SXRTBR7;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down

0 comments on commit 5e7dd0b

Please sign in to comment.