|
337 | 337 | 94535F82123FAFDF00BD668A /* Resources */,
|
338 | 338 | 94535F83123FAFDF00BD668A /* Sources */,
|
339 | 339 | 94535F84123FAFDF00BD668A /* Frameworks */,
|
340 |
| - 99F799A613A1431F002555F0 /* Change Framework Install Names (Script) */, |
341 | 340 | );
|
342 | 341 | buildRules = (
|
343 | 342 | );
|
|
425 | 424 | };
|
426 | 425 | /* End PBXResourcesBuildPhase section */
|
427 | 426 |
|
428 |
| -/* Begin PBXShellScriptBuildPhase section */ |
429 |
| - 99F799A613A1431F002555F0 /* Change Framework Install Names (Script) */ = { |
430 |
| - isa = PBXShellScriptBuildPhase; |
431 |
| - buildActionMask = 2147483647; |
432 |
| - files = ( |
433 |
| - ); |
434 |
| - inputPaths = ( |
435 |
| - ); |
436 |
| - name = "Change Framework Install Names (Script)"; |
437 |
| - outputPaths = ( |
438 |
| - ); |
439 |
| - runOnlyForDeploymentPostprocessing = 0; |
440 |
| - shellPath = /bin/sh; |
441 |
| - shellScript = "for frameworkName in OAuth2Client\ndo\necho \"install_name_tool -change @executable_path/../Frameworks/${frameworkName}.framework/Versions/A/${frameworkName} @executable_path/../Frameworks/SoundCloudAPI/Frameworks/${frameworkName}.framework/Versions/A/${frameworkName} $TARGET_BUILD_DIR/SoundCloudAPI.framework/SoundCloudAPI\"\n\ninstall_name_tool -change \"@executable_path/../Frameworks/${frameworkName}.framework/Versions/A/${frameworkName}\" \"@executable_path/../Frameworks/SoundCloudAPI/Frameworks/${frameworkName}.framework/Versions/A/${frameworkName}\" \"$TARGET_BUILD_DIR/SoundCloudAPI.framework/SoundCloudAPI\"\ndone"; |
442 |
| - }; |
443 |
| -/* End PBXShellScriptBuildPhase section */ |
444 |
| - |
445 | 427 | /* Begin PBXSourcesBuildPhase section */
|
446 | 428 | 94535F83123FAFDF00BD668A /* Sources */ = {
|
447 | 429 | isa = PBXSourcesBuildPhase;
|
|
573 | 555 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
574 | 556 | GCC_PREFIX_HEADER = Sources/SoundCloudAPI_Prefix.pch;
|
575 | 557 | INFOPLIST_FILE = "SoundCloudAPI.framework-Info.plist";
|
576 |
| - LD_DYLIB_INSTALL_NAME = "@executable_path/../Frameworks/$(EXECUTABLE_PATH)"; |
| 558 | + LD_DYLIB_INSTALL_NAME = "@rpath/$(EXECUTABLE_PATH)"; |
577 | 559 | MACOSX_DEPLOYMENT_TARGET = 10.5;
|
578 | 560 | OTHER_CFLAGS = "-DNX_BLOCKS_AVAILABLE=1";
|
579 | 561 | OTHER_LDFLAGS = (
|
|
601 | 583 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
602 | 584 | GCC_PREFIX_HEADER = Sources/SoundCloudAPI_Prefix.pch;
|
603 | 585 | INFOPLIST_FILE = "SoundCloudAPI.framework-Info.plist";
|
604 |
| - LD_DYLIB_INSTALL_NAME = "@executable_path/../Frameworks/$(EXECUTABLE_PATH)"; |
| 586 | + LD_DYLIB_INSTALL_NAME = "@rpath/$(EXECUTABLE_PATH)"; |
605 | 587 | MACOSX_DEPLOYMENT_TARGET = 10.5;
|
606 | 588 | OTHER_CFLAGS = (
|
607 | 589 | "-DNS_BLOCK_ASSERTIONS=1",
|
|
0 commit comments