Skip to content

Commit

Permalink
cities fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
James George committed Jun 19, 2015
2 parents 1be78fe + 4611c16 commit f50bde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VSCities/Cities64.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cp -f ../../../libs/fmodex/lib/osx/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/libfmodex.dylib\"; install_name_tool -change ./libfmodex.dylib @executable_path/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/$PRODUCT_NAME\";\nmkdir -p \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources/\"\n#cp -f \"$ICON_FILE\" \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources/\"\n";
shellScript = "mkdir -p \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources/\"\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit f50bde2

Please sign in to comment.