Reputation: 955
I just downloaded Xcode 11 Beta, started a simple project to see what's new, and saw that in storyboard when you select a button/image in Attributes Inspector in "Image" drop down menu there are new system icons. I want use this icons in my non-Beta Xcode for my project, where are this files located in finder so I can copy them?
Upvotes: 1
Views: 2325
Reputation: 557
You can find the symbols here:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/CoreGlyphs.bundle/Assets.car
Edit:
Apple released a macOS app called SF Symbols where you can view and export those symbols easily: Apple Design Resources - SF Symbols
Upvotes: 2