diff options
author | Vitaly Takmazov | 2018-04-08 11:46:42 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-04-08 11:46:42 +0300 |
commit | 80239775563a1b29136ee64c29c2379a95e504c2 (patch) | |
tree | a3957eb0efaa3ba90706122f07f47f5675f703b7 /Juick | |
parent | ed209b42205a9722be6b52fae2765ae02f244dde (diff) |
bump version
Diffstat (limited to 'Juick')
-rw-r--r-- | Juick/AppDelegate.m | 2 | ||||
-rw-r--r-- | Juick/Supporting Files/Juick-Info.plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m index b376052..e2eebe5 100644 --- a/Juick/AppDelegate.m +++ b/Juick/AppDelegate.m @@ -88,7 +88,7 @@ UITabBarController *main = (UITabBarController *)self.window.rootViewController; [main setSelectedIndex:0]; UINavigationController *discover = (UINavigationController *)[main.viewControllers objectAtIndex:0]; - [discover performSegueWithIdentifier:@"threadViewSegue" sender:discover]; + [[discover.viewControllers objectAtIndex:0] performSegueWithIdentifier:@"threadViewSegue" sender:discover]; completionHandler(); } diff --git a/Juick/Supporting Files/Juick-Info.plist b/Juick/Supporting Files/Juick-Info.plist index 6c2cf43..ec5a48c 100644 --- a/Juick/Supporting Files/Juick-Info.plist +++ b/Juick/Supporting Files/Juick-Info.plist @@ -21,7 +21,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>55</string> + <string>56</string> <key>ITSAppUsesNonExemptEncryption</key> <false/> <key>LSApplicationCategoryType</key> |