Skip to content

Commit

Permalink
Release build 70 to testflight
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Jun 2, 2020
1 parent a406aef commit 10fe26e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 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>68</string>
<string>70</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>68</string>
<string>70</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
Expand Down
8 changes: 8 additions & 0 deletions fastlane/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Fixed bugs:
- Keyboard hiding not working at all
- This was caused by the extra key hiding setting, and fixed by reverting it. I'll figure out what was up in the next release.
- sqrt(0) returning NaN
- Hang when any iOSFS syscall tries to return an error

This is a small bug fix release so here's the previous changelog for your convenience:

New stuff:
- Most Go prebuilt binaries iSH will work (such as ngrok)
- iOS file picker works on iOS 11 and 12 (thanks @kkk669)
Expand Down
4 changes: 2 additions & 2 deletions iSH.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 68;
CURRENT_PROJECT_VERSION = 70;
DEVELOPMENT_TEAM = CK5SXRTBR7;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1343,7 +1343,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 68;
CURRENT_PROJECT_VERSION = 70;
DEVELOPMENT_TEAM = CK5SXRTBR7;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down

0 comments on commit 10fe26e

Please sign in to comment.