Skip to content

Commit b04f55e

Browse files
committed
iOS app enchancements
1 parent c1c20ee commit b04f55e

File tree

483 files changed

+50582
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

483 files changed

+50582
-0
lines changed

iOS/IPA File/UnSAFE Bank.ipa

7.75 MB
Binary file not shown.

iOS/Source Code/Podfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Uncomment the next line to define a global platform for your project
2+
# platform :ios, '9.0'
3+
4+
target 'UnSAFE_Bank' do
5+
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
6+
use_frameworks!
7+
pod 'Alamofire', '~> 4.7'
8+
pod 'KeychainAccess'
9+
pod 'CryptoSwift'
10+
pod 'lottie-ios'
11+
# Pods for damnVIA
12+
13+
end

iOS/Source Code/Podfile.lock

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
PODS:
2+
- Alamofire (4.8.1)
3+
- CryptoSwift (0.15.0)
4+
- KeychainAccess (3.1.2)
5+
- lottie-ios (3.0.3)
6+
7+
DEPENDENCIES:
8+
- Alamofire (~> 4.7)
9+
- CryptoSwift
10+
- KeychainAccess
11+
- lottie-ios
12+
13+
SPEC REPOS:
14+
https://github.com/cocoapods/specs.git:
15+
- Alamofire
16+
- CryptoSwift
17+
- KeychainAccess
18+
- lottie-ios
19+
20+
SPEC CHECKSUMS:
21+
Alamofire: 16ce2c353fb72865124ddae8a57c5942388f4f11
22+
CryptoSwift: 769f58a9e89f64e8796c2e59ce5f002dc81a2438
23+
KeychainAccess: b3816fddcf28aa29d94b10ec305cd52be14c472b
24+
lottie-ios: 06e0b54aab85ba128e332687d7f4ac4861a7a7ae
25+
26+
PODFILE CHECKSUM: 23032d13f70a92e02bfe4a8d5ccda62b9746b1ce
27+
28+
COCOAPODS: 1.7.2

iOS/Source Code/Pods/.DS_Store

8 KB
Binary file not shown.

iOS/Source Code/Pods/Alamofire/LICENSE

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iOS/Source Code/Pods/Alamofire/README.md

Lines changed: 243 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)