~mikemc/ubuntuone-ios-files/use-options-menu

« back to all changes in this revision

Viewing changes to Files/U1SettingsViewController.m

  • Committer: Tarmac
  • Author(s): mike.mccracken@canonical.com
  • Date: 2013-05-28 18:12:59 UTC
  • mfrom: (100.1.1 quiet-crashlytics-rebase)
  • Revision ID: tarmac-20130528181259-oi8foa06pnptk9s2
- Avoid sending logs to crashlytics from debug builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
 
//  Copyright 2011 Canonical Ltd.
 
2
//  Copyright 2011-2013 Canonical Ltd.
3
3
//      
4
4
//  This program is free software: you can redistribute it and/or modify it
5
5
//  under the terms of the GNU Affero General Public License version 3,
15
15
 
16
16
#import "U1SettingsViewController.h"
17
17
 
18
 
#import <Crashlytics/Crashlytics.h>
 
18
#import "U1Logging.h"
 
19
 
19
20
#import <CoreLocation/CoreLocation.h>
20
21
#import <QuartzCore/QuartzCore.h>
21
22