iorewcode.blogg.se

What is an xcode workspace
What is an xcode workspace





what is an xcode workspace what is an xcode workspace

# NB: slash on the end, so we only remove the FOLDER, not any files that were badly named "build" # NB: slash on the end, so we only remove the FOLDER, not any files that were badly named "DerivedData" # NB: NIB/XIB files still exist even on Storyboard projects, so we want this. # Xcode temporary files that should never be committed # profile - REMOVED temporarily (on double-checking, I can't find it in OS X docs?) # In particular, if you're using CocoaPods, you'll want to comment-out this line: the "OPTIONAL" section at bottom though, for tool-specific variations! # (lock files are usually local-only file-synchronization on the local FS that should NOT go in git) # *.lock - this is used and abused by many editors for many different things. # OS X temporary files that should never be committed # This file is for SOURCE projects, where there are many extra # NB: if you are storing "built" products, this WILL NOT WORK, # - added line-by-line explanations for EVERYTHING (some were missing) # - fixed the broken "save personal Schemes" lock more carefully, thanks to Gokhan Celiker # - removed the edit that an SO.com moderator made without bothering to ask me # - appended non-standard items DISABLED by default (uncomment if you use those tools) # - minor tweaks from Jona and Coeur (slightly more precise xc* filtering/names) Apple still refuses to answer support requests about this, but in practice it seems you should ignore it. # - Finally added "xccheckout" to the ignore. # - Fixed typo in "xccheckout" line - thanks to for pointing it out! # 15564624 - what does the xccheckout file in Xcode5 do? Where's the documentation? # Apple bugs, waiting for Apple to fix/respond: gitignore file for Xcode4 and Xcode5 Source projects







What is an xcode workspace