Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I add a link in my credits.rtf file in Xcode?

Tags:

xcode

macos

I'm building an Xcode application and would like to add a link to a website in my credits.rtf file. How would I do this?

like image 986
russellsayshi Avatar asked Mar 09 '13 19:03

russellsayshi


2 Answers

  • In Xcode right click on the Credits.rtf file.
  • Select Open As
  • Select Source Code
  • Add the following to create a link {\field{\*\fldinst{HYPERLINK "http://google.com"}}{\fldrslt Google}}
like image 157
Bot Avatar answered Nov 19 '22 01:11

Bot


Open Credits.rtf in Xcode, select the text you want to be a link, and choose the Editor > Add Link... menu item to turn it into a link.

like image 27
Kristopher Johnson Avatar answered Nov 18 '22 23:11

Kristopher Johnson