-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
140 lines (139 loc) · 13.7 KB
/
.gitignore
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/README.md
trycatch-mobileApp/iOS/trycatching/Podfile.lock
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/LICENSE
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/AES.Cryptors.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Array+Extension.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Array+Extensions.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Authenticator.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/BatchedCollection.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Bit.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/BlockCipher.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/BlockMode/BlockMode.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/BlockMode/BlockModeWorker.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/BlockMode/CBC.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/BlockMode/CFB.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/BlockMode/CTR.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/BlockMode/ECB.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/BlockMode/OFB.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/BlockMode/PCBC.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/BlockMode/RandomAccessBlockModeWorker.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Blowfish.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Checksum.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Cipher.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Collection+Extension.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Cryptors.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Digest.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/DigestType.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/AES+Foundation.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/Array+Foundation.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/Blowfish+Foundation.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/ChaCha20+Foundation.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/Data+Extension.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/HMAC+Foundation.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/Rabbit+Foundation.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/String+FoundationExtension.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/Utils+Foundation.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/HMAC.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Int+Extension.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/MD5.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/NoPadding.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Operators.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Padding.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF1.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/PKCS/PKCS5.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/PKCS/PKCS7.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/PKCS/PKCS7Padding.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Poly1305.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Rabbit.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/RandomAccessCryptor.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/RandomBytesSequence.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/SHA1.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/SHA2.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/SHA3.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/String+Extension.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/UInt16+Extension.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/UInt32+Extension.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/UInt64+Extension.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/UInt8+Extension.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Updatable.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/Utils.swift
trycatch-mobileApp/iOS/trycatching/Pods/CryptoSwift/Sources/CryptoSwift/ZeroPadding.swift
trycatch-mobileApp/iOS/trycatching/Pods/Manifest.lock
trycatch-mobileApp/iOS/trycatching/Pods/Pods.xcodeproj/project.pbxproj
trycatch-mobileApp/iOS/trycatching/Pods/Pods.xcodeproj/xcuserdata/young.xcuserdatad/xcschemes/CryptoSwift.xcscheme
trycatch-mobileApp/iOS/trycatching/Pods/Pods.xcodeproj/xcuserdata/young.xcuserdatad/xcschemes/Pods-trycatching.xcscheme
trycatch-mobileApp/iOS/trycatching/Pods/Pods.xcodeproj/xcuserdata/young.xcuserdatad/xcschemes/Pods-trycatchingTests.xcscheme
trycatch-mobileApp/iOS/trycatching/Pods/Pods.xcodeproj/xcuserdata/young.xcuserdatad/xcschemes/Pods-trycatchingUITests.xcscheme
trycatch-mobileApp/iOS/trycatching/Pods/Pods.xcodeproj/xcuserdata/young.xcuserdatad/xcschemes/selectmultiplebuttons.xcscheme
trycatch-mobileApp/iOS/trycatching/Pods/Pods.xcodeproj/xcuserdata/young.xcuserdatad/xcschemes/xcschememanagement.plist
trycatch-mobileApp/iOS/trycatching/Pods/selectmultiplebuttons/LICENSE
trycatch-mobileApp/iOS/trycatching/Pods/selectmultiplebuttons/README.md
trycatch-mobileApp/iOS/trycatching/Pods/selectmultiplebuttons/selectmultiplebuttons/ExtensionUIButton.swift
trycatch-mobileApp/iOS/trycatching/Pods/selectmultiplebuttons/selectmultiplebuttons/SelectMultipleButtons.swift
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/CryptoSwift/CryptoSwift-dummy.m
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/CryptoSwift/CryptoSwift-Info.plist
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/CryptoSwift/CryptoSwift-prefix.pch
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/CryptoSwift/CryptoSwift-umbrella.h
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/CryptoSwift/CryptoSwift.modulemap
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/CryptoSwift/CryptoSwift.xcconfig
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/CryptoSwift/Info.plist
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatching/Info.plist
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatching/Pods-trycatching-acknowledgements.markdown
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatching/Pods-trycatching-acknowledgements.plist
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatching/Pods-trycatching-dummy.m
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatching/Pods-trycatching-frameworks.sh
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatching/Pods-trycatching-Info.plist
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatching/Pods-trycatching-resources.sh
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatching/Pods-trycatching-umbrella.h
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatching/Pods-trycatching.debug.xcconfig
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatching/Pods-trycatching.modulemap
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatching/Pods-trycatching.release.xcconfig
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingTests/Info.plist
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingTests/Pods-trycatchingTests-acknowledgements.markdown
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingTests/Pods-trycatchingTests-acknowledgements.plist
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingTests/Pods-trycatchingTests-dummy.m
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingTests/Pods-trycatchingTests-frameworks.sh
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingTests/Pods-trycatchingTests-Info.plist
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingTests/Pods-trycatchingTests-resources.sh
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingTests/Pods-trycatchingTests-umbrella.h
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingTests/Pods-trycatchingTests.debug.xcconfig
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingTests/Pods-trycatchingTests.modulemap
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingTests/Pods-trycatchingTests.release.xcconfig
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingUITests/Info.plist
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingUITests/Pods-trycatchingUITests-acknowledgements.markdown
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingUITests/Pods-trycatchingUITests-acknowledgements.plist
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingUITests/Pods-trycatchingUITests-dummy.m
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingUITests/Pods-trycatchingUITests-frameworks.sh
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingUITests/Pods-trycatchingUITests-Info.plist
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingUITests/Pods-trycatchingUITests-resources.sh
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingUITests/Pods-trycatchingUITests-umbrella.h
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingUITests/Pods-trycatchingUITests.debug.xcconfig
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingUITests/Pods-trycatchingUITests.modulemap
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/Pods-trycatchingUITests/Pods-trycatchingUITests.release.xcconfig
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/selectmultiplebuttons/selectmultiplebuttons-dummy.m
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/selectmultiplebuttons/selectmultiplebuttons-Info.plist
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/selectmultiplebuttons/selectmultiplebuttons-prefix.pch
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/selectmultiplebuttons/selectmultiplebuttons-umbrella.h
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/selectmultiplebuttons/selectmultiplebuttons.modulemap
trycatch-mobileApp/iOS/trycatching/Pods/Target Support Files/selectmultiplebuttons/selectmultiplebuttons.xcconfig
trycatch-mobileApp/iOS/trycatching/trycatching.xcodeproj/project.xcworkspace/contents.xcworkspacedata
trycatch-mobileApp/iOS/trycatching/trycatching.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
trycatch-mobileApp/iOS/trycatching/trycatching.xcodeproj/project.xcworkspace/xcuserdata/young.xcuserdatad/UserInterfaceState.xcuserstate
trycatch-mobileApp/iOS/trycatching/trycatching.xcodeproj/project.xcworkspace/xcuserdata/young.xcuserdatad/xcdebugger/Expressions.xcexplist
trycatch-mobileApp/iOS/trycatching/trycatching.xcodeproj/xcuserdata/young.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
trycatch-mobileApp/iOS/trycatching/trycatching.xcodeproj/xcuserdata/young.xcuserdatad/xcschemes/xcschememanagement.plist
trycatch-mobileApp/iOS/trycatching/trycatching.xcworkspace/contents.xcworkspacedata
trycatch-mobileApp/iOS/trycatching/trycatching.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
trycatch-mobileApp/iOS/trycatching/trycatching.xcworkspace/xcuserdata/young.xcuserdatad/UserInterfaceState.xcuserstate
trycatch-mobileApp/iOS/trycatching/trycatching.xcworkspace/xcuserdata/young.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
trycatch-mobileApp/iOS/trycatching/trycatching.xcworkspace/xcuserdata/young.xcuserdatad/xcdebugger/Expressions.xcexplist
trycatch-mobileApp/iOS/trycatching/trycatchingTests/Info.plist
trycatch-mobileApp/iOS/trycatching/trycatchingTests/trycatchingTests.swift
trycatch-mobileApp/iOS/trycatching/trycatchingUITests/Info.plist
trycatch-mobileApp/iOS/trycatching/trycatchingUITests/trycatchingUITests.swift