Skip to content

Commit

Permalink
Debugging cause of launchatlogin signing failure 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmhouston committed Sep 25, 2024
1 parent 94b8ca3 commit ced252a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "echo \"During Copy Launch at Login Helper build phase ONLY_ACTIVE_ARCH is $ONLY_ACTIVE_ARCH\"\n\"${BUILT_PRODUCTS_DIR}/LaunchAtLogin_LaunchAtLogin.bundle/Contents/Resources/copy-helper-swiftpm.sh\"\n";
shellScript = "if [ -x \"${BUILT_PRODUCTS_DIR}/LaunchAtLogin_LaunchAtLogin.bundle/Contents/Resources/copy-helper-swiftpm.sh\" ] ; then\n echo \"before call to copy-helper-swiftpm.sh ONLY_ACTIVE_ARCH is $ONLY_ACTIVE_ARCH\"\nelse\n echo \"copy-helper-swiftpm.sh appears to not exist or be executable\"\nfi\n\nif \"${BUILT_PRODUCTS_DIR}/LaunchAtLogin_LaunchAtLogin.bundle/Contents/Resources/copy-helper-swiftpm.sh\" ; then\n if [ ! -d \"$BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/Resources/LaunchAtLogin_LaunchAtLogin.bundle\" ] ; then\n echo \"copy-helper-swiftpm.sh did indeed remove $BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/Resources/LaunchAtLogin_LaunchAtLogin.bundle\"\n else\n echo \"copy-helper-swiftpm.sh did NOT remove $BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/Resources/LaunchAtLogin_LaunchAtLogin.bundle\"\n fi\nelse\n echo \"copy-helper-swiftpm.sh failed\"\n exit 1\nfi\n";
};
8F0D3C7F2BAB9B0900DDB603 /* Patch CFBundleVersion Script */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit ced252a

Please sign in to comment.