Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
12 changes: 12 additions & 0 deletions TrackIT-2020Nonprofit-patch-6/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# TrackIT
Open source mobile app to help track proximity contacts using powerful bluetooth technology

### How does it work

App uses bluetooth functionalities of your phone to scan as many devices in certain area as possible. When app scans the device it stores it into memory.

App is saving scanned devices with their special id identifier. Identifier can be put as compromised by only officials who are conducting tests then notification arrives for the user who have been in close proximity of the infected identifier , saying that he needs to give all necessary contact information to officials and to stay home.

If user is signed trough system as "isolated" and comes in proximity of other devices officials will be notified of that health breach.


11 changes: 11 additions & 0 deletions TrackIT-2020Nonprofit-patch-6/TrackIT/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'TrackIT' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for TrackIT
pod 'lottie-ios'

end
16 changes: 16 additions & 0 deletions TrackIT-2020Nonprofit-patch-6/TrackIT/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- lottie-ios (3.1.6)

DEPENDENCIES:
- lottie-ios

SPEC REPOS:
trunk:
- lottie-ios

SPEC CHECKSUMS:
lottie-ios: 85ce835dd8c53e02509f20729fc7d6a4e6645a0a

PODFILE CHECKSUM: d765be0adb89bfd9928b5b65313cdca763b12f86

COCOAPODS: 1.9.1
Loading