From a560e19db2e3861c7e96a49c43b60a6389a9eb69 Mon Sep 17 00:00:00 2001 From: JulianAlcala Date: Tue, 7 Apr 2026 00:37:39 +0200 Subject: [PATCH] fix: configure Antelop SDK applicationIds per environment --- .../android/app/src/development/AndroidManifest.xml | 2 +- .../android/app/src/production/AndroidManifest.xml | 2 +- .../android/app/src/staging/AndroidManifest.xml | 2 +- .../ios/Runner/AntelopRelease-development.plist | 2 +- .../ios/Runner/AntelopRelease-staging.plist | 2 +- apps/mobile_app/ios/Runner/AntelopRelease.plist | 2 +- .../flutter_treezor_entrust_sdk_bridge/.gitignore | 7 +++++++ .../com/entrust/antelop/antelop/maven-metadata.xml | 12 ------------ .../entrust/antelop/antelop/maven-metadata.xml.md5 | 1 - .../entrust/antelop/antelop/maven-metadata.xml.sha1 | 1 - 10 files changed, 13 insertions(+), 20 deletions(-) create mode 100644 packages/flutter_treezor_entrust_sdk_bridge/.gitignore delete mode 100644 packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml delete mode 100644 packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml.md5 delete mode 100644 packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml.sha1 diff --git a/apps/mobile_app/android/app/src/development/AndroidManifest.xml b/apps/mobile_app/android/app/src/development/AndroidManifest.xml index 667a552d..473d9979 100644 --- a/apps/mobile_app/android/app/src/development/AndroidManifest.xml +++ b/apps/mobile_app/android/app/src/development/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:value="3381448747424346509" /> diff --git a/apps/mobile_app/android/app/src/production/AndroidManifest.xml b/apps/mobile_app/android/app/src/production/AndroidManifest.xml index 667a552d..64ee54d9 100644 --- a/apps/mobile_app/android/app/src/production/AndroidManifest.xml +++ b/apps/mobile_app/android/app/src/production/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:value="8632355012486459749" /> diff --git a/apps/mobile_app/android/app/src/staging/AndroidManifest.xml b/apps/mobile_app/android/app/src/staging/AndroidManifest.xml index 667a552d..473d9979 100644 --- a/apps/mobile_app/android/app/src/staging/AndroidManifest.xml +++ b/apps/mobile_app/android/app/src/staging/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:value="3381448747424346509" /> diff --git a/apps/mobile_app/ios/Runner/AntelopRelease-development.plist b/apps/mobile_app/ios/Runner/AntelopRelease-development.plist index c5a5a583..cf26e635 100644 --- a/apps/mobile_app/ios/Runner/AntelopRelease-development.plist +++ b/apps/mobile_app/ios/Runner/AntelopRelease-development.plist @@ -9,7 +9,7 @@ fr.antelop.initialConnectionTimeout 60 fr.antelop.application_id - 4713640103500149457 + 2940147927882003152 fr.antelop.issuer_id treezor fr.antelop.teamIdentifier diff --git a/apps/mobile_app/ios/Runner/AntelopRelease-staging.plist b/apps/mobile_app/ios/Runner/AntelopRelease-staging.plist index ebeb26ea..eff2cf27 100644 --- a/apps/mobile_app/ios/Runner/AntelopRelease-staging.plist +++ b/apps/mobile_app/ios/Runner/AntelopRelease-staging.plist @@ -9,7 +9,7 @@ fr.antelop.initialConnectionTimeout 60 fr.antelop.application_id - 4713640103500149457 + 2940147927882003152 fr.antelop.issuer_id treezor fr.antelop.teamIdentifier diff --git a/apps/mobile_app/ios/Runner/AntelopRelease.plist b/apps/mobile_app/ios/Runner/AntelopRelease.plist index 1bbec2ab..311ee281 100644 --- a/apps/mobile_app/ios/Runner/AntelopRelease.plist +++ b/apps/mobile_app/ios/Runner/AntelopRelease.plist @@ -9,7 +9,7 @@ fr.antelop.initialConnectionTimeout 60 fr.antelop.application_id - 4713640103500149457 + 5850886184402974206 fr.antelop.issuer_id treezor fr.antelop.teamIdentifier diff --git a/packages/flutter_treezor_entrust_sdk_bridge/.gitignore b/packages/flutter_treezor_entrust_sdk_bridge/.gitignore new file mode 100644 index 00000000..b8870aed --- /dev/null +++ b/packages/flutter_treezor_entrust_sdk_bridge/.gitignore @@ -0,0 +1,7 @@ +# Gradle-generated maven-metadata files: regenerated on every build with +# new timestamps and hashes, so they create commit noise. The vendor +# library itself (antelop-x.y.z.aar / .pom) IS tracked because the +# Entrust SDK is a private library not available on Maven Central. +android/build/com/entrust/antelop/antelop/maven-metadata.xml +android/build/com/entrust/antelop/antelop/maven-metadata.xml.md5 +android/build/com/entrust/antelop/antelop/maven-metadata.xml.sha1 diff --git a/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml b/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml deleted file mode 100644 index 2a054dc8..00000000 --- a/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - com.entrust.antelop - antelop - - 2.6.4 - - 2.6.4 - - 20260406000000 - - diff --git a/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml.md5 b/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml.md5 deleted file mode 100644 index 1c6544f6..00000000 --- a/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml.md5 +++ /dev/null @@ -1 +0,0 @@ -6484e11e2b27e9ccc86292b3aceea5ac \ No newline at end of file diff --git a/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml.sha1 b/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml.sha1 deleted file mode 100644 index 52974087..00000000 --- a/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml.sha1 +++ /dev/null @@ -1 +0,0 @@ -607dcd30d6d83b2846416b70c1aa7f70bcb06a07 \ No newline at end of file