JustinFincher / WebDrop

💻 Share your Mac's current chrome tab via airdrop
https://itunes.apple.com/cn/app/webdrop-%E5%88%86%E4%BA%AB%E6%82%A8%E7%9A%84%E4%BB%BB%E6%84%8F%E7%BD%91%E9%A1%B5/id1125673012?mt=12
115 stars 13 forks source link

How to run? #1

Closed liuslevis closed 8 years ago

liuslevis commented 8 years ago

After git clone, I type: ➜ ChromeShare pod install [!] Invalid Podfile file: undefined method `inherit!' for #Pod::Podfile:0x007faadc8a8980. Updating CocoaPods might fix the issue.

In Xcode 7.3, when I clicked run: ld: warning: directory not found for option '-L/Users/richliu/Library/Developer/Xcode/DerivedData/WebDrop-eikfrfpfulcqbqhhskoawxgmsdti/Build/Products/Debug/MASShortcut' ld: library not found for -lMASShortcut clang: error: linker command failed with exit code 1 (use -v to see invocation)

liuslevis commented 8 years ago

Open ChromeShare.xcworkspace with Xcode solve this problem.

liuslevis commented 8 years ago

There's still nothing happen after I run the project. It would be greate if any setup detail is provided in README

JustinFincher commented 8 years ago

Hi, sorry for my late reply. ;-) If you run the project, you will notice a new icon on the menu bar -- that is WebDrop, then you can set a global shortcut through settings. I will provide a release in tag 1.0 and a how-to guide.

JustinFincher commented 8 years ago

How-to-install Here is the 1.0 release, if you found nothing on your menu bar after the run, plz mention me, thank you. ;-)

liuslevis commented 8 years ago

Thanks a lot.