-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Credits, packages and bundle ID’s update to MOH readme and podSpects ID's changed to MOH test methods and test DB models store wrapped with if DEBUG fixed bug that prevented turning off the BLE service after starting first time. * Set notification icon to be ic_launcher Co-authored-by: Yonatan Rimon MacbookPro <[email protected]>
- Loading branch information
1 parent
8a3f96e
commit fa6bd77
Showing
9 changed files
with
51 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,17 +5,18 @@ | |
"description": "React Native Library For Contact Tracing Over BLE (Bluetooth Low Energy) To Fight COVID-19 Pandemic", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wix-incubator/rn-contact-tracing.git" | ||
"url": "https://github.com/MohGovIL/rn-contact-tracing.git" | ||
}, | ||
"main": "lib/src/index.js", | ||
"contributors": [ | ||
"Lev Vidrak <[email protected]>", | ||
"Ran Greenberg <[email protected]>" | ||
"Ministry Of Health" | ||
], | ||
"authors": [ | ||
"Ofer Davidyan", | ||
"Yonatan Rimon", | ||
"Hagai Rotshild", | ||
"Lev Vidrak" | ||
], | ||
"author": { | ||
"name": "Lev", | ||
"email": "[email protected]" | ||
}, | ||
"keywords": [ | ||
"react-native", | ||
"COVID-19", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,18 @@ Pod::Spec.new do |s| | |
s.description = <<-DESC | ||
rn-contact-tracing | ||
DESC | ||
s.homepage = "https://github.com/github_account/rn-contact-tracing" | ||
s.homepage = "https://github.com/MohGovIL/rn-contact-tracing" | ||
# brief license entry: | ||
s.license = "MIT" | ||
# optional - use expanded license entry instead: | ||
# s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.authors = { "Lev" => "[email protected]" } | ||
s.authors = { "Ofer Davidyan" => "[email protected]", | ||
"Yonatan Rimon" => "[email protected]", | ||
"Hagai Rotshild" => "[email protected]", | ||
"Lev" => "[email protected]" | ||
} | ||
s.platforms = { :ios => "10.0" } | ||
s.source = { :git => "https://github.com/wix-incubator/rn-contact-tracing.git", :tag => "#{s.version}" } | ||
s.source = { :git => "https://github.com/MohGovIL/rn-contact-tracing.git", :tag => "#{s.version}" } | ||
|
||
s.source_files = "lib/ios/**/*.{h,m,swift}" | ||
s.resources = 'rn-contact-tracing/*.xcdatamodel' | ||
|
@@ -27,4 +31,3 @@ Pod::Spec.new do |s| | |
# ... | ||
# s.dependency "..." | ||
end | ||
|