Skip to content

Commit

Permalink
Fix settings menu
Browse files Browse the repository at this point in the history
  • Loading branch information
SwenVanZanten committed Aug 11, 2019
1 parent 162212f commit 6a53ce1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions VergeiOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2313,7 +2313,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CF_BUNDLE_BUILD_VERSION_STRING = 201908100001;
CF_BUNDLE_BUILD_VERSION_STRING = 201908110001;
CF_BUNDLE_SHORT_VERSION_STRING = 1.1.2;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
Expand Down Expand Up @@ -2377,7 +2377,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CF_BUNDLE_BUILD_VERSION_STRING = 201908100001;
CF_BUNDLE_BUILD_VERSION_STRING = 201908110001;
CF_BUNDLE_SHORT_VERSION_STRING = 1.1.2;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ class SettingsTableViewController: EdgedTableViewController {
private func otherHandler(index: Int) -> Void {

switch index {
case 2:
case 1:
SKStoreReviewController.requestReview()
case 3:
case 2:
loadWebsite(url: Constants.website)
case 4:
case 3:
loadWebsite(url: Constants.iOSRepo)
default: break
}
Expand Down

0 comments on commit 6a53ce1

Please sign in to comment.