0
  • What is better naming conventions at Xcode regardng External File (images, sounds) etc?
  • Is there any guideline from vendor Apple?
  • As we store our projects at SVN, is there any complicity from Hosted Server (we use Linux + Server SVN ) ?

1 Answer 1

2

Better to follow Unix naming conventions here

  • Always use lowercase characters
  • Only 1 dot for file extension, otherwise no dot allowed
  • No white space allowed
  • For long file name use hyphen(-)

If you follow Unix naming conventions, there will no complexity as your server configuration.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.