Saksha
Saksha

Reputation: 115

how can I rename simulator in Xcode 5?

i am using Xcode 5 and want to rename the simulators like for 3.5 inches iPhone 4 or 4s and so on. Please help.I couldn't find anything on web.

Upvotes: 3

Views: 2429

Answers (2)

sachin
sachin

Reputation: 491

For Xcode 6 or later

  • Open Xcode

  • Navigate to window

  • Choose "Devices and Simulators"
  • Click "Simulators"
  • Double click on simulator of your choice or right click and rename.

Alternative : Shift + Command + 2

Upvotes: 8

Black Frog
Black Frog

Reputation: 11725

That feature is only available in Xcode 6. Check out the section Change the Simulated Device and iOS Version in the iOS Simulator User Guide.

Device context menu

Upvotes: 6

Related Questions