Showing posts with label Xcode. Show all posts
Showing posts with label Xcode. Show all posts

Thursday, September 4, 2014

Xcode(5.1.1):Workspace window:Utility area:File inspector

Xcode5

.xcodeproj
  • Identify and Type
  • Project Document
  • Text Settings
  • Source Control
.h .m .pch
  • Identity and Type
  • Target Membership
  • Text Settings
  • Source Control
.xib
  • Identity and Type
  • Interface Builder Document
  • Localization
  • Target Membership
  • Source Control
.xcassets .framework .app
  • Identity and Type
  • Target membership
  • Source Control
.plist .xctest
  • Identity and Type
  • Localization
  • Target membership
  • Source Control
.strings
  • Identity and Type
  • Localization
  • Target membership
  • Text Settings
  • Source Control

C preprocessor:Predefined Macros:Values in Xcode

__FILE__:/Users/USERNAME/Documents/PreprocessorMacros/PreprocessorMacros/AppDelegate.m
__LINE__:21
__DATE__:Sep  4 2014
__TIME__:17:00:40
__STDC__:1
__STDC_VERSION__:199901
__STDC_HOSTED__:1
__OBJC__:1
__GNUC__:4
__CNUC_MINOR__:UNDEFINED
__GNUC_PATCHLEVEL__:1
__GNUG__:UNDEFINED
__STRICT_ANSI__:UNDEFINED
__BASE_FILE__:/Users/USERNAME/Documents/PreprocessorMacros/PreprocessorMacros/AppDelegate.m
__INCLUDE_LEVEL__:0
__ELF__:UNDEFINED
__VERSION__:4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)
__OPTIMIZE__:UNDEFINED
__OPTIMIZE_SIZE__:UNDEFINED
__NO_INLINE__:1
__CHAR_UNSIGNED__:UNDEFINED
__WCHAR_UNSIGNED__:UNDEFINED
Sizeof __SIZE_TYPE__:4
Sizeof __PTRDIFF_TYPE__:4
Sizeof __WCHAR_TYPE__:4
Sizeof __WINT_TYPE__:4
Sizeof __INTMAX_TYPE__:8
Sizeof __UINTMAX_TYPE__:8
__CHAR_BIT__:UNDEFINED
__SCHAR_MAX__:127
__WCHAR_MAX__:2147483647
__SHRT_MAX__:32767
__LONG_MAX__:2147483647
__LONG_LONG_MAX__:9223372036854775807
__IINTMAX_MAX__:UNDEFINED
__DEPRECATED:UNDEFINED
__EXCEPTIONS:UNDEFINED
__USING_SJLJ_EXCEPTIONS__:UNDEFINED
__GXX_WEAK__:UNDEFINED
__NEXT_RUNTIME__:1
__LP64__:UNDEFINED
_LP64:UNDEFINED
__SSP__:1
__SSP_ALL__:UNDEFINED

Tuesday, September 2, 2014

Xcode(5.1.1):Workspace window:Editor area:Project Editor:Targets

Xcode5

  • General
  • Capabilities
  • Info
  • Build Settings
  • Build Phases
  • Build Rules
General
  • Identity
  • Deployment Info
  • App Icons
  • Launch Images
  • Linked Frameworks and Libraries
Capabilities
  • iCloud
  • Game Center
  • Passbook
  • In-App Purchase
  • Maps
  • Keychain Sharing
  • Inter-App Audio
  • Background Modes
  • Data Protection
Info
  • Custom iOS Target Properties
  • Document Types
  • Exported UTIs
  • Imported UTIs
  • URL Types
Build Settings
  • Architectures
  • Build Locations
  • Build Options
  • Code Signing
  • Deployment
  • Kernel Module
  • Linking
  • Packaging
  • Search Paths
  • Unit Testing
  • Versioning
  • Apple LLVM 5.1 - Code Generation
  • Apple LLVM 5.1 - Custom Compiler Flags
  • Apple LLVM 5.1 - Language
  • Apple LLVM 5.1 - Language - C++
  • Apple LLVM 5.1 - Language - Modules
  • Apple LLVM 5.1 - Language - Objective C
  • Apple LLVM 5.1 - Preprocessing
  • Apple LLVM 5.1 - Warning Policies
  • Apple LLVM 5.1 - Warnings - All languages
  • Apple LLVM 5.1 - Warnings - C++
  • Apple LLVM 5.1 - Warnings - Objective C
  • Apple LLVM 5.1 - Warnings - Objective C and ARC
  • Asset Catalog Compiler - Options
  • Interface Builder XIB Compiler - Options
  • OSACompile - Build Options
  • Static Analyzer - Analysis Policy
  • Static Analyzer - Generic Issues
  • Static Analyser - Issues - Objective-C
  • Static Analyzer - Issues - Security
