Skip to content

Commit

Permalink
Merge pull request Expensify#45688 from LCOleksii/fullstory-asset-upl…
Browse files Browse the repository at this point in the history
…oader

Fullstory Asset Uploader build phase added.
  • Loading branch information
puneetlath authored Jul 18, 2024
2 parents ffe311c + 2276deb commit 6851dc1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ios/NewExpensify.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@
FBC7D704E4E9CC08E91D7919 /* [CP] Copy Pods Resources */,
9FF963998EFF771D82D473D2 /* [CP-User] [RNFB] Core Configuration */,
A2BE84E8C8EFD6C81A2B41F1 /* [CP-User] [RNFB] Crashlytics Configuration */,
498240F82C49553900C15857 /* Run Fullstory Asset Uploader */,
);
buildRules = (
);
Expand Down Expand Up @@ -620,6 +621,24 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NewExpensify-NewExpensifyTests/Pods-NewExpensify-NewExpensifyTests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
498240F82C49553900C15857 /* Run Fullstory Asset Uploader */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Run Fullstory Asset Uploader";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/FullStory/tools/FullStoryCommandLine\" \"${CONFIGURATION_BUILD_DIR}/${WRAPPER_NAME}\"\n";
};
5CF45ABA52C0BB0D7B9D139A /* [Expo] Configure project */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
Expand Down

0 comments on commit 6851dc1

Please sign in to comment.