Skip to content

Commit

Permalink
Named run scripts in Xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrentka committed Jul 29, 2024
1 parent aefdc2f commit 8e7c957
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions Zotero.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4223,17 +4223,17 @@
isa = PBXNativeTarget;
buildConfigurationList = B30D597F2206F60500884C4A /* Build configuration list for PBXNativeTarget "Zotero" */;
buildPhases = (
B3CF8840266E0FE6009CFC20 /* Run Script */,
B3593F142668D37900FA4BB2 /* Run Script */,
B34A85AC243CB1E4003D5638 /* ShellScript */,
B3A1D03D2BA321B30040FEE9 /* ShellScript */,
B3CF8840266E0FE6009CFC20 /* Bundle Locales */,
B3593F142668D37900FA4BB2 /* Bundle Styles */,
B34A85AC243CB1E4003D5638 /* Bundle Translators */,
B3A1D03D2BA321B30040FEE9 /* Bundle Note Editor */,
B337A5AD244F229400AFD13D /* SwiftGen */,
B30D59512206F60400884C4A /* Sources */,
B30D59522206F60400884C4A /* Frameworks */,
B30D59532206F60400884C4A /* Resources */,
B311B3272386A39800BCF592 /* Embed Foundation Extensions */,
B3E196FA25308D9700DBBE5C /* CopyFiles */,
B3E196FB25308DA500DBBE5C /* ShellScript */,
B3E196FB25308DA500DBBE5C /* Fix Code Signing */,
61AE2F282A2619E50072571D /* SwiftLint */,
);
buildRules = (
Expand Down Expand Up @@ -4596,7 +4596,7 @@
shellPath = /bin/sh;
shellScript = "swiftgen config lint\nswiftgen config run\n";
};
B34A85AC243CB1E4003D5638 /* ShellScript */ = {
B34A85AC243CB1E4003D5638 /* Bundle Translators */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
Expand All @@ -4607,6 +4607,7 @@
inputPaths = (
"$(SRCROOT)/scripts/bundle_translators.py",
);
name = "Bundle Translators";
outputFileListPaths = (
);
outputPaths = (
Expand All @@ -4615,7 +4616,7 @@
shellPath = /bin/sh;
shellScript = "python3 \"$SCRIPT_INPUT_FILE_0\"\n";
};
B3593F142668D37900FA4BB2 /* Run Script */ = {
B3593F142668D37900FA4BB2 /* Bundle Styles */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
Expand All @@ -4626,7 +4627,7 @@
inputPaths = (
"$(SRCROOT)/scripts/bundle_styles.py",
);
name = "Run Script";
name = "Bundle Styles";
outputFileListPaths = (
);
outputPaths = (
Expand All @@ -4635,7 +4636,7 @@
shellPath = /bin/sh;
shellScript = "python3 \"$SCRIPT_INPUT_FILE_0\"\n";
};
B3A1D03D2BA321B30040FEE9 /* ShellScript */ = {
B3A1D03D2BA321B30040FEE9 /* Bundle Note Editor */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -4645,6 +4646,7 @@
inputPaths = (
"$(SRCROOT)/scripts/bundle_note_editor.sh",
);
name = "Bundle Note Editor";
outputFileListPaths = (
);
outputPaths = (
Expand All @@ -4653,7 +4655,7 @@
shellPath = /bin/sh;
shellScript = "sh \"$SCRIPT_INPUT_FILE_0\"\n";
};
B3CF8840266E0FE6009CFC20 /* Run Script */ = {
B3CF8840266E0FE6009CFC20 /* Bundle Locales */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 12;
Expand All @@ -4664,7 +4666,7 @@
inputPaths = (
"$(SRCROOT)/scripts/bundle_locales.py",
);
name = "Run Script";
name = "Bundle Locales";
outputFileListPaths = (
);
outputPaths = (
Expand All @@ -4673,7 +4675,7 @@
shellPath = /bin/sh;
shellScript = "python3 \"$SCRIPT_INPUT_FILE_0\"\n";
};
B3E196FB25308DA500DBBE5C /* ShellScript */ = {
B3E196FB25308DA500DBBE5C /* Fix Code Signing */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
Expand All @@ -4683,6 +4685,7 @@
);
inputPaths = (
);
name = "Fix Code Signing";
outputFileListPaths = (
);
outputPaths = (
Expand Down

0 comments on commit 8e7c957

Please sign in to comment.