forked from meganz/iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.xcovignore
44 lines (33 loc) · 867 Bytes
/
.xcovignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Generic Views and ViewControllers:
- .*ViewController.swift
- .*View.swift
- .*ViewController.m
- .*ViewController.h
- .*View.m
- .*View.h
# AppDelegate:
- AppDelegate+Account.swift
- AppDelegate+Additions.swift
- AppDelegate+Ads.swift
- AppDelegate+QuickUploadAction.swift
- AppDelegate+SaveNode.swift
- AppDelegate.h
- AppDelegate.m
- AppDelegateConfigurator.swift
# Generic ViewController extensions:
- .*Router.swift
- .*Cell.swift
- .*NavigationBar.swift
- .*ViewController+Additions.swift
# MEGAAppColor:
- MEGAAppColor.swift
- MEGAAppColor+Account.swift
- MEGAAppColor+Chat.swift
- MEGAAppColor+Components.swift
- MEGAAppColor+Photos.swift
- MEGAAppColor+PSA.swift
- MEGAAppColor+SharedItems.swift
- MEGAAppColor+Videos.swift
# Custom ViewControllers:
- CustomModalAlertViewController+Contacts.swift
- SharedItemsViewController+TabSelection.swift