Build Phases
  • TargetDependencies
  • Compile Sources
  • Link Binary With Libraries
  • Copy Bundle Resources
Build Rules
  • CopyPlistFile (file.bplist)
  • CopyPlistFile (text.plist)
  • CopyStringsFile (Localization string files)
  • CopyTiffFile (image.tiff)
  • GenerateSpriteKitTextureAtlas (SpriteKit Texture Atlas)
  • Asset Catalog Compiler (folder.assetcatalog)
  • Asset Catalog Compiler (folder.imagecatalog)
  • DTrace (DTrace source files)
  • Iconutil (folder.iconset)
  • Data Model Compiler (MOMC) (Data model files)
  • Core Data mapping Model Compiler (MAPC) (Mapping model files)
  • Data Model Version Compiler (MOMC) (Data model version files)
  • Nasm (Nasm assembly files)
  • OpenCL (OpenCL source files)
  • Scene Kit Tool (DAE files)
  • Interface Builder XIB Compiler (Interface Builder files)
  • Interface Builder NIB Postprocessor (Nib files)
  • Interface Builder Storyboard Compiler (Interface Builder Storyboard files)
  • Interface Builder Storyboard Postprocessor (Interface Builder Storyboard Package)
  • System C rule (C source files)
  • System nasm rule (Nasm assembly files)
  • System Assembler rule (Assembly files)
  • System Lex rule (Lex source files)
  • System Yacc rule (Yacc source files)
  • System Resource (rez) rule (Rez source files)
  • System Mach Interface Stub (MiG) rule (MiG source files)
  • System DTrace rule (DTrace source files)

Xcode(5.1.1):Workspace window:Editor area:Project Editor:Project

Xcode5

  • Info
  • Build Settings
Info
  • Deployment Target
  • Configurations
  • Localizations
Build Settings
  • Architectures
  • Build Locations
  • Build Options
  • Code Signing
  • Deployment
  • Kernel Module
  • Linking
  • Packaging
  • Search Paths
  • Unit Testing
  • Versioning
  • Apple LLVM 5.1 - Code Generation
  • Apple LLVM 5.1 - Custom Compiler Flags
  • Apple LLVM 5.1 - Language
  • Apple LLVM 5.1 - Language - C++
  • Apple LLVM 5.1 - Language - Modules
  • Apple LLVM 5.1 - Language - Objective C
  • Apple LLVM 5.1 - Preprocessing
  • Apple LLVM 5.1 - Preprocessing
  • Apple LLVM 5.1 - Warning Policies
  • Apple LLVM 5.1 - Warnings - All languages
  • Apple LLVM 5.1 - Warnings - C++
  • Apple LLVM 5.1 - Warnings - Objective C
  • Apple LLVM 5.1 - Warnings - Objective C and ARC
  • Asset Catalog Compiler - Options
  • Interface Builder XIB Compiler - Options
  • OSACompile - Build Options
  • Static Analyzer - Analysis Policy
  • Static Analyzer - Generic Issues
  • Static Analyzer - Issues - Objective-C
  • Static Analyzer - Issues - Security

Xcode(5.1.1):Workspace window:Editor area:Assistant editor pane:Jump bars

Xcode5

  • Related Files
  • Go Back
  • Go Forward
  • Jump Bar
  • Add Assistant Editor
  • Remove Assistant Editor

Xcode(5.1.1):Workspace window:Editor area:Standard editor pane:Jump bars

Xcode5

  • Related Files
  • Go Back
  • Go Forward
  • Jump Bar

Xcode(5.1.1):Workspace window:Navigator area

Xcode5

  • Navigator selector bar
  • Content area
  • Filter bar

Xcode(5.1.1):Workspace window:Toolbar

Xcode5

  • Build and then run the current scheme
  • Stop the running scheme or application
  • Set the active scheme
  • Show the Standard editor
  • Show the Assistant editor
  • Show the Version editor
  • Hide or show the Navigator
  • Hide or show the Debug area
  • Hide or show the Utilities

Xcode(5.1.1):Workspace window:Utility area:Object Library

