Skip to content

Commit

Permalink
Merge pull request #6 from wflixu/dev
Browse files Browse the repository at this point in the history
v1.2.0
  • Loading branch information
wflixu authored Apr 29, 2024
2 parents 28d28b1 + 571efda commit 61a9f06
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
12 changes: 6 additions & 6 deletions RClick.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4.16.1;
CURRENT_PROJECT_VERSION = 1.2.0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"RClick/Preview Content\"";
DEVELOPMENT_TEAM = 4L3563XCBN;
Expand Down Expand Up @@ -568,7 +568,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4.16.1;
CURRENT_PROJECT_VERSION = 1.2.0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"RClick/Preview Content\"";
DEVELOPMENT_TEAM = 4L3563XCBN;
Expand Down Expand Up @@ -601,7 +601,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 1.2.0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 4L3563XCBN;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -616,7 +616,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = cn.wflixu.RClick.FinderSyncExt;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -632,7 +632,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 1.2.0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 4L3563XCBN;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -647,7 +647,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = cn.wflixu.RClick.FinderSyncExt;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
1 change: 0 additions & 1 deletion RClick.xcodeproj/xcshareddata/xcschemes/RClick.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = "en"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
2 changes: 1 addition & 1 deletion RClick/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
Task {
await channel.setup(store: folderItemStore)
}
NSApplication.shared.openSettings()
// NSApplication.shared.openSettings()
messager.start(name: Key.messageFromFinder)
messager.sendMessage(name: "running", data: MessagePayload(action: "running"))
// Task {
Expand Down
3 changes: 1 addition & 2 deletions RClick/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ITSAppUsesNonExemptEncryption
&lt;false/&gt;</key>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>NSServices</key>
<array>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Swift 5.9](https://img.shields.io/badge/Swift-5.9-ED523F.svg?style=flat)](https://swift.org/)
[![SwiftUI](https://img.shields.io/badge/SwiftUI-✓-orange)](https://developer.apple.com/xcode/swiftui/)
[![macOS 14](https://img.shields.io/badge/macOS12-Compatible-green)](https://www.apple.com/macos/monterey/)
[![macOS 14](https://img.shields.io/badge/macOS14-Compatible-green)](https://www.apple.com/macos/monterey/)

![](./RClick/Assets.xcassets/AppIcon.appiconset/AppIcon@1x.png)

Expand Down

0 comments on commit 61a9f06

Please sign in to comment.