-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
129 lines (127 loc) · 8.68 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
APP/IOS/PointExchange/Pods
APP/IOS/PointExchange/Podfile
APP/IOS/PointExchange/Podfile.lock
APP/IOS/PointExchange/Podfile
APP/IOS/PointExchange/Podfile.lock
APP/IOS/PointExchange/Pods/AFImageHelper/LICENSE
APP/IOS/PointExchange/Pods/AFImageHelper/README.md
APP/IOS/PointExchange/Pods/AFImageHelper/Sources/ImageHelper.h
APP/IOS/PointExchange/Pods/AFImageHelper/Sources/ImageHelper.swift
APP/IOS/PointExchange/Pods/AFImageHelper/Sources/ImageVIewExtension.swift
APP/IOS/PointExchange/Pods/Alamofire/LICENSE
APP/IOS/PointExchange/Pods/Alamofire/README.md
APP/IOS/PointExchange/Pods/Alamofire/Source/AFError.swift
APP/IOS/PointExchange/Pods/Alamofire/Source/Alamofire.swift
APP/IOS/PointExchange/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift
APP/IOS/PointExchange/Pods/Alamofire/Source/MultipartFormData.swift
APP/IOS/PointExchange/Pods/Alamofire/Source/NetworkReachabilityManager.swift
APP/IOS/PointExchange/Pods/Alamofire/Source/Notifications.swift
APP/IOS/PointExchange/Pods/Alamofire/Source/ParameterEncoding.swift
APP/IOS/PointExchange/Pods/Alamofire/Source/Request.swift
APP/IOS/PointExchange/Pods/Alamofire/Source/Response.swift
APP/IOS/PointExchange/Pods/Alamofire/Source/ResponseSerialization.swift
APP/IOS/PointExchange/Pods/Alamofire/Source/Result.swift
APP/IOS/PointExchange/Pods/Alamofire/Source/ServerTrustPolicy.swift
APP/IOS/PointExchange/Pods/Alamofire/Source/SessionDelegate.swift
APP/IOS/PointExchange/Pods/Alamofire/Source/SessionManager.swift
APP/IOS/PointExchange/Pods/Alamofire/Source/TaskDelegate.swift
APP/IOS/PointExchange/Pods/Alamofire/Source/Timeline.swift
APP/IOS/PointExchange/Pods/Alamofire/Source/Validation.swift
APP/IOS/PointExchange/Pods/Manifest.lock
APP/IOS/PointExchange/Pods/Moya/License.md
APP/IOS/PointExchange/Pods/Moya/Readme.md
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/AnyEncodable.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/Cancellable.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/Endpoint.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/Image.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/Moya+Alamofire.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/MoyaError.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/MoyaProvider+Defaults.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/MoyaProvider+Internal.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/MoyaProvider.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/MultiTarget.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/MultipartFormData.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/Plugin.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/Plugins/AccessTokenPlugin.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/Plugins/CredentialsPlugin.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/Plugins/NetworkActivityPlugin.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/Plugins/NetworkLoggerPlugin.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/Response.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/TargetType.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/Task.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/URL+Moya.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/URLRequest+Encoding.swift
APP/IOS/PointExchange/Pods/Moya/Sources/Moya/ValidationType.swift
APP/IOS/PointExchange/Pods/Pods.xcodeproj/project.pbxproj
APP/IOS/PointExchange/Pods/Pods.xcodeproj/xcuserdata/keepfighting.xcuserdatad/xcschemes/AFImageHelper.xcscheme
APP/IOS/PointExchange/Pods/Pods.xcodeproj/xcuserdata/keepfighting.xcuserdatad/xcschemes/Alamofire.xcscheme
APP/IOS/PointExchange/Pods/Pods.xcodeproj/xcuserdata/keepfighting.xcuserdatad/xcschemes/Moya.xcscheme
APP/IOS/PointExchange/Pods/Pods.xcodeproj/xcuserdata/keepfighting.xcuserdatad/xcschemes/Pods-PointExchange.xcscheme
APP/IOS/PointExchange/Pods/Pods.xcodeproj/xcuserdata/keepfighting.xcuserdatad/xcschemes/Result.xcscheme
APP/IOS/PointExchange/Pods/Pods.xcodeproj/xcuserdata/keepfighting.xcuserdatad/xcschemes/SwiftyJSON.xcscheme
APP/IOS/PointExchange/Pods/Pods.xcodeproj/xcuserdata/keepfighting.xcuserdatad/xcschemes/xcschememanagement.plist
APP/IOS/PointExchange/Pods/Pods.xcodeproj/xcuserdata/panyy.xcuserdatad/xcschemes/xcschememanagement.plist
APP/IOS/PointExchange/Pods/Result/LICENSE
APP/IOS/PointExchange/Pods/Result/README.md
APP/IOS/PointExchange/Pods/Result/Result/Result.swift
APP/IOS/PointExchange/Pods/Result/Result/ResultProtocol.swift
APP/IOS/PointExchange/Pods/SwiftyJSON/LICENSE
APP/IOS/PointExchange/Pods/SwiftyJSON/README.md
APP/IOS/PointExchange/Pods/SwiftyJSON/Source/SwiftyJSON.swift
APP/IOS/PointExchange/Pods/Target Support Files/AFImageHelper/AFImageHelper-dummy.m
APP/IOS/PointExchange/Pods/Target Support Files/AFImageHelper/AFImageHelper-prefix.pch
APP/IOS/PointExchange/Pods/Target Support Files/AFImageHelper/AFImageHelper-umbrella.h
APP/IOS/PointExchange/Pods/Target Support Files/AFImageHelper/AFImageHelper.modulemap
APP/IOS/PointExchange/Pods/Target Support Files/AFImageHelper/AFImageHelper.xcconfig
APP/IOS/PointExchange/Pods/Target Support Files/AFImageHelper/Info.plist
APP/IOS/PointExchange/Pods/Target Support Files/Alamofire/Alamofire-dummy.m
APP/IOS/PointExchange/Pods/Target Support Files/Alamofire/Alamofire-prefix.pch
APP/IOS/PointExchange/Pods/Target Support Files/Alamofire/Alamofire-umbrella.h
APP/IOS/PointExchange/Pods/Target Support Files/Alamofire/Alamofire.modulemap
APP/IOS/PointExchange/Pods/Target Support Files/Alamofire/Alamofire.xcconfig
APP/IOS/PointExchange/Pods/Target Support Files/Alamofire/Info.plist
APP/IOS/PointExchange/Pods/Target Support Files/Moya/Info.plist
APP/IOS/PointExchange/Pods/Target Support Files/Moya/Moya-dummy.m
APP/IOS/PointExchange/Pods/Target Support Files/Moya/Moya-prefix.pch
APP/IOS/PointExchange/Pods/Target Support Files/Moya/Moya-umbrella.h
APP/IOS/PointExchange/Pods/Target Support Files/Moya/Moya.modulemap
APP/IOS/PointExchange/Pods/Target Support Files/Moya/Moya.xcconfig
APP/IOS/PointExchange/Pods/Target Support Files/Pods-PointExchange/Info.plist
APP/IOS/PointExchange/Pods/Target Support Files/Pods-PointExchange/Pods-PointExchange-acknowledgements.markdown
APP/IOS/PointExchange/Pods/Target Support Files/Pods-PointExchange/Pods-PointExchange-acknowledgements.plist
APP/IOS/PointExchange/Pods/Target Support Files/Pods-PointExchange/Pods-PointExchange-dummy.m
APP/IOS/PointExchange/Pods/Target Support Files/Pods-PointExchange/Pods-PointExchange-frameworks.sh
APP/IOS/PointExchange/Pods/Target Support Files/Pods-PointExchange/Pods-PointExchange-resources.sh
APP/IOS/PointExchange/Pods/Target Support Files/Pods-PointExchange/Pods-PointExchange-umbrella.h
APP/IOS/PointExchange/Pods/Target Support Files/Pods-PointExchange/Pods-PointExchange.debug.xcconfig
APP/IOS/PointExchange/Pods/Target Support Files/Pods-PointExchange/Pods-PointExchange.modulemap
APP/IOS/PointExchange/Pods/Target Support Files/Pods-PointExchange/Pods-PointExchange.release.xcconfig
APP/IOS/PointExchange/Pods/Target Support Files/Result/Info.plist
APP/IOS/PointExchange/Pods/Target Support Files/Result/Result-dummy.m
APP/IOS/PointExchange/Pods/Target Support Files/Result/Result-prefix.pch
APP/IOS/PointExchange/Pods/Target Support Files/Result/Result-umbrella.h
APP/IOS/PointExchange/Pods/Target Support Files/Result/Result.modulemap
APP/IOS/PointExchange/Pods/Target Support Files/Result/Result.xcconfig
APP/IOS/PointExchange/Pods/Target Support Files/SwiftyJSON/Info.plist
APP/IOS/PointExchange/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-dummy.m
APP/IOS/PointExchange/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-prefix.pch
APP/IOS/PointExchange/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-umbrella.h
APP/IOS/PointExchange/Pods/Target Support Files/SwiftyJSON/SwiftyJSON.modulemap
APP/IOS/PointExchange/Pods/Target Support Files/SwiftyJSON/SwiftyJSON.xcconfig
APP/IOS/PointExchange/PointExchange.xcodeproj/xcuserdata/keepfighting.xcuserdatad/xcschemes/xcschememanagement.plist
APP/IOS/PointExchange/PointExchange.xcodeproj/xcuserdata/panyy.xcuserdatad/xcschemes/xcschememanagement.plist
APP/IOS/PointExchange/PointExchange.xcworkspace/contents.xcworkspacedata
APP/IOS/PointExchange/PointExchange.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
APP/IOS/PointExchange/PointExchange.xcworkspace/xcuserdata/keepfighting.xcuserdatad/UserInterfaceState.xcuserstate
APP/IOS/PointExchange/PointExchange.xcworkspace/xcuserdata/keepfighting.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
APP/IOS/PointExchange/PointExchange.xcworkspace/xcuserdata/panyy.xcuserdatad/UserInterfaceState.xcuserstate
APP/IOS/PointExchange/PointExchange.xcworkspace/xcuserdata/panyy.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
Backstage/citi/.idea/*
Backstage/citi/citi.iml
Backstage/citi/target
Backstage/citiMerchant/citiMerchant.iml
Backstage/citiMerchant/target/*
Backstage/citiMerchant/.idea/*
Backstage/merchantDemo/.idea/*
Backstage/merchantDemo/citiMerchant.iml
Backstage/merchantDemo/target/*