Skip to content

Commit 0103d95

Browse files
include required input file
1 parent 6db8473 commit 0103d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firefox-ios/Client.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17588,6 +17588,7 @@
1758817588
inputFileListPaths = (
1758917589
);
1759017590
inputPaths = (
17591+
"${DWARF_DSYM_FOLDER_PATH}/${EXECUTABLE_NAME}.app.dSYM/Contents/Resources/DWARF/${EXECUTABLE_NAME}",
1759117592
);
1759217593
outputFileListPaths = (
1759317594
);
@@ -17596,7 +17597,6 @@
1759617597
runOnlyForDeploymentPostprocessing = 0;
1759717598
shellPath = /bin/sh;
1759817599
shellScript = "movedFrameworks=()\n cd \"${CODESIGNING_FOLDER_PATH}/Frameworks/\"\n for framework in *; do\n if [ -d \"$framework\" ]; then\n if [ -d \"${framework}/Frameworks\" ]; then\n echo \"Moving nested frameworks from ${framework}/Frameworks/ to ${PRODUCT_NAME}.app/Frameworks/\"\n \n cd \"${framework}/Frameworks/\"\n for nestedFramework in *; do\n echo \"- nested: ${nestedFramework}\"\n movedFrameworks+=(\"${nestedFramework}\")\n done\n cd ..\n cd ..\n \n cp -R \"${framework}/Frameworks/\" .\n rm -rf \"${framework}/Frameworks\"\n fi\n fi\n done\n \n if [ \"${CONFIGURATION}\" == \"Debug\" ] & [ \"${PLATFORM_NAME}\" != \"iphonesimulator\" ] ; then\n for movedFramework in \"${movedFrameworks[@]}\"\n do\n codesign --force --deep --sign \"${EXPANDED_CODE_SIGN_IDENTITY}\" --preserve-metadata=identifier,entitlements --timestamp=none \"${movedFramework}\"\n done\n else\n echo \"Info: CODESIGNING is only needed for Debug on device (will be re-signed anyway when archiving) \"\n fi\n";
17599-
showEnvVarsInLog = 0;
1760017600
};
1760117601
45CC573928AD89CB006D55AA /* Glean SDK Generator Script */ = {
1760217602
isa = PBXShellScriptBuildPhase;

0 commit comments

Comments
 (0)