Skip to content

Commit

Permalink
6.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alin23 committed Mar 21, 2024
1 parent 6923d8e commit ed0b1b1
Show file tree
Hide file tree
Showing 11 changed files with 139 additions and 92 deletions.
8 changes: 4 additions & 4 deletions Lunar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 6.7.2;
CURRENT_PROJECT_VERSION = 6.7.3;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = "";
Expand Down Expand Up @@ -1372,7 +1372,7 @@
);
LLVM_LTO = YES_THIN;
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 6.7.2;
MARKETING_VERSION = 6.7.3;
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_CODE_SIGN_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = fyi.lunar.Lunar;
Expand Down Expand Up @@ -1405,7 +1405,7 @@
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 6.7.2;
CURRENT_PROJECT_VERSION = 6.7.3;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=macosx*]" = RDDXV84A73;
Expand Down Expand Up @@ -1436,7 +1436,7 @@
);
LLVM_LTO = YES;
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 6.7.2;
MARKETING_VERSION = 6.7.3;
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_CODE_SIGN_FLAGS = "--timestamp";
PRODUCT_BUNDLE_IDENTIFIER = fyi.lunar.Lunar;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,22 @@
uuid = "A71689F0-05ED-400C-9A39-47EC0A36555F"
type = "0"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
uuid = "0B8F1C00-535E-4D9B-8D3A-FF78C89200AF"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Lunar/SwiftUIViews/QuickActionsMenuView.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "295"
endingLineNumber = "295"
landmarkName = "header"
landmarkType = "24">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
<VariablesViewState
version = "1.0">
<ContextStates>
<ContextState
contextName = "closure #1 in closure #1 in QuickActionsMenuView.header.getter:QuickActionsMenuView.swift">
<PersistentStrings>
<PersistentString
value = "menuBarClosed">
</PersistentString>
</PersistentStrings>
</ContextState>
<ContextState
contextName = "HotKeyCenter.sendPressedKeyboardEvent(_:):HotKeyCenter.swift">
<PersistentStrings>
Expand Down
Loading

0 comments on commit ed0b1b1

Please sign in to comment.