Release build 49 to testflight

This commit is contained in:
Theodore Dubois 2019-03-31 16:03:37 -07:00
parent b957b0a130
commit d4b68fba19
4 changed files with 9 additions and 8 deletions

View File

@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionFileProviderDocumentGroup</key>

View File

@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>

View File

@ -1,7 +1,8 @@
Just one bug fix in this build:
- Files opened from the Files app having random numbers as names, preventing them from being syntax highlighted in some apps and opening at all in other apps
Also, if you clean install this build, you'll get Alpine 3.9.0 instead of 3.8.2.
- Fixed everything that I know about that broke with the upgrade to Alpine 3.9
- Fixed issue with makefile globbing
- Dig no longer fails
- Bunch of other bug fixes
- Nothing else really worth writing about
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

View File

@ -1186,7 +1186,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 48;
CURRENT_PROJECT_VERSION = 49;
DEVELOPMENT_TEAM = CK5SXRTBR7;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@ -1228,7 +1228,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 48;
CURRENT_PROJECT_VERSION = 49;
DEVELOPMENT_TEAM = CK5SXRTBR7;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;