Skip to content

Commit 12d9612

Browse files
committed
Get list to work with API data, updated target to iOS 12.1 deleted unused classes and protocols, fixed minnimum target to make Unit testing work with this version.
1 parent ffc9c3e commit 12d9612

File tree

19 files changed

+331
-411
lines changed

19 files changed

+331
-411
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
# Desafio Santander
33
Para executar o projeto, abra o arquivo TesteiOSV2_Rafael_Hieda.xcworkspace
44

5-
Pode ser que para verificar os testes unitários, seja necessário modificar o deployment target para iOS 11.4, apesar de o deployment target ser 9.0.
5+
O projeto foi desenvolvido desenvolvido em Xcode 10.1 e iOS 12.1
66

77
Foi escolhido o XCTest por ser uma ferramenta própria, que está integrada com o xcode e possui documentação acessível facilmente.
8+
9+
Login : teste(pode ser qualquer coisa)
10+
senha : Conter pelo menos 1 caractere maiusculo, 1 caractere minusculo e um 1 número
811

912
# Show me the code
1013

TesteiOSV2_Rafael_Hieda/.DS_Store

0 Bytes
Binary file not shown.

TesteiOSV2_Rafael_Hieda/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22
# Uncomment the next line to define a global platform for your project
3-
platform :ios, '9.0'
3+
platform :ios, '12.1'
44

55
use_frameworks!
66

TesteiOSV2_Rafael_Hieda/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ SPEC CHECKSUMS:
2020
AlamofireObjectMapper: 3395e698901d8b0e6f48b7d0c43bd47875325102
2121
ObjectMapper: b612bf8c8e99c4dc0bb6013a51f7c27966ed5da9
2222

23-
PODFILE CHECKSUM: eb58e41b35a0ca6b8c6e99b740606eca87fcf1b7
23+
PODFILE CHECKSUM: 8bc6679405879583786b7d6f7061d84b6fd9a047
2424

2525
COCOAPODS: 1.5.3

TesteiOSV2_Rafael_Hieda/Pods/Manifest.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)