Skip to content

Commit 3ad1c32

Browse files
committed
fix: remove extra Run Script (#387)
1 parent 97d462f commit 3ad1c32

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

ios-deploy.xcodeproj/project.pbxproj

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@
180180
C0CD3D981F59D20100F954DB /* ShellScript */,
181181
7E70898B1B587BF3004D23AA /* Frameworks */,
182182
7EDCC3CC1C45DC89002F9851 /* Sources */,
183-
C0CD3D9B1F59DA8300F954DB /* Run Script */,
184183
);
185184
buildRules = (
186185
);
@@ -332,20 +331,6 @@
332331
shellPath = /bin/sh;
333332
shellScript = "mkdir -p \"${PROJECT_DIR}/_Frameworks\"\n\n# copy over MobileDevice.framework from its location\nMD_FRAMEWORK_LOCATION=/System/Library/PrivateFrameworks/MobileDevice.framework\nif [ -d \"$MD_FRAMEWORK_LOCATION\" ]; then\n rsync -r $MD_FRAMEWORK_LOCATION \"${PROJECT_DIR}/_Frameworks\" --exclude=XPCServices --links\nfi\n\n# check if this new location exists, if it does, copy it instead\nNEW_MD_FRAMEWORK_LOCATION=/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework\nif [ -d \"$NEW_MD_FRAMEWORK_LOCATION\" ]; then\nrsync -r $NEW_MD_FRAMEWORK_LOCATION \"${PROJECT_DIR}/_Frameworks\" --exclude=XPCServices --links\nfi\n\n";
334333
};
335-
C0CD3D9B1F59DA8300F954DB /* Run Script */ = {
336-
isa = PBXShellScriptBuildPhase;
337-
buildActionMask = 2147483647;
338-
files = (
339-
);
340-
inputPaths = (
341-
);
342-
name = "Run Script";
343-
outputPaths = (
344-
);
345-
runOnlyForDeploymentPostprocessing = 0;
346-
shellPath = /bin/sh;
347-
shellScript = "mkdir -p \"${PROJECT_DIR}/_Frameworks\"\nrsync -r /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework \"${PROJECT_DIR}/_Frameworks\" --exclude=XPCServices --links\n";
348-
};
349334
/* End PBXShellScriptBuildPhase section */
350335

351336
/* Begin PBXSourcesBuildPhase section */

0 commit comments

Comments
 (0)