Skip to content

Commit

Permalink
Release build 34 to testflight
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Dec 3, 2018
1 parent 891721e commit 5e89f7f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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>33</string>
<string>34</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>33</string>
<string>34</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
6 changes: 3 additions & 3 deletions fastlane/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
IMPORTANT: You will need to uninstall the app before installing this build, otherwise you'll get an error on launch.
DARK THEME

The big fix here is changing the database from GDBM to SQLite, making it like 100x more reliable. No more mysterious vanishing files! (If any of your files do mysteriously vanish, please tell me.)
Plus a couple other UI fixes: terminal no longer overlaps with the keyboard when the app launches, and you can select text without making the keyboard go away.

A couple other fixes: pip and ffmpeg no longer segfault when expanding large allocations, and files actually show up in the Files app like they're supposed to. So you can use youtube-dl to download separate audio and video, extract them through the Files app, and have no way of merging them!
And a few emulation fixes: You can now import numpy, and pip doesn't throw MemoryError when you try to install anything nontrivial.

Send bug reports or feedback here: https://github.com/tbodt/ish/issues
Join the Discord: https://discord.gg/SndDh5y
Expand Down
4 changes: 2 additions & 2 deletions iSH.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 33;
CURRENT_PROJECT_VERSION = 34;
DEVELOPMENT_TEAM = CK5SXRTBR7;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1218,7 +1218,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 33;
CURRENT_PROJECT_VERSION = 34;
DEVELOPMENT_TEAM = CK5SXRTBR7;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down

0 comments on commit 5e89f7f

Please sign in to comment.