Skip to content

Commit

Permalink
Release build 28 to testflight
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodore Dubois committed Sep 23, 2018
1 parent 0687088 commit 7bdd54c
Show file tree
Hide file tree
Showing 4 changed files with 13 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>1</string>
<string>28</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>26</string>
<string>28</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
8 changes: 7 additions & 1 deletion fastlane/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
First build on a new developer account! The main thing you should notice is things are a good bit faster. And a good bit more broken, but hey, it's faster.
I've decided there are a few UI features I want to get out of the way before I get started on that compatibility/regression crusade. Expect a bit more of the same in the next update.

- Serious hardware keyboard support, including caps lock mapped to control.
- Extra row of keys, so you can press tab or control or escape without a hardware keyboard.
- Automatic DNS configuration - no more `echo nameserver 8.8.8.8 > /etc/resolv.conf`!
- Half-finished Files app integration. You can browse the directory structure and view some files (but not others, for no apparent reason).
- A little (i) button that doesn't do anything, but will eventually open a settings popup.

As always, let me know if it crashes spectacularly. The best place to send bug reports or feedback of any kind is the GitHub issues page: https://github.com/tbodt/ish/issues

Expand Down
8 changes: 4 additions & 4 deletions iSH.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 26;
CURRENT_PROJECT_VERSION = 28;
DEVELOPMENT_TEAM = CK5SXRTBR7;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1261,7 +1261,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 26;
CURRENT_PROJECT_VERSION = 28;
DEVELOPMENT_TEAM = CK5SXRTBR7;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1444,7 +1444,7 @@
"$(SRCROOT)",
"$(MESON_BUILD_DIR)/subprojects/gdbm-1.14.1/src",
);
INFOPLIST_FILE = "$(SRCROOT)/app/FileProvider/Info.plist";
INFOPLIST_FILE = app/FileProvider/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
Expand Down Expand Up @@ -1484,7 +1484,7 @@
"$(SRCROOT)",
"$(MESON_BUILD_DIR)/subprojects/gdbm-1.14.1/src",
);
INFOPLIST_FILE = "$(SRCROOT)/app/FileProvider/Info.plist";
INFOPLIST_FILE = app/FileProvider/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MTL_ENABLE_DEBUG_INFO = NO;
Expand Down

0 comments on commit 7bdd54c

Please sign in to comment.