Skip to content

Commit d4d4c68

Browse files
committed
Remove locale symlinks
1 parent 1c32cc7 commit d4d4c68

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

Sparkle.xcodeproj/project.pbxproj

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1998,8 +1998,6 @@
19981998
8DC2EF540486A6940098B216 /* Sources */,
19991999
8DC2EF560486A6940098B216 /* Frameworks */,
20002000
6131B1910DDCDE32005215F0 /* Run Script: Set Git Version Info */,
2001-
6195D4B40E40505A00D41A50 /* Run Script: Link fr_CA to fr */,
2002-
61E31A85103299750051D188 /* Run Script: Link pt to pt_BR */,
20032001
);
20042002
buildRules = (
20052003
);
@@ -2128,7 +2126,6 @@
21282126
th,
21292127
tr,
21302128
zh_CN,
2131-
fr_ca,
21322129
pt_BR,
21332130
pt_PT,
21342131
pt,
@@ -2270,40 +2267,6 @@
22702267
shellScript = "\"$SRCROOT/Configurations/set-git-version-info.sh\"";
22712268
showEnvVarsInLog = 0;
22722269
};
2273-
6195D4B40E40505A00D41A50 /* Run Script: Link fr_CA to fr */ = {
2274-
isa = PBXShellScriptBuildPhase;
2275-
buildActionMask = 2147483647;
2276-
files = (
2277-
);
2278-
inputPaths = (
2279-
"$(BUILT_PRODUCTS_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/fr.lproj",
2280-
);
2281-
name = "Run Script: Link fr_CA to fr";
2282-
outputPaths = (
2283-
"$(BUILT_PRODUCTS_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/fr_CA.lproj",
2284-
);
2285-
runOnlyForDeploymentPostprocessing = 0;
2286-
shellPath = "/usr/bin/env sh";
2287-
shellScript = "ln -sfh \"fr.lproj\" \"$BUILT_PRODUCTS_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/fr_CA.lproj\"";
2288-
showEnvVarsInLog = 0;
2289-
};
2290-
61E31A85103299750051D188 /* Run Script: Link pt to pt_BR */ = {
2291-
isa = PBXShellScriptBuildPhase;
2292-
buildActionMask = 2147483647;
2293-
files = (
2294-
);
2295-
inputPaths = (
2296-
"$(BUILT_PRODUCTS_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/pt_BR.lproj",
2297-
);
2298-
name = "Run Script: Link pt to pt_BR";
2299-
outputPaths = (
2300-
"$(BUILT_PRODUCTS_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/pt.lproj",
2301-
);
2302-
runOnlyForDeploymentPostprocessing = 0;
2303-
shellPath = "/usr/bin/env sh";
2304-
shellScript = "ln -sfh \"pt_BR.lproj\" \"$BUILT_PRODUCTS_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/pt.lproj\"";
2305-
showEnvVarsInLog = 0;
2306-
};
23072270
895C5DBD24D75F590058A82D /* ShellScript */ = {
23082271
isa = PBXShellScriptBuildPhase;
23092272
buildActionMask = 2147483647;

0 commit comments

Comments
 (0)