File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 330
330
);
331
331
runOnlyForDeploymentPostprocessing = 0;
332
332
shellPath = /bin/sh;
333
- shellScript = "mkdir -p \"${PROJECT_DIR}/_Frameworks\"\ncp -r /System/Library/PrivateFrameworks/MobileDevice.framework \"${PROJECT_DIR}/_Frameworks\"";
333
+ shellScript = "mkdir -p \"${PROJECT_DIR}/_Frameworks\"\nrsync -r /System/Library/PrivateFrameworks/MobileDevice.framework \"${PROJECT_DIR}/_Frameworks\" --exclude=XPCServices --links\n ";
334
334
};
335
335
C0CD3D9B1F59DA8300F954DB /* Run Script */ = {
336
336
isa = PBXShellScriptBuildPhase;
344
344
);
345
345
runOnlyForDeploymentPostprocessing = 0;
346
346
shellPath = /bin/sh;
347
- shellScript = "rm -rf \"${PROJECT_DIR}/_Frameworks\"";
347
+ shellScript = "rm -rf \"${PROJECT_DIR}/_Frameworks\"\n ";
348
348
};
349
349
/* End PBXShellScriptBuildPhase section */
350
350
You can’t perform that action at this time.
0 commit comments