Xcode5

  • Push Button
  • Gradient Button
  • Rounded Rect Button
  • Rounded Textured Button
  • Textured Button
  • Recessed Button
  • Disclosure Triangle
  • Square Button
  • Help Button
  • Disclosure Button
  • Round Button
  • Bevel Button
  • Inline Button
  • Label
  • Text Field
  • Search Field
  • Token Field
  • Secure Text Field
  • Text Field with Number Formatter
  • Combo Box
  • Date Picker
  • Wrapping Label
  • Wrapping Text Field
  • Text View
  • Check Box
  • Pop Up Button
  • Segmented Control
  • Radio Group
  • Image Well
  • Color Well
  • Stepper
  • Level Indicator
  • Path Control
  • horizontal Slider
  • Vertical Slider
  • Circular Slider
  • Form
  • Indeterminate Progress Indicator
  • Circular Progress Indicator
  • Date Formatter
  • number Formatter
  • Custom Formatter
  • Byte Count Formatter
  • Table View
  • Outline View
  • Browser
  • Collection View
  • Collection View Item
  • Predicate Editor
  • Rule Editor
  • OpenGL View
  • Custom Cell
  • Check Box Cell
  • Pop Up Button Cell
  • Combo Box Cell
  • Text Field Cell
  • Slider Cell
  • Image Cell
  • Level Indicator Cell
  • Stepper Cell
  • Segmented Cell
  • Image & Text Table Cell View
  • Text Table Cell View
  • Source List
  • Custom View
  • Vertical Split View
  • Horizontal Split View
  • Scroll View
  • Tab View
  • Box
  • Vertical Line
  • Horizontal Line
  • Object
  • View Controller
  • Popover and View Controller
  • Page Controller
  • Object Controller
  • Array Controller
  • Dictionary Controller
  • Tree Controller
  • User Defaults Controller
  • Managed Object Context
  • Text Finder
  • Window
  • Panel
  • Textured Window
  • HUD Window
  • Window and Drawer
  • Toolbar
  • Image Toolbar Item
  • Flexible Space Toolbar Item
  • Space Toolbar Item
  • Separator Toolbar Item
  • Customize Toolbar Item
  • Pront Toolbar Item
  • Show Colors Toolbar Item
  • Show Fonts Toolbar Item
  • Menu
  • Menu Item
  • Submenu Menu Item
  • Separator Menu Item
  • Application Menu Item
  • File Menu Item
  • Edit menu Item
  • Font Menu Item
  • Format Menu Item
  • Text Menu Item
  • Find Menu Item
  • Window Menu Item
  • Help Menu Item
  • Full Screen Menu Item
  • Stack View
  • Address Book People Picker View
  • Address Book Person View
  • Automator Path Pop Up Button
  • Workflow Controller
  • Workflow View
  • Automator Token Field
  • AV Player View
  • MSF Formatter
  • Scanner View
  • Camera View
  • Device Browser View
  • ImageKit Image View
  • ImageKit Browser View
  • Map View
  • OSA Script Controller
  • OSA Script View
  • OSA Dictionary Controller
  • OSA Dictionary View
  • PDFThumbnailView
  • PDFView
  • Quartz Composer Patch Controller
  • Quartz Composition Parameter View
  • Quartz Composition Picker View
  • Quartz Composer View
  • Scene View
  • Web View


Xcode(5.1.1):Workspace window:Utility area:Code Snippet Library

Xcode5

  • C Block typedef
  • C Inline Block as Variable
  • C typedef
  • C++ Class Declaration
  • C++ Class Template
  • C++ Function Template
  • C++ Namespace Definition
  • C++ Try / Catch Block
  • C++ Using Directive
  • Core Data -awakeFromFetch Method
  • Core Data -awakeFromInsert Method
  • Core Data Fetch
  • Core Data Property Accessors (Object Type)
  • Core Data Property Accessors (Scalar Type)
  • Core Data Property Validation
  • Core Data To-Many Relationship Accessors
  • Do-While Statement
  • Enumerate Index Set
  • Enumerate Index Set In Reverse
  • Enumerated Type Declaration
  • Enumerated Type Declaration (NS_ENUM)
  • Enumerated Type Declaration (NS_OPTIONS)
  • For Statement
  • GCD: Dispatch After
  • GCD: Dispatch Once
  • GCD: Dispatch Source (Timer)
  • If Statement
  • If-Else Statement
  • Objective-C -compare: Method
  • Objective-C -dealloc Method
  • Objective-C -debugDescription Method
  • Objective-C -description Method
  • Objective-C -encodeWithCoder: Method
  • Objective-C -init Method
  • Objective-C -initWithCoder: Method
  • Objective-C -initWithFrame: Method
  • Objective-C -isEqual: and - hash Methods
  • Objective-C +initialize Method
  • Objective-C Autoreleasing Block
  • Objective-C Category
  • Objective-C Category Implementation
  • Objective-C Class  Declaration
  • Objective-C Class Extension
  • Objective-C Class Implementation
  • Objective-C Fast Enumeration
  • Objective-C KVO: Observe Value For Keypath
  • Objective-C KVO: Values affecting key
  • Objective-C Protocol Definition
  • Objective-C Try-Catch-Finally Block
  • Struct Declaration
  • Switch Statement
  • Test Method
  • Union Declaration
  • While Statement


