Skip to content

Commit 9ff9642

Browse files
committed
fix(appcheck): update artifact dependencies and add package references for PromisesObjC and GoogleUtilities to AppCheckCore.csproj
1 parent 5877a00 commit 9ff9642

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

components.cake

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ var ARTIFACTS = new Dictionary<string, Artifact> {
6565
{ "Firebase.RemoteConfig", FIREBASE_REMOTE_CONFIG_ARTIFACT },
6666
{ "Firebase.Storage", FIREBASE_STORAGE_ARTIFACT },
6767
// { "Firebase.AppDistribution", FIREBASE_APP_DISTRIBUTION_ARTIFACT },
68-
{ "Firebase.AppCheck", FIREBASE_APP_CHECK_ARTIFACT },
68+
{ "Firebase.AppCheck", FIREBASE_APP_CHECK_ARTIFACT },
6969

7070
{ "Google.GoogleAppMeasurement", GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT },
7171
{ "Google.Analytics", GOOGLE_ANALYTICS_ARTIFACT },
@@ -74,9 +74,9 @@ var ARTIFACTS = new Dictionary<string, Artifact> {
7474
{ "Google.MobileAds", GOOGLE_MOBILE_ADS_ARTIFACT },
7575
{ "Google.UserMessagingPlatform", GOOGLE_UMP_ARTIFACT },
7676
{ "Google.Places", GOOGLE_PLACES_ARTIFACT },
77-
{ "Google.SignIn", GOOGLE_SIGN_IN_ARTIFACT },
78-
{ "Google.AppCheckCore", GOOGLE_APP_CHECK_CORE_ARTIFACT },
79-
{ "Google.TagManager", GOOGLE_TAG_MANAGER_ARTIFACT },
77+
{ "Google.SignIn", GOOGLE_SIGN_IN_ARTIFACT },
78+
{ "Google.AppCheckCore", GOOGLE_APP_CHECK_CORE_ARTIFACT },
79+
{ "Google.TagManager", GOOGLE_TAG_MANAGER_ARTIFACT },
8080
{ "Google.GTMSessionFetcher", GOOGLE_GTM_SESSION_FETCHER_ARTIFACT },
8181
{ "Google.PromisesObjC", GOOGLE_PROMISES_OBJC_ARTIFACT },
8282
{ "Google.Nanopb", GOOGLE_NANOPB_ARTIFACT },
@@ -125,7 +125,7 @@ void SetArtifactsDependencies ()
125125
GOOGLE_PLACES_ARTIFACT.Dependencies = null;
126126
GOOGLE_SIGN_IN_ARTIFACT.Dependencies = new [] { GOOGLE_GTM_SESSION_FETCHER_ARTIFACT, GOOGLE_PROMISES_OBJC_ARTIFACT, GOOGLE_GOOGLE_UTILITIES_ARTIFACT, GOOGLE_APP_CHECK_CORE_ARTIFACT };
127127
GOOGLE_TAG_MANAGER_ARTIFACT.Dependencies = new [] { FIREBASE_CORE_ARTIFACT, FIREBASE_INSTALLATIONS_ARTIFACT, FIREBASE_ANALYTICS_ARTIFACT };
128-
GOOGLE_APP_CHECK_CORE_ARTIFACT.Dependencies = null;
128+
GOOGLE_APP_CHECK_CORE_ARTIFACT.Dependencies = new [] { GOOGLE_PROMISES_OBJC_ARTIFACT, GOOGLE_GOOGLE_UTILITIES_ARTIFACT };
129129
GOOGLE_PROMISES_OBJC_ARTIFACT.Dependencies = null;
130130
GOOGLE_GTM_SESSION_FETCHER_ARTIFACT.Dependencies = null;
131131
GOOGLE_NANOPB_ARTIFACT.Dependencies = null;

source/Google/AppCheckCore/AppCheckCore.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,8 @@
4646
<ItemGroup>
4747
<ObjcBindingApiDefinition Include="ApiDefinition.cs" />
4848
</ItemGroup>
49+
<ItemGroup>
50+
<PackageReference Include="AdamE.Google.iOS.PromisesObjC" Version="[2.4.0,3.0.0)" />
51+
<PackageReference Include="AdamE.Google.iOS.GoogleUtilities" Version="[8.0.0,9.0.0)" />
52+
</ItemGroup>
4953
</Project>

0 commit comments

Comments
 (0)