Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
  • Loading branch information
lfaoro committed Oct 18, 2015
2 parents f8adb45 + cfb46a4 commit cea2dfd
Show file tree
Hide file tree
Showing 48 changed files with 838 additions and 399 deletions.
21 changes: 16 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Build generated
build/
DerivedData

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -8,13 +12,20 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata

## Other
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa
*.xcuserstate
.DS_Store

Carthage.pkg
Carthage/Build
## Carthage
# Carthage/Checkouts
Carthage/Build

## SwiftLint
SwiftLint.pkg
8 changes: 5 additions & 3 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
included:
- Cast
disabled_rules:
- function_body_length
- function_body_length
- todo
included:
- Cast
excluded:
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ before_install:
- brew update
- brew install carthage
- brew install swiftlint
- carthage bootstrap --verbose --platform mac
- carthage bootstrap --platform mac
xcode_project: Cast.xcodeproj
xcode_scheme: Cast
xcode_scheme: Cast (Standard)
branches:
only:
- develop
script:
xctool -project Cast.xcodeproj -scheme Cast clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
xctool -project Cast.xcodeproj -scheme "Cast (Standard)" clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
35 changes: 35 additions & 0 deletions AppStore/AppStoreDescription
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
- Improved code base
- Added the ethical and AdFree `is.gd` URL shortener
- Added `su.pr` StumbleUpon's URL shortener
- New feature: Drag & Drop
- New feature: Options menu
- New feature: Configurable services

Cast is an agent that lives in your system's Status Menu. Its purpose is to help you share information quick & easy.
Cast seamlessly integrates with GitHub.com and allows you to create and edit gists on the fly.
Cast is also a great URL shortener.

+ Drag & Drop
Drop a text selection or text file on the Cast atomic icon available in your Status Menu and Cast will upload it for you automagically and supply a conveniently shortened link directly in your Pasteboard (⌘+V).

+ Recent Actions
You may access a history of all your links from the Recent Actions drop-down menu available clicking the Cast atomic icon in the Status Menu.

+ Notifications
Every time you perform a Share or Shorten action a convenient Notification is displayed with details about your action, directly from the notification you may open and check your shortened link.

+ Multiple Services Support
You may choose different service providers from the Options panel and in case we don't yet support your favorite service, send us an support request: https://github.com/lfaoro/Cast/issues/new


Coming Soon:

- Custom Hotkey
You may define a hotkey to use for Sharing and one for Shortening in the Options panel.
The default hotkeys are: Share (CMD+SHIFT+C) - Short (CMD+ALT+C)

- Recent Uploads synced with iCloud
You may choose to Sync all your Recent Actions with iCloud using your Apple ID

- Image sharing
- Screenshots auto-upload
File renamed without changes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file modified Carthage/Build/Mac/Nimble.framework/Versions/A/Nimble
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file modified Carthage/Build/Mac/Quick.framework/Versions/A/Quick
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file modified Carthage/Build/Mac/RxCocoa.framework/Versions/A/RxCocoa
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file modified Carthage/Build/Mac/RxSwift.framework/Versions/A/RxSwift
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Carthage/Build/Mac/SwiftyJSON.framework/Versions/A/SwiftyJSON
Binary file not shown.
File renamed without changes.
59 changes: 0 additions & 59 deletions Cast Release-Info.plist

This file was deleted.

Loading

0 comments on commit cea2dfd

Please sign in to comment.