Xcode(5.1.1):Workspace window:Utility area:File Template Library

Xcode5

  • Objective-C class (An Objective-C class with a header for Cocoa Touch)
  • Objective-C protocol (An Objective-C protocol for Cocoa Touch)
  • Objective-C test case class (Objective-C class implementing a unit test)
  • Header File (A header file)
  • C File (A C file)
  • C++ Class(A C++ class implementation with header)
  • PCH File (A prefix header file)
  • Storyboard (An empty Interface Builder Storyboard document for an iOS interface)
  • View (An Interface Builder document for creating an iOS view)
  • Empty (An empty Interface Builder document for an iOS interface)
  • Window (An Interface Builder document for creating an iOS window)
  • Application (An Interface Builder document suitable for creating an iOS application, including an...)
  • Data Model (A Core Data model file)
  • NSManagedObject subclass (An Objective-C NSManagedObject subclass with a header)
  • GeoJSON File (GeoJSON file suitable for use as a routing app coverage file.)
  • GPX File (GPX file for specifying a route or location to simulate.)
  • Asset Catalog (An asset catalog)
  • Settings Bundle (Bundle for specifying an iOS Application's settings)
  • Property List (An empty XML property list file.)
  • Rich Text File (An empty Rich Text Format(RTF) file)
  • SpriteKit Particle File (A particle effect template for SpriteKit particle emitter.)
  • Strings File (An empty strings file)
  • Empty (An empty document)
  • Assembly File (An assembly source file)
  • Configuration Settings File (An empty Xcode configuration settings file.)
  • Resource Rules (Default code-signing resource rules file)
  • Shell Script (An empty shell script file)
  • Objective-C class (An Objective-C class with a header for Cocoa)
  • Objective-C protocol (An Objective-C protocol for Cocoa)
  • Objective-C test case class (An objective-C class implementing a unit test)
  • Application (An Interface Builder document for creating a Cocoa application)
  • Main Menu (An Interface Builder document for creating a main menu)
  • Window (An Interface Builder document for creating a Cocoa window)
  • View (An Interface Builder document for creating a Cocoa view)
  • Empty (An empty Interface Builder document)
  • Exports File (An exported symbols file)

Xcode(5.1.1):Menu bar:Help

Xcode5

  • Search
  • Documentation and API Reference
  • Xcode Overview
  • Release Notes
  • What's new in Xcode
  • Quick Help for Selected Item
  • Search Documentation for Selected Text

Xcode(5.1.1):Menu bar:Window

Xcode5

  • Minimize
  • Zoom
  • Select Next Tab
  • Select Previous Tab
  • Documentation and API Reference
  • Welcome to Xcode
  • Organizer
  • Bring All to Front


Xcode(5.1.1):Menu bar:Source Control

Xcode5

  • Check Out...
  • Commit...
  • Push...
  • Update
  • Refresh Status
  • Discard All Changes...
  • Add
  • Discard Changes in Selected Files...
  • Mark as Resolved
  • History...

Xcode(5.1.1):Menu bar:Debug

Xcode5

  • Continue
  • Continue To Current Line
  • Step Over
  • Step Into
  • Step Out
  • Step Over Instruction
  • Step Over Thread
  • Step Into Instruction
  • Step Into Thread
  • Capture OpenGL ES Frame
  • Simulate Location
  • Simulate Background Fetch
  • iCloud
  • View Debugging
  • Deactivate Breakpoints
  • Breakpoints
  • Debug Workflow
  • Attach to Process
  • Detach

Xcode(5.1.1):Menu bar:Product

Xcode5

  • Run
  • Test
  • Profile
  • Analyze
  • Archive
  • Build For
  • Perform Action
  • Build
  • Clean
  • Stop
  • Scheme
  • Destination
  • Create Bot...

Xcode(5.1.1):Menu bar:Editor

Xcode5

.xcodeproj

  • Add Target...
  • Add Configuration
  • Add Localization
  • Add Build Setting
  • Add Build Phase
  • Add Build Rule
  • Validate Settings...
  • Show Setting Names
  • Show Definitions


.h .m .strings .pch
  • Show Completions
  • Edit All in Scope
  • Fix All in Scope
  • Show Issue
  • Issues
  • Structure
  • Code Folding
  • Syntax Coloring
  • Show Invisibles
  • Show Blame for Line
.xib
  • Align
  • Arrange
  • Resolve Auto Layout Issues
  • Pin
  • Embed In
  • Unembed
  • Size to Fit Content
  • Localization Locking
  • Canvas
  • Add Horizontal Guide
  • Add Vertical Guide
  • Hide Document Outline
  • Reveal in Document Outline
  • Apply IOS_DEVICE Form Factor
.xcassets
  • New Image Set
  • New App Icon
  • New Launch Image
  • New OS X Icon
  • New Folder
  • New Folder From Selection
  • Remove Selected Items
  • Device Image Reps
  • Import...
  • Import From Project...
  • Quick Look
  • Show in Finder
  • Open in External Editor
  • Show Overview
  • Show Slicing
.plist
  • Add Item
  • Value Type
  • Show Raw Keys & Values




Xcode(5.1.1):Menu bar:Navigate

Xcode5

.xcodeproj .xcassets .plist
  • Reveal in Project Navigator
  • Reveal in Symbol Navigator
  • Reveal in Debug Navigator
  • Open in Assistant Editor
  • Open in...
  • Move Focus To Next Area
  • Move Focus To Editor...
  • Go Forward
  • Go Back
  • Jump to Selection
  • Jump to Definition
  • Jump to Next Issue
  • Jump to Previous Issue
  • Jump to Instruction Pointer
.h .m
  • Reveal in Project Navigator
  • Reveal in Symbol Navigator
  • Reveal in Debug Navigator
  • Open in Assistant Editor
  • Open in...
  • Move Focus To Next Area
  • Move Focus To Editor...
  • Go Forward
  • Go Back
  • Jump to Selection
  • Jump to Definition
  • Jump to Next Issue
  • Jump to Previous Issue
  • Jump to Instruction Pointer
  • Jump to Next Counterpart
  • Jump to Previous Counterpart
  • Jump in "FILE NAME"...
  • Jump to Next Placeholder
  • Jump to Previous Placeholder
.xib
  • Reveal in Project Navigator
  • Reveal in Symbol Navigator
  • Reveal in Debug Navigator
  • Open in Assistant Editor
  • Open in...
  • Move Focus To Next Area
  • Move Focus To Editor...
  • Go Forward
  • Go Back
  • Jump to Selection
  • Jump to Definition
  • Jump to Next Issue
  • Jump to Previous Issue
  • Jump to Instruction Pointer
  • Jump to Next object with Clipped Content
  • Jump to Previous Object with Clipped Content
.strings .pch
  • Reveal in Project Navigator
  • Reveal in Symbol Navigator
  • Reveal in Debug Navigator
  • Open in Assistant Editor
  • Open in...
  • Move Focus To Next Area
  • Move Focus To Editor...
  • Go Forward
  • Go Back
  • Jump to Selection
  • Jump to Definition
  • Jump to Next Issue
  • Jump to Previous Issue
  • Jump to Instruction Pointer
  • Jump to Next Counterpart
  • Jump to Previous Counterpart
  • Jump in "FILE_NAME"...
  • Jump to Next Placeholder
  • Jump to Previous Placeholder

Xcode(5.1.1):Menu bar:Find

Xcode5

  • Find in Project...
  • Find Selected Text in Project...
  • Find and Replace in Project...
  • Find in Selected Groups...
  • Find...
  • Find and Replace...
  • Find Next
  • Find Previous
  • Replace
  • Replace All
  • Replace and Find Next
  • Replace and Find Previous
  • Hide Find Bar
  • Use Selection for Find
  • Use Selection for Replace

Xcode(5.1.1):Menu bar:View

Xcode5

  • Standard Editor
  • Assistant Editor
  • Version Editor
  • Navigators
  • Debug Area
  • Utilities
  • Hide Toolbar
  • Hide Tab Bar
  • Enter Full Screen