Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#5] [iOS] [UI] As a user, I can see the Splash Screen #55

Merged
merged 7 commits into from
Oct 19, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions iosApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ target 'Survey' do
# UI
pod 'Kingfisher'
pod 'SnapKit'
pod 'FlowStacks'

# Storage
pod 'KeychainAccess'
Expand Down
6 changes: 5 additions & 1 deletion iosApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ PODS:
- GoogleUtilities/Environment (~> 7.7)
- GoogleUtilities/UserDefaults (~> 7.7)
- PromisesObjC (~> 2.1)
- FlowStacks (0.2.5)
- GoogleDataTransport (9.2.0):
- GoogleUtilities/Environment (~> 7.7)
- nanopb (< 2.30910.0, >= 2.30908.0)
Expand Down Expand Up @@ -66,6 +67,7 @@ PODS:

DEPENDENCIES:
- Firebase/Crashlytics
- FlowStacks
- IQKeyboardManagerSwift
- KeychainAccess
- Kingfisher
Expand All @@ -89,6 +91,7 @@ SPEC REPOS:
- FirebaseCoreInternal
- FirebaseCrashlytics
- FirebaseInstallations
- FlowStacks
- GoogleDataTransport
- GoogleUtilities
- IQKeyboardManagerSwift
Expand Down Expand Up @@ -126,6 +129,7 @@ SPEC CHECKSUMS:
FirebaseCoreInternal: 50a8e39cae8abf72d5145d07ea34c3244f70862b
FirebaseCrashlytics: d20fa38bb8c88cb0f1c9211286bc23ab58c1b464
FirebaseInstallations: 41f811b530c41dd90973d0174381cdb3fcb5e839
FlowStacks: a8f2c03581f41c4206c8444843a659c8a1897604
GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f
GoogleUtilities: e0913149f6b0625b553d70dae12b49fc62914fd1
IQKeyboardManagerSwift: 52962c76ab33532f15ad9f3ff4e5715eda5335bb
Expand All @@ -146,6 +150,6 @@ SPEC CHECKSUMS:
SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5
Wormholy: 3252bc3e55a1847ef9a0976c1377bd77bf3635fa

PODFILE CHECKSUM: ac97fa8a6f9a5d954462b1ad5ee3f0303aa2702c
PODFILE CHECKSUM: 1b16a2203f7a7e5189b6a011d87018abda0e626b

COCOAPODS: 1.11.3
28 changes: 0 additions & 28 deletions iosApp/Pods/Local Podspecs/shared.podspec.json

This file was deleted.

151 changes: 0 additions & 151 deletions iosApp/Pods/Manifest.lock

This file was deleted.

Loading