File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 16
16
<string >$(LEANPLUM_KEY) </string >
17
17
<key >AppIdentifierPrefix </key >
18
18
<string >$(APP_IDENTIFIER_PREFIX) </string >
19
+ <key >PocketEnvironmentAPIKey </key >
20
+ <string >$(POCKET_API_KEY) </string >
19
21
<key >MozWhatsNewTopic </key >
20
22
<string ></string >
21
23
<key >CFBundleDevelopmentRegion </key >
Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ echo "Setting Leanplum environment to PRODUCTION for $BUDDYBUILD_SCHEME"
33
33
/usr/libexec/PlistBuddy -c " Set LeanplumEnvironment production" " Client/Info.plist"
34
34
/usr/libexec/PlistBuddy -c " Set LeanplumKey $LEANPLUM_KEY_PRODUCTION " " Client/Info.plist"
35
35
36
+ echo " Setting up Pocket Stories API Key"
37
+ /usr/libexec/PlistBuddy -c " Set PocketEnvironmentAPIKey $POCKET_API_KEY " " Client/Info.plist"
38
+
39
+
36
40
#
37
41
# Setup Sentry. We have different DSNs for Beta and Production.
38
42
#
You can’t perform that action at this time.
0 commit comments