Xcode 11: Export Mac App Archive

January 23rd, 2020

Filed under: Xcode | Be the first to comment!

Xcode 11 provides a subtle button to export a Mac app archive. In the Organizer, select an archive and scroll so you can see the Status column for the archive. Move the cursor over the Status column to make the Export App button appear.


Xcode 11 Version Control Changes

October 19th, 2019

Filed under: Version Control, Xcode | Be the first to comment!

This post lists all the changes I found in Xcode 11 on version control. Code Review Button Xcode 11 adds a code review button to the toolbar that lets you view the changes you made to the currently selected file. The code review button is the button with the two arrows facing right and left. […]


Xcode 11: User Interface Menu for New Projects

September 25th, 2019

Filed under: Xcode | Be the first to comment!

When you create an iOS or Cocoa app project in Xcode 11, there is a User Interface menu in Step 2 of the New Project Assistant. For iOS projects the user interface choices are SwiftUI and storyboard. For Mac projects the user interface choices are SwiftUI, storyboard and xib file. Xcode defaults to using SwiftUI […]


Xcode 11: Opening Editors

September 17th, 2019

Filed under: Xcode | Be the first to comment!

Xcode 11 makes it easier to open new editors. You can open a new editor without switching to the Assistant Editor. Either choose File > New > Editor or click the Add Editor button in the jump bar. Xcode defaults to adding editors to the right, stacking the editors horizontally. If you want new editors […]