Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles committed Jul 13, 2017
1 parent 52a8d83 commit 2abd61c
Show file tree
Hide file tree
Showing 20 changed files with 46 additions and 48 deletions.
2 changes: 1 addition & 1 deletion Podfile
Expand Up @@ -6,7 +6,7 @@ target 'mac2imgur' do

pod 'EMCLoginItem'
pod 'LetsMove'
pod 'ImgurSession', :git => 'https://github.com/mileswd/ImgurSession.git', :branch => 'patch-access-token-expiry'
pod 'ImgurSession', :git => 'https://github.com/mileswd/ImgurSession.git', :branch => 'update-podspec'
pod 'Sparkle'
pod 'Fabric'
pod 'Crashlytics'
Expand Down
16 changes: 8 additions & 8 deletions Podfile.lock
Expand Up @@ -12,10 +12,10 @@ PODS:
- AFNetworking/Reachability (3.1.0)
- AFNetworking/Security (3.1.0)
- AFNetworking/Serialization (3.1.0)
- Crashlytics (3.8.4):
- Crashlytics (3.8.5):
- Fabric (~> 1.6.3)
- EMCLoginItem (1.0.1)
- Fabric (1.6.11)
- Fabric (1.6.12)
- ImgurSession (1.3):
- AFNetworking (= 3.1.0)
- LetsMove (1.22)
Expand All @@ -25,29 +25,29 @@ DEPENDENCIES:
- Crashlytics
- EMCLoginItem
- Fabric
- ImgurSession (from `https://github.com/mileswd/ImgurSession.git`, branch `patch-access-token-expiry`)
- ImgurSession (from `https://github.com/mileswd/ImgurSession.git`, branch `update-podspec`)
- LetsMove
- Sparkle

EXTERNAL SOURCES:
ImgurSession:
:branch: patch-access-token-expiry
:branch: update-podspec
:git: https://github.com/mileswd/ImgurSession.git

CHECKOUT OPTIONS:
ImgurSession:
:commit: 7f99ed9c116465a7980bf8926cad641017256e32
:commit: d4c306545f90b79d58f5422e394258e7009313c7
:git: https://github.com/mileswd/ImgurSession.git

SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
Crashlytics: 79e236942ca1e7fc641df1feb9a275360a78ab6a
Crashlytics: dfbae35ef22ca189240d230ad501feea4ee85d2d
EMCLoginItem: ac4a198cda3f4a8dc72797d2e89ad6c640624835
Fabric: 5911403591946b8228ab1c51d98f1d7137e863c6
Fabric: f050464eac45a2ce5a8e6e6a07e977c0df32fe28
ImgurSession: e11a605652cfe8aebfb6a9a4ea5b752654f14e2f
LetsMove: 407d4d14815e6dc1549b6a9fe8e4b0f6aed3e305
Sparkle: ccfb47699feea7b40b51cf3176f69404e5b1da6c

PODFILE CHECKSUM: 24af0c258a05d9097cf3457cdb96c038f57ef31b
PODFILE CHECKSUM: 24f91b275a3b196f39325512f1a531d67ee34ee7

COCOAPODS: 1.2.1
Binary file modified Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Crashlytics
Binary file not shown.

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

Binary file modified Pods/Crashlytics/OSX/Crashlytics.framework/submit
Binary file not shown.
Binary file modified Pods/Crashlytics/OSX/Crashlytics.framework/uploadDSYM
Binary file not shown.
7 changes: 3 additions & 4 deletions Pods/Crashlytics/README.md

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

Binary file modified Pods/Crashlytics/submit
Binary file not shown.
Binary file modified Pods/Fabric/OSX/Fabric.framework/Versions/A/Fabric
Binary file not shown.
14 changes: 7 additions & 7 deletions Pods/Fabric/OSX/Fabric.framework/Versions/A/Resources/Info.plist

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

Binary file modified Pods/Fabric/OSX/Fabric.framework/uploadDSYM
Binary file not shown.
7 changes: 3 additions & 4 deletions Pods/Fabric/README.md

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

Binary file modified Pods/Fabric/upload-symbols
Binary file not shown.
Binary file modified Pods/Fabric/uploadDSYM
Binary file not shown.
2 changes: 1 addition & 1 deletion Pods/ImgurSession/ImgurSession/IMGSession.m

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

16 changes: 8 additions & 8 deletions Pods/Manifest.lock

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.

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

6 changes: 3 additions & 3 deletions README.md
@@ -1,5 +1,7 @@
# mac2imgur

:warning: Warning: This project is not currently actively maintained. :warning:

![mac2imgur running on macOS Yosemite](https://i.imgur.com/WrMhzbe.png)

A simple Mac application designed to make uploading images and screenshots to [imgur.com](https://imgur.com) quick and effortless.
Expand Down Expand Up @@ -85,11 +87,9 @@ If you encounter any problems or have an idea for a new feature, don't hesitate

On the same note, pull requests to fix bugs, add features or simply to improve the codebase are greatly appreciated.

If you need help or would just like to say hello, I am also contactable via [Twitter](https://twitter.com/_mileswd) and by the email address listed on [my GitHub profile](https://github.com/mileswd).

## Development

- Written in Swift 3 (Xcode 8 beta 6)
- Written in Swift 3
- [CocoaPods](https://cocoapods.org) for dependency management

## Legal
Expand Down
2 changes: 1 addition & 1 deletion mac2imgur/Info.plist
Expand Up @@ -47,7 +47,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>220</string>
<string>224</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down

0 comments on commit 2abd61c

Please sign in to comment.