Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude files from backup #567

Merged
merged 1 commit into from
Jun 29, 2016
Merged

Exclude files from backup #567

merged 1 commit into from
Jun 29, 2016

Conversation

f2prateek
Copy link
Contributor

Closes #537

@f2prateek
Copy link
Contributor Author

@f2prateek
Copy link
Contributor Author

cc @wcjohnson11 @tonyxiao @ladanazita for review

@f2prateek
Copy link
Contributor Author

and @RetepV as well!

@wcjohnson11
Copy link
Contributor

lgtm! 👍

@@ -102,6 +102,9 @@ - (id)initWithAnalytics:(SEGAnalytics *)analytics
dispatch_sync(dispatch_get_main_queue(), ^{
self.flushTimer = [NSTimer scheduledTimerWithTimeInterval:30.0 target:self selector:@selector(flush) userInfo:nil repeats:YES];
});
[self addSkipBackupAttributeToItemAtPath:self.userIDURL];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about anonymousIdURL?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@f2prateek f2prateek merged commit 249a894 into dev Jun 29, 2016
f2prateek added a commit that referenced this pull request Jun 30, 2016
@f2prateek f2prateek deleted the exclude branch July 6, 2016 16:50
f2prateek added a commit that referenced this pull request Jul 10, 2016
f2prateek added a commit that referenced this pull request Jul 10, 2016
* Carthage Support

* Initialize flush timer on the main thread.

* Replace Foundation import with UIKit import (#563)

* Track Campaign Data (#557)

* Update contributing docs (#564)

* Limit Queue size to 1000 (#565)

* Reformat (#566)

* Exclude files from backup (#567)

* Add tvOS Support (#572)

* reformat

* Track Deep Links (#573)

* Fix CI (#574)

* Use vanilla xcodebuild in CI

* use xcpretty in ci

* Update context object with referrer information (#575)

* use 3.2.6 in sample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants