This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 112
Update ExposureNotification binding #142
Closed
keiji
wants to merge
8
commits into
cocoa-mhlw:develop
from
keiji:update_google_en_sdk_version_19-7-2-eap-alpha02
Closed
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
c4017b2
Update Xamarin.GooglePlayServices.Nearby.ExposureNotification library…
keiji cbc3c6e
Fix package restore error
keiji b3a01e3
Add missing NuGet package
keiji e565516
Update Google ExposureNotification library version to 19.7.2-eap-alpha03
keiji fb6cd56
fix build error
keiji f288e0b
fix test failed
keiji f0c105c
Update iOS ExposureNotification library version to 1.2.3-alpha01
keiji 17ac65f
Replace NuGet packages with built by GitHub Actions
keiji File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
<packageSources> | ||
<add key="MyNuget" value="./TempNugetFeed" /> | ||
</packageSources> | ||
<activePackageSource> | ||
<add key="All" value="(Aggregate source)" /> | ||
</activePackageSource> | ||
</configuration> |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# NuGet packages | ||
|
||
We have created NuGet packages these added missing APIs. | ||
|
||
* Xamarin.GooglePlayServices.Nearby.ExposureNotification | ||
* Xamarin.iOS.ExposureNotification (Not included) | ||
|
||
Please see more detail from below. | ||
https://github.com/keiji/XamarinComponents/tree/exposurenotification/update_apis |
Binary file added
BIN
+584 KB
...NugetFeed/Xamarin.GooglePlayServices.Nearby.ExposureNotification.19.7.2-eap-alpha03.nupkg
Binary file not shown.
Binary file not shown.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ローカルにNuGetパッケージを置くとテストが通らなくなって困ったけど、実験を繰り返した結果、プラットフォームをmacosにしたら動くことがわかった。
https://github.com/keiji/cocoa/runs/3034626142
https://github.com/keiji/cocoa/runs/3035372919