Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #244 from CocoaPods/dan-application-folder
Browse files Browse the repository at this point in the history
All good, thanks 👍
  • Loading branch information
wrutkowski committed Feb 11, 2016
2 parents 0bfd295 + 45ec926 commit e98c2e9
Show file tree
Hide file tree
Showing 45 changed files with 5,952 additions and 684 deletions.
3 changes: 2 additions & 1 deletion app/CocoaPods/CPAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#import "CocoaPods-Swift.h"
#import "CPCLIToolInstallationController.h"
#import <Quartz/Quartz.h>

#import <LetsMove/PFMoveApplication.h>

@interface CPAppDelegate ()
@property (nonatomic, strong) CPHomeWindowController *homeWindowController;
Expand All @@ -19,6 +19,7 @@ @implementation CPAppDelegate

- (void)applicationWillFinishLaunching:(NSNotification *)notification;
{
PFMoveToApplicationsFolderIfNecessary();
[self startURLService];
[self checkForBirthday];
}
Expand Down
1 change: 1 addition & 0 deletions app/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ target "CocoaPods" do
# Has 6 warnings about integer precision loss.
pod 'ANSIEscapeHelper', :podspec => 'ANSIEscapeHelper.podspec', :inhibit_warnings => true
pod 'Sparkle'
pod 'LetsMove'

target "CocoaPodsTests" do
inherit! :search_paths
Expand Down
7 changes: 5 additions & 2 deletions app/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ PODS:
- Fragaria (1.0.1):
- Fragaria/unicode (= 1.0.1)
- Fragaria/unicode (1.0.1)
- LetsMove (1.20)
- Nimble (3.0.0)
- Quick (0.8.0)
- Sparkle (1.13.0)

DEPENDENCIES:
- ANSIEscapeHelper (from `ANSIEscapeHelper.podspec`)
- Fragaria (from `Fragaria.podspec.json`)
- LetsMove
- Nimble
- Quick
- Sparkle
Expand All @@ -28,10 +30,11 @@ CHECKOUT OPTIONS:
SPEC CHECKSUMS:
ANSIEscapeHelper: 03afe6f9cb70698b1444d723fcc43d1b7c9a1cc2
Fragaria: c2827df37476ae2d627db69ce1403049686f8e0e
LetsMove: 40dda5f7a19bf9976e150ce304fa5765892bef8f
Nimble: 4c353d43735b38b545cbb4cb91504588eb5de926
Quick: 563d0f6ec5f72e394645adb377708639b7dd38ab
Sparkle: d04d17a32eaddab19471d0c3d9db15164afdbc6e

PODFILE CHECKSUM: 6e6e64489329403dcef63aa5aaca51d0157ec2f1
PODFILE CHECKSUM: 182bca6568eaab8fdb1bae50cf0feca51f045ca4

COCOAPODS: 1.0.0.beta.2
COCOAPODS: 1.0.0.beta.3
17 changes: 17 additions & 0 deletions app/Pods/LetsMove/PFMoveApplication.h

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

Loading

0 comments on commit e98c2e9

Please sign in to comment.