Skip to content

Commit

Permalink
Merge pull request #34 from kimkyuchul/feature/#32
Browse files Browse the repository at this point in the history
1.1.0 release
  • Loading branch information
kimkyuchul authored Nov 25, 2024
2 parents cb1390a + 7428f5f commit 1a0b1a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makgulli.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2050,7 +2050,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.5;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ios.Makgulli;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2092,7 +2092,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.5;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ios.Makgulli;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ final class AppInfoCoordinator: Coordinator {
viewModel.coordinator = self

let viewController = AppInfoViewController(viewModel: viewModel)
viewController.hidesBottomBarWhenPushed = true
push(viewController: viewController, navibarHidden: true, swipe: false)
}
}
Expand Down

0 comments on commit 1a0b1a2

Please sign in to comment.