mirror of
https://github.com/ish-app/ish.git
synced 2026-02-01 14:32:26 +00:00
Release build 49 to testflight
This commit is contained in:
parent
b957b0a130
commit
d4b68fba19
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user