We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39996db commit 96999c9Copy full SHA for 96999c9
scripts/gha/integration_testing/build_testapps.json
@@ -112,6 +112,19 @@
112
],
113
"provision": "Google_Development.mobileprovision"
114
},
115
+ {
116
+ "name": "ump",
117
+ "full_name": "FirebaseUmp",
118
+ "bundle_id": "com.google.ios.admob.testapp",
119
+ "ios_target": "integration_test",
120
+ "tvos_target": "",
121
+ "testapp_path": "ump/integration_test",
122
+ "frameworks": [
123
+ "firebase_ump.xcframework",
124
+ "firebase.xcframework"
125
+ ],
126
+ "provision": "Google_Development.mobileprovision"
127
+ },
128
{
129
"name": "installations",
130
"full_name": "FirebaseInstallations",
0 commit comments