Skip to content

Commit

Permalink
[Release] #347 ver 2.2.2 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
YunKi-H authored Jan 8, 2025
2 parents 5cbfb99 + 9b1f65e commit a0226a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Macro.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.2.1;
MARKETING_VERSION = 2.2.2;
PRODUCT_BUNDLE_IDENTIFIER = Krabs.Macro;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -948,7 +948,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.2.1;
MARKETING_VERSION = 2.2.2;
PRODUCT_BUNDLE_IDENTIFIER = Krabs.Macro;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
3 changes: 1 addition & 2 deletions Macro/System/MacroApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ struct MacroApp: App {
WindowGroup {
HomeView(viewModel: self.homeViewModel, router: DIContainer.shared.router, appState: DIContainer.shared.appState)
.onAppear {
Task {
try? await Task.sleep(nanoseconds: 10)
DispatchQueue.main.asyncAfter(deadline: .now() + 3) {
self.homeViewModel.effect(action: .appEntered)
}
}
Expand Down

0 comments on commit a0226a9

Please sign in to comment.