Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
glushchenko committed Jul 27, 2023
1 parent 4b81f2a commit ed5449a
Show file tree
Hide file tree
Showing 7 changed files with 438 additions and 420 deletions.
8 changes: 4 additions & 4 deletions FSNotes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5438,7 +5438,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 580;
CURRENT_PROJECT_VERSION = 581;
DEVELOPMENT_TEAM = 866P6MTE92;
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = YES;
ENABLE_NS_ASSERTIONS = NO;
Expand All @@ -5454,7 +5454,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 6.4.0;
MARKETING_VERSION = 6.4.1;
OTHER_SWIFT_FLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = co.fluder.FSNotes;
PRODUCT_NAME = FSNotes;
Expand All @@ -5476,7 +5476,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 580;
CURRENT_PROJECT_VERSION = 581;
DEPLOYMENT_LOCATION = NO;
DEVELOPMENT_TEAM = 866P6MTE92;
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = YES;
Expand All @@ -5493,7 +5493,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 6.4.0;
MARKETING_VERSION = 6.4.1;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = co.fluder.FSNotes;
PRODUCT_NAME = FSNotes;
Expand Down
6 changes: 3 additions & 3 deletions FSNotes/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ CA
</menuItem>
<menuItem title="Rename" keyEquivalent="r" identifier="fileMenu.rename" id="jLq-8F-n0X">
<connections>
<action selector="renameMenu:" target="L4m-js-agn" id="H0Y-Fe-qfr"/>
<action selector="renameMenu:" target="L4m-js-agn" id="FBx-sU-Gor"/>
</connections>
</menuItem>
<menuItem title="Delete" identifier="fileMenu.delete" id="TjZ-PX-YVo">
<string key="keyEquivalent" base64-UTF8="YES">
CA
</string>
<connections>
<action selector="deleteNote:" target="L4m-js-agn" id="AiT-JP-62A"/>
<action selector="deleteNote:" target="Ady-hI-5gd" id="tg5-Eq-4q9"/>
</connections>
</menuItem>
<menuItem title="Force Delete" alternate="YES" identifier="fileMenu.forceRemove" id="zd2-Rs-DPm">
Expand All @@ -141,7 +141,7 @@ CA
</string>
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="deleteNote:" target="L4m-js-agn" id="NiM-WS-564"/>
<action selector="deleteNote:" target="Ady-hI-5gd" id="3Cr-W0-jGL"/>
</connections>
</menuItem>
<menuItem title="Pin/Unpin" keyEquivalent="8" identifier="fileMenu.togglePin" id="You-zo-rbl">
Expand Down
Loading

0 comments on commit ed5449a

Please sign in to comment.