Skip to content

Commit

Permalink
Add RevealInQSpacePro and AddToQSpaceProStashShelf; Update RevealInQS…
Browse files Browse the repository at this point in the history
…pace and AddToQSpaceStashShelf (#1223)

Co-authored-by: vitalis <[email protected]>
  • Loading branch information
vitacoding and awehunts authored Aug 31, 2023
1 parent dbec172 commit cd60e91
Show file tree
Hide file tree
Showing 8 changed files with 110 additions and 28 deletions.
53 changes: 53 additions & 0 deletions source-contrib/AddToQSpaceProStashShelf.popclipext/Config.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Actions</key>
<array>
<dict>
<key>Image File</key>
<string>icon.png</string>
<key>Requirements</key>
<array>
<string>path</string>
</array>
<key>Service Name</key>
<string>QSpace Pro/Add to Stash Shelf</string>
<key>Title</key>
<string>Add to Stash Shelf</string>
</dict>
</array>
<key>Apps</key>
<array>
<dict>
<key>Bundle Identifiers</key>
<array>
<string>com.jinghaoshe.qspace.pro</string>
</array>
<key>Check Installed</key>
<false/>
<key>Link</key>
<string>https://qspace.awehunt.com/</string>
<key>Name</key>
<string>QSpace Pro</string>
</dict>
</array>
<key>Credits</key>
<array>
<dict>
<key>Link</key>
<string>https://qspace.awehunt.com</string>
<key>Name</key>
<string>Tian Wenda</string>
</dict>
</array>
<key>Extension Description</key>
<string>Add files to QSpace Pro Stash Shelf.</string>
<key>Extension Identifier</key>
<string>com.pilotmoon.popclip.extension.add-to-qspace-pro-stashshelf</string>
<key>Extension Name</key>
<string>Add to Stash Shelf</string>
<key>Version</key>
<integer>2</integer>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,13 @@
<string>path</string>
</array>
<key>Service Name</key>
<string>Add to Stash Shelf</string>
<string>QSpace/Add to Stash Shelf</string>
<key>Title</key>
<string>Add to Stash Shelf</string>
</dict>
</array>
<key>Apps</key>
<array>
<dict>
<key>Bundle Identifiers</key>
<array>
<string>com.jinghaoshe.qspace.pro</string>
</array>
<key>Check Installed</key>
<false/>
<key>Link</key>
<string>https://qspace.awehunt.com/</string>
<key>Name</key>
<string>QSpace Pro</string>
</dict>
<dict>
<key>Bundle Identifiers</key>
<array>
Expand Down Expand Up @@ -60,6 +48,6 @@
<key>Extension Name</key>
<string>Add to Stash Shelf</string>
<key>Version</key>
<integer>1</integer>
<integer>2</integer>
</dict>
</plist>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,13 @@
<string>path</string>
</array>
<key>Service Name</key>
<string>Reveal in QSpace</string>
<string>QSpace/Reveal</string>
<key>Title</key>
<string>Reveal in QSpace</string>
</dict>
</array>
<key>Apps</key>
<array>
<dict>
<key>Bundle Identifiers</key>
<array>
<string>com.jinghaoshe.qspace.pro</string>
</array>
<key>Check Installed</key>
<false/>
<key>Link</key>
<string>https://qspace.awehunt.com/</string>
<key>Name</key>
<string>QSpace Pro</string>
</dict>
<dict>
<key>Bundle Identifiers</key>
<array>
Expand Down Expand Up @@ -60,6 +48,6 @@
<key>Extension Name</key>
<string>Reveal in QSpace</string>
<key>Version</key>
<integer>1</integer>
<integer>2</integer>
</dict>
</plist>
53 changes: 53 additions & 0 deletions source-contrib/RevealInQSpacePro.popclipex/Config.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Actions</key>
<array>
<dict>
<key>Image File</key>
<string>QSpace.png</string>
<key>Requirements</key>
<array>
<string>path</string>
</array>
<key>Service Name</key>
<string>QSpace Pro/Reveal</string>
<key>Title</key>
<string>Reveal in QSpace Pro</string>
</dict>
</array>
<key>Apps</key>
<array>
<dict>
<key>Bundle Identifiers</key>
<array>
<string>com.jinghaoshe.qspace.pro</string>
</array>
<key>Check Installed</key>
<false/>
<key>Link</key>
<string>https://qspace.awehunt.com/</string>
<key>Name</key>
<string>QSpace Pro</string>
</dict>
</array>
<key>Credits</key>
<array>
<dict>
<key>Link</key>
<string>https://qspace.awehunt.com</string>
<key>Name</key>
<string>Tian Wenda</string>
</dict>
</array>
<key>Extension Description</key>
<string>Reveal files in QSpace Pro.</string>
<key>Extension Identifier</key>
<string>com.pilotmoon.popclip.extension.reveal-in-qspace-pro</string>
<key>Extension Name</key>
<string>Reveal in QSpace Pro</string>
<key>Version</key>
<integer>2</integer>
</dict>
</plist>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd60e91

Please sign in to